This property sets the name of the font (up to 31 bytes).
[Visual
Basic] imagekitcontrolname.PrintDraw.FontName
[ = String ]
[Visual
C++] imagekitcontrolname.GetPrintDraw().SetFontName(LPCTSTR
Val)
Property Value
The FontName property sets the name of the font (up to 31 bytes in the Ansi version and up to 31 characters in the Unicode version)
Explanation
The FontName property sets the name of the font (up to 31 bytes in the Ansi version and up to 31 characters in the Unicode version). This property is enabled when the DrawString, DrawText, GetTextExtent, MeasureString, or TextOut method is executed.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.