Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TBitmap32🞂FontPropertyPublic

TBitmap32.Font

Specifies or retrieves the VCL/LCL font used when rendering text onto the Canvas.

Declaration ​

pascal
property Font: TFont read GetFont write SetFont;

Description ​

Font manages text formatting parameters (font name, size, style, color) for Canvas.TextOut operations.

Example ​

pascal
Bitmap.Font.Name := 'Arial';
Bitmap.Font.Size := 16;