Searched defs:avar (Results 1 – 2 of 2) sorted by relevance
100 struct avar struct102 enum { tableTag = HB_OT_TAG_avar };104 bool sanitize (hb_sanitize_context_t *c) const in sanitize()124 void map_coords (int *coords, unsigned int coords_length) const in map_coords()137 FixedVersion<>version; /* Version of the avar table139 HBUINT16 reserved; /* This field is permanently reserved. Set to 0. */140 HBUINT16 axisCount; /* The number of variation axes in the font. This143 SegmentMaps firstAxisSegmentMaps;
2817 def avar(inarray, dimension=None, keepdims=0): function