Searched refs:vhea (Results 1 – 10 of 10) sorted by relevance
/external/fonttools/Tests/ttLib/tables/ |
D | _v_h_e_a_test.py | 95 vhea = newTable('vhea') 96 vhea.tableVersion = 0x00010000 97 vhea.ascent = 500 98 vhea.descent = -500 99 vhea.lineGap = 0 100 vhea.advanceHeightMax = 3000 101 vhea.minTopSideBearing = -1002 102 vhea.minBottomSideBearing = -677 103 vhea.yMaxExtent = 2928 104 vhea.caretSlopeRise = 0 [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-metrics.cc | 80 case HB_OT_METRICS_TAG_VERTICAL_ASCENDER: return GET_METRIC_X (vhea, ascender); in _hb_ot_metrics_get_position_common() 81 case HB_OT_METRICS_TAG_VERTICAL_DESCENDER: return GET_METRIC_X (vhea, descender); in _hb_ot_metrics_get_position_common() 82 case HB_OT_METRICS_TAG_VERTICAL_LINE_GAP: return GET_METRIC_X (vhea, lineGap); in _hb_ot_metrics_get_position_common() 152 case HB_OT_METRICS_TAG_VERTICAL_CARET_RISE: return GET_METRIC_X (vhea, caretSlopeRise); in hb_ot_metrics_get_position() 153 case HB_OT_METRICS_TAG_VERTICAL_CARET_RUN: return GET_METRIC_Y (vhea, caretSlopeRun); in hb_ot_metrics_get_position() 154 case HB_OT_METRICS_TAG_VERTICAL_CARET_OFFSET: return GET_METRIC_Y (vhea, caretOffset); in hb_ot_metrics_get_position()
|
D | hb-ot-hhea-table.hh | 93 struct vhea : _hea<vhea> { struct
|
D | hb-ot-hmtx-table.hh | 170 …num_advances = T::is_horizontal ? face->table.hhea->numberOfLongMetrics : face->table.vhea->number… in init() 328 struct vmtx : hmtxvmtx<vmtx, vhea> {
|
D | hb-ot-face-table-list.hh | 70 HB_OT_TABLE (OT, vhea)
|
/external/fonttools/Tests/feaLib/data/ |
D | spec9g.fea | 1 table vhea { 5 } vhea;
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.h | 73 static const int32_t vhea; member
|
D | tag.cc | 57 const int32_t Tag::vhea = TAG('v', 'h', 'e', 'a'); member in sfntly::Tag
|
/external/fonttools/Doc/source/ |
D | ttx.rst | 45 prep, prop, sbix, trak, vhea and vmtx
|
/external/fonttools/ |
D | NEWS.rst | 786 ``vhea`` (#1439). 1306 ``head`` tables, and min/max values in ``hhea`` and ``vhea`` tables (#970). 1644 hhea and vhea tables. Scripts that set the Version for those to 1.0 1893 - More tables supported: hdmx, vhea, vmtx
|