OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vhea
(Results
1 - 5
of
5
) sorted by null
/external/fonttools/Tests/ttLib/tables/
_v_h_e_a_test.py
38
'tableTag': '
vhea
',
97
vhea
= newTable('
vhea
')
98
vhea
.tableVersion = 0x00010000
99
vhea
.ascent = 500
100
vhea
.descent = -500
101
vhea
.lineGap = 0
102
vhea
.advanceHeightMax = 3000
103
vhea
.minTopSideBearing = -1002
104
vhea
.minBottomSideBearing = -67
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-hhea-table.hh
35
*
vhea
-- Vertical Header
36
* https://docs.microsoft.com/en-us/typography/opentype/spec/
vhea
91
struct
vhea
: _hea<
vhea
> {
struct in namespace:OT
hb-ot-hmtx-table.hh
330
struct vmtx : hmtxvmtx<vmtx,
vhea
> {
/external/sfntly/cpp/src/sfntly/
tag.h
73
static const int32_t
vhea
;
member in struct:sfntly::Tag
tag.cc
57
const int32_t Tag::
vhea
= TAG('v', 'h', 'e', 'a');
member in class:sfntly::Tag
Completed in 794 milliseconds