Browse Source

Make FontID public

zamtmn 1 year ago
parent
commit
4fcb9a4daf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-image/src/ftfont.pp

+ 1 - 0
packages/fcl-image/src/ftfont.pp

@@ -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;