[]
A bool value indicates whether the font is bold.
public bool Bold { readonly get; set; }
Public Property Bold As Boolean
FontInfo fontInfo = new FontInfo(); fontInfo.Bold = true; bool isBold = fontInfo.Bold;