Searched defs:ankr (Results 1 – 7 of 7) sorted by relevance
59 struct ankr struct61 static constexpr hb_tag_t tableTag = HB_AAT_TAG_ankr;63 const Anchor &get_anchor (hb_codepoint_t glyph_id, in get_anchor()74 bool sanitize (hb_sanitize_context_t *c) const in sanitize()85 HBUINT16 version; /* Version number (set to zero) */86 HBUINT16 flags; /* Flags (currently unused; set to zero) */88 lookupTable; /* Offset to the table's lookup table */90 anchorData; /* Offset to the glyph data table */
54 let ankr = Ankr::read(buf.font_data()).unwrap(); in anchor_points() localVariable
4 pub mod ankr; module
159 fn ankr(&self) -> Result<tables::ankr::Ankr<'a>, ReadError> { in ankr() method