@pdfa-lab/fontkit / aatLookupTable
Function: aatLookupTable() ​
aatLookupTable<
TField>(valueType?):VersionedStructT<LookupTable<InferField<TField>>>
Defined in: src/tables/aat.ts:235
Builds an AAT lookup-table parser for the provided value field type.
Type Parameters ​
| Type Parameter | Default type |
|---|---|
TField extends FieldT<unknown> | NumberT |
Parameters ​
| Parameter | Type |
|---|---|
valueType | TField |
Returns ​
VersionedStructT<LookupTable<InferField<TField>>>