@pdfa-lab/fontkit / kernTable / TableV0
Interface: TableV0 ​
Defined in: src/tables/kern.ts:58
Microsoft uses this format.
Properties ​
coverage ​
coverage:
object
Defined in: src/tables/kern.ts:69
crossStream ​
crossStream:
boolean
If true, kerning is perpendicular to the flow of the text.
horizontal ​
horizontal:
boolean
true if table has horizontal data, false if vertical.
minimum ​
minimum:
boolean
If true, the table has minimum values. If false, the table has kerning values.
override ​
override:
boolean
If true, the value in this table replaces the accumulated value.
format ​
format:
number
Defined in: src/tables/kern.ts:68
Format of the subtable.
length ​
length:
number
Defined in: src/tables/kern.ts:65
Length of the subtable in bytes.
subtable ​
subtable:
Subtable
Defined in: src/tables/kern.ts:90
subVersion ​
subVersion:
number
Defined in: src/tables/kern.ts:62
Microsoft has an extra sub-table version number.
version ​
version:
0
Defined in: src/tables/kern.ts:59