diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2018-04-12 13:38:19 +0430 |
---|---|---|
committer | Ebrahim Byagowi <ebrahim@gnu.org> | 2018-04-12 13:44:32 +0430 |
commit | a02c3ee70f4ca9de1fd55f1d8d535f6bd0d32606 (patch) | |
tree | fd12065b860d3d9707c9a22269c972c734473365 /src/hb-aat-ltag-table.hh | |
parent | b799fc80777c1424e469a835f782b4e0f41c0043 (diff) |
Add or update tables specifications links
Diffstat (limited to 'src/hb-aat-ltag-table.hh')
-rw-r--r-- | src/hb-aat-ltag-table.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/hb-aat-ltag-table.hh b/src/hb-aat-ltag-table.hh index 6d6cb716..0796c671 100644 --- a/src/hb-aat-ltag-table.hh +++ b/src/hb-aat-ltag-table.hh @@ -27,11 +27,16 @@ #include "hb-aat-layout-common-private.hh" +/* + * ltag -- Language Tag + * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6ltag.html + */ #define HB_AAT_TAG_ltag HB_TAG('l','t','a','g') namespace AAT { + struct FTStringRange { inline bool sanitize (hb_sanitize_context_t *c, const void *base) const @@ -49,11 +54,6 @@ struct FTStringRange DEFINE_SIZE_STATIC (4); }; -/* - * ltag -- Language tags - * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6ltag.html - */ - struct ltag { static const hb_tag_t tableTag = HB_AAT_TAG_ltag; |