diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-24 05:22:02 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-24 05:22:02 +0000 |
commit | 5a5800df04f8ac0c19b3c2f4c96eb9e46d6f992e (patch) | |
tree | c8083a9091a5027f377d70b83e1200b2bdecf1c5 /Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-head-table.hh | |
parent | 9b7c914c2cde25353d10009ca9665e71af9b9838 (diff) |
harfbuzz 1.2.1
git-svn-id: svn://tug.org/texlive/trunk@39845 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-head-table.hh')
-rw-r--r-- | Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-head-table.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-head-table.hh b/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-head-table.hh index 60644be1045..9c3e51eb08f 100644 --- a/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-head-table.hh +++ b/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-head-table.hh @@ -61,9 +61,9 @@ struct head } protected: - FixedVersion version; /* Version of the head table--currently + FixedVersion<>version; /* Version of the head table--currently * 0x00010000u for version 1.0. */ - FixedVersion fontRevision; /* Set by font manufacturer. */ + FixedVersion<>fontRevision; /* Set by font manufacturer. */ ULONG checkSumAdjustment; /* To compute: set it to 0, sum the * entire font as ULONG, then store * 0xB1B0AFBAu - sum. */ |