Using TImage32
About the documentation
Appearance
Specifies or retrieves the VCL/LCL font used when rendering text onto the Canvas.
property Font: TFont read GetFont write SetFont;
Font manages text formatting parameters (font name, size, style, color) for Canvas.TextOut operations.
Font
Canvas.TextOut
Bitmap.Font.Name := 'Arial'; Bitmap.Font.Size := 16;