瀏覽代碼

Make FontID public

zamtmn 1 年之前
父節點
當前提交
4fcb9a4daf
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;