Searched defs:bhed (Results 1 – 4 of 4) sorted by relevance
162 FontDataTable bhed = font.getTable(Tag.intValue("bhed")); in buildAndCheckFont() local
70 const int32_t Tag::bhed = TAG('b', 'h', 'e', 'd'); member in sfntly::Tag
92 static const int32_t bhed; member
99 public static final int bhed = Tag.intValue(new byte[]{'b', 'h', 'e', 'd'}); field in Tag