Make FontID public

This commit is contained in:
zamtmn 2024-02-18 08:02:13 +05:00 committed by Michael Van Canneyt
parent 99a16f3965
commit 4fcb9a4daf

View File

@ -76,6 +76,7 @@ type
constructor Create; override;
destructor Destroy; override;
property FontIndex : integer read FIndex write SetIndex;
property FontID : integer read FFontID;
property Resolution : longword read FResolution write FResolution;
property AntiAliased : boolean read FAntiAliased write FAntiAliased;
property Size : real read FRealSize write SetRealSize;