This property sets the font size when drawing text

[C++Builder]   imagekitcontrolname->PrintDraw->FontSize [ = short ]
[Delphi]   imagekitcontrolname.PrintDraw.FontSize [ = Smallint ]

Property Value

Font size (in points)

Explanation

The FontSize property sets the font size when drawing text. This property is enabled when the DrawString, DrawText, GetTextExtent, MeasureString, or TextOut method is executed.

Note: Since the DrawText method scales text to fit within a specified area, there are cases where the specified font size can not be used.

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