Lines Matching +full:6 +full:- +full:aat +full:- +full:fonts
28 #include "hb-aat-layout-common.hh"
29 #include "hb-ot-layout.hh"
30 #include "hb-open-type.hh"
32 #include "hb-aat-layout-morx-table.hh"
35 * just -- Justification
36 * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6just.html
41 namespace AAT { namespace
51 return_trace (likely (c->check_struct (this))); in sanitize()
60 DEFINE_SIZE_STATIC (6);
68 return_trace (likely (c->check_struct (this))); in sanitize()
84 /* Number of 16-bit glyph indexes that follow;
97 return_trace (c->check_struct (this)); in sanitize()
115 return_trace (likely (c->check_struct (this))); in sanitize()
140 return_trace (likely (c->check_struct (this))); in sanitize()
146 HBUINT32 variationAxis; /* The 4-byte tag identifying the ductile axis.
166 return_trace (likely (c->check_struct (this))); in sanitize()
186 if (unlikely (!c->check_struct (this))) in sanitize()
207 /* StretchGlyphAction stretchGlyphAction; -- Not supported by CoreText */
213 DEFINE_SIZE_UNION (6, header);
221 if (unlikely (!c->check_struct (this))) in sanitize()
262 InterCharacter = 2, /* Inter-character priority. Give this to any
297 return_trace (likely (c->check_struct (this))); in sanitize()
334 return_trace (likely (c->check_struct (this) && in sanitize()
341 morphHeader; /* Metamorphosis-style subtable header. */
353 return_trace (likely (c->check_struct (this) && in sanitize()
391 return_trace (likely (c->check_struct (this) && in sanitize()
414 } /* namespace AAT */