Type Alias: LoadFontData
> LoadFontData = object
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:19
Data for loading a font
Advanced
Properties
display
> display: string
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:23
A set of optional descriptors passed as an object. It can contain any of the descriptors available for @font-face:
family
> family: string
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:21
Font family name
featureSettings
> featureSettings: string
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:28
The featureSettings property of the FontFace interface retrieves or sets infrequently used font features that are not available from a font's variant properties.
stretch
> stretch: string
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:30
The stretch property of the FontFace interface retrieves or sets how the font stretches.
style
> style: string
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:32
The style property of the FontFace interface retrieves or sets the font's style.
unicodeRange
> unicodeRange: string
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:37
The unicodeRange property of the FontFace interface retrieves or sets the range of unicode code points encompassing the font.
variant
> variant: string
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:39
The variant property of the FontFace interface programmatically retrieves or sets font variant values.
weights
> weights: string[]
Defined in: node_modules/pixi.js/lib/assets/loader/parsers/loadWebFont.d.ts:41
The weight property of the FontFace interface retrieves or sets the weight of the font.