Skip to content

@pdfa-lab/fontkit / WOFFDirectoryEntry

Interface: WOFFDirectoryEntry ​

Defined in: src/tables/woff-directory.ts:34

Tier 2: Post-Processed Runtime Representation (Clean App API).

Extends ​

Extended by ​

Properties ​

checkSum ​

checkSum: number

Defined in: src/tables/directory.ts:15

Inherited from ​

SFNTDirectoryEntry.checkSum


compLength ​

compLength: number

Defined in: src/tables/woff-directory.ts:10

Inherited from ​

WOFFTableEntryBinary.compLength


length ​

length: number

Defined in: src/tables/woff-directory.ts:11

Inherited from ​

WOFFTableEntryBinary.length


offset ​

offset: number

Defined in: src/tables/woff-directory.ts:9

Inherited from ​

WOFFTableEntryBinary.offset


origChecksum ​

origChecksum: number

Defined in: src/tables/woff-directory.ts:12

Inherited from ​

WOFFTableEntryBinary.origChecksum


tag ​

tag: string

Defined in: src/tables/woff-directory.ts:8

Inherited from ​

WOFFTableEntryBinary.tag


unwrapped? ​

optional unwrapped?: unknown

Defined in: src/tables/woff-directory.ts:38

The actual decoded table payload stream, or null if unparsed

Overrides ​

SFNTDirectoryEntry.unwrapped