diff options
Diffstat (limited to 'src/hb-ot-head-table.hh')
-rw-r--r-- | src/hb-ot-head-table.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/hb-ot-head-table.hh b/src/hb-ot-head-table.hh index 1d45840..965e30a 100644 --- a/src/hb-ot-head-table.hh +++ b/src/hb-ot-head-table.hh @@ -31,16 +31,16 @@ #include "hb-open-type-private.hh" - -namespace OT { - - /* * head -- Font Header + * https://docs.microsoft.com/en-us/typography/opentype/spec/head */ - #define HB_OT_TAG_head HB_TAG('h','e','a','d') + +namespace OT { + + struct head { friend struct OffsetTable; |