LogoPixi’VN
pixi-jsInterfaces

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

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

CharData.id


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

CharData.kerning


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

CharData.xAdvance


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

CharData.xOffset


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.

Inherited from

CharData.yOffset