mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
Make FontID public
This commit is contained in:
parent
99a16f3965
commit
4fcb9a4daf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user