Home
last modified time | relevance | path

Searched defs:FontDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-fdsc-table.hh41 struct FontDescriptor struct
43 bool has_data () const { return tag; } in has_data()
45 int cmp (hb_tag_t a) const { return tag.cmp (a); } in cmp()
47 float get_value () const { return u.value.to_float (); } in get_value()
49 enum non_alphabetic_value_t {
59 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
66 Tag tag; /* The 4-byte table tag name. */
67 union {
70 } u;