[]
Gets or sets the font family used for drawing text.
public string FontFamily { get; set; }
Public Property FontFamily As String
TextFormatInfo textFormat = new TextFormatInfo();
textFormat.FontFamily = "Calibri";
string fontFamily = textFormat.FontFamily;