Kaydet (Commit) 05d175a8 authored tarafından Khaled Hosny's avatar Khaled Hosny

Minor

Change-Id: Icb074b628ae479dfe05cc1fe10121f96c492806e
üst 76683829
...@@ -198,12 +198,12 @@ namespace vcl ...@@ -198,12 +198,12 @@ namespace vcl
int winDescent; /**< descender metric for Windows */ int winDescent; /**< descender metric for Windows */
bool symbolEncoded; /**< true: MS symbol encoded */ bool symbolEncoded; /**< true: MS symbol encoded */
int rangeFlag; /**< if set to 1 Unicode Range flags are applicable */ int rangeFlag; /**< if set to 1 Unicode Range flags are applicable */
sal_uInt32 ur1; /**< bits 0 - 31 of Unicode Range flags */ sal_uInt32 ur1; /**< bits 0 - 31 of Unicode Range flags */
sal_uInt32 ur2; /**< bits 32 - 63 of Unicode Range flags */ sal_uInt32 ur2; /**< bits 32 - 63 of Unicode Range flags */
sal_uInt32 ur3; /**< bits 64 - 95 of Unicode Range flags */ sal_uInt32 ur3; /**< bits 64 - 95 of Unicode Range flags */
sal_uInt32 ur4; /**< bits 96 - 127 of Unicode Range flags */ sal_uInt32 ur4; /**< bits 96 - 127 of Unicode Range flags */
sal_uInt8 panose[10]; /**< PANOSE classification number */ sal_uInt8 panose[10]; /**< PANOSE classification number */
sal_uInt32 typeFlags; /**< type flags (copyright bits + PS-OpenType flag) */ sal_uInt32 typeFlags; /**< type flags (copyright bits + PS-OpenType flag) */
} TTGlobalFontInfo; } TTGlobalFontInfo;
#define TYPEFLAG_INVALID 0x8000000 #define TYPEFLAG_INVALID 0x8000000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment