ParsedTtf
Defined in: src/core/font/ttf-parser.ts:32
Properties
Section titled “Properties”advanceWidths
Section titled “advanceWidths”
readonlyadvanceWidths: readonlynumber[]
Defined in: src/core/font/ttf-parser.ts:49
ascender
Section titled “ascender”
readonlyascender:number
Defined in: src/core/font/ttf-parser.ts:39
capHeight
Section titled “capHeight”
readonlycapHeight:number
Defined in: src/core/font/ttf-parser.ts:41
descender
Section titled “descender”
readonlydescender:number
Defined in: src/core/font/ttf-parser.ts:40
readonlyflags:number
Defined in: src/core/font/ttf-parser.ts:45
fontBBox
Section titled “fontBBox”
readonlyfontBBox: readonly [number,number,number,number]
Defined in: src/core/font/ttf-parser.ts:38
glyphForCodepoint
Section titled “glyphForCodepoint”
readonlyglyphForCodepoint: (cp) =>number
Defined in: src/core/font/ttf-parser.ts:50
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”number
glyphOffsets
Section titled “glyphOffsets”
readonlyglyphOffsets: readonlynumber[]
Defined in: src/core/font/ttf-parser.ts:48
indexToLocFormat
Section titled “indexToLocFormat”
readonlyindexToLocFormat:0|1
Defined in: src/core/font/ttf-parser.ts:47
italicAngle
Section titled “italicAngle”
readonlyitalicAngle:number
Defined in: src/core/font/ttf-parser.ts:43
joiningForms
Section titled “joiningForms”
readonlyjoiningForms:ArabicJoiningForms
Defined in: src/core/font/ttf-parser.ts:58
kerning
Section titled “kerning”
readonlykerning:KerningMap
Defined in: src/core/font/ttf-parser.ts:55
ligatures
Section titled “ligatures”
readonlyligatures:LigatureMap
Defined in: src/core/font/ttf-parser.ts:54
numGlyphs
Section titled “numGlyphs”
readonlynumGlyphs:number
Defined in: src/core/font/ttf-parser.ts:46
postScriptName
Section titled “postScriptName”
readonlypostScriptName:string
Defined in: src/core/font/ttf-parser.ts:36
readonlyraw:Uint8Array
Defined in: src/core/font/ttf-parser.ts:33
sfntVersion
Section titled “sfntVersion”
readonlysfntVersion:number
Defined in: src/core/font/ttf-parser.ts:34
readonlystemV:number
Defined in: src/core/font/ttf-parser.ts:44
tables
Section titled “tables”
readonlytables:ReadonlyMap<string,TtfTableInfo>
Defined in: src/core/font/ttf-parser.ts:35
unitsPerEm
Section titled “unitsPerEm”
readonlyunitsPerEm:number
Defined in: src/core/font/ttf-parser.ts:37
xHeight
Section titled “xHeight”
readonlyxHeight:number
Defined in: src/core/font/ttf-parser.ts:42