You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
HarfBuzz: Update to version 2.8.0
This commit is contained in:
6
thirdparty/harfbuzz/src/hb-open-file.hh
vendored
6
thirdparty/harfbuzz/src/hb-open-file.hh
vendored
@@ -48,7 +48,7 @@ namespace OT {
|
||||
*/
|
||||
|
||||
struct OpenTypeFontFile;
|
||||
struct OffsetTable;
|
||||
struct OpenTypeOffsetTable;
|
||||
struct TTCHeader;
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ typedef struct TableRecord
|
||||
DEFINE_SIZE_STATIC (16);
|
||||
} OpenTypeTable;
|
||||
|
||||
typedef struct OffsetTable
|
||||
typedef struct OpenTypeOffsetTable
|
||||
{
|
||||
friend struct OpenTypeFontFile;
|
||||
|
||||
@@ -218,7 +218,7 @@ struct TTCHeaderVersion1
|
||||
Tag ttcTag; /* TrueType Collection ID string: 'ttcf' */
|
||||
FixedVersion<>version; /* Version of the TTC Header (1.0),
|
||||
* 0x00010000u */
|
||||
LArrayOf<LOffsetTo<OffsetTable>>
|
||||
LArrayOf<LOffsetTo<OpenTypeOffsetTable>>
|
||||
table; /* Array of offsets to the OffsetTable for each font
|
||||
* from the beginning of the file */
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user