Interface: RawCharData
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:27
The raw data of a character in a bitmap font.
Advanced
Extends
Omit<CharData,"texture">
Properties
height
> height: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:37
The height of the character in the page.
id
> id: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:10
Unique id of character
Inherited from
kerning
> kerning: Record<string, number>
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:18
The kerning values for this character.
Inherited from
letter
> letter: string
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:39
The letter of the character.
page
> page: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:29
The page of the font texture that the character is on.
width
> width: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:35
The width of the character in the page.
x
> x: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:31
The x position of the character in the page.
xAdvance
> xAdvance: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:16
Advancement to apply to next character.
Inherited from
xOffset
> xOffset: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:12
x-offset to apply when rendering character
Inherited from
y
> y: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:33
The y position of the character in the page.
yOffset
> yOffset: number
Defined in: node_modules/pixi.js/lib/scene/text-bitmap/AbstractBitmapFont.d.ts:14
y-offset to apply when rendering character.