Interface: IBitmapFontDataChar

PIXI.IBitmapFontDataChar

Properties:
Name Type Description
height number

Height of character in page.

id number

Unique id of character

page number

PIXI.IBitmapFontDataPage id

width number

Width of character in page.

x number

x-position of character in page.

xadvance number

Advancement to apply to next character.

xoffset number

x-offset to apply when rendering character

y number

y-position of character in page.

yoffset number

y-offset to apply when rendering character.

Members

height number

Height of character in page.

id number

Unique id of character

page number

PIXI.IBitmapFontDataPage id

width number

Width of character in page.

x number

x-position of character in page.

xadvance number

Advancement to apply to next character.

xoffset number

x-offset to apply when rendering character

y number

y-position of character in page.

yoffset number

y-offset to apply when rendering character.