Home
last modified time | relevance | path

Searched refs:vhea (Results 1 – 10 of 10) sorted by relevance

/external/fonttools/Tests/ttLib/tables/
D_v_h_e_a_test.py95 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/
Dhb-ot-metrics.cc80 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()
Dhb-ot-hhea-table.hh93 struct vhea : _hea<vhea> { struct
Dhb-ot-hmtx-table.hh170 …num_advances = T::is_horizontal ? face->table.hhea->numberOfLongMetrics : face->table.vhea->number… in init()
328 struct vmtx : hmtxvmtx<vmtx, vhea> {
Dhb-ot-face-table-list.hh70 HB_OT_TABLE (OT, vhea)
/external/fonttools/Tests/feaLib/data/
Dspec9g.fea1 table vhea {
5 } vhea;
/external/sfntly/cpp/src/sfntly/
Dtag.h73 static const int32_t vhea; member
Dtag.cc57 const int32_t Tag::vhea = TAG('v', 'h', 'e', 'a'); member in sfntly::Tag
/external/fonttools/Doc/source/
Dttx.rst45 prep, prop, sbix, trak, vhea and vmtx
/external/fonttools/
DNEWS.rst786 ``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