This property sets the name of the font (up to 31 bytes).

[C++Builder]   imagekitcontrolname->PrintDraw->FontName [ = UnicodeString ]
[Delphi]   imagekitcontrolname.PrintDraw.FontName [ = String ]

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.

 

The ImageKit10 VCL is a product created by Newtone Corporation