PIXI.IBitmapFontDataChar

interface IBitmapFontDataChar

Summary


Properties from IBitmapFontDataChar

number
height

Height of character in page.

number
id

Unique id of character

number
page

PIXI.IBitmapFontDataPage id

number
width

Width of character in page.

number
x

x-position of character in page.

number
xadvance

Advancement to apply to next character.

number
xoffset

x-offset to apply when rendering character

number
y

y-position of character in page.

number
yoffset

y-offset to apply when rendering character.

Public Properties


height BitmapFontData.ts:83
height: number

Height of character in page.

id BitmapFontData.ts:68
id: number

Unique id of character

width BitmapFontData.ts:80
width: number

Width of character in page.

x BitmapFontData.ts:74
x: number

x-position of character in page.

xadvance BitmapFontData.ts:92
xadvance: number

Advancement to apply to next character.

xoffset BitmapFontData.ts:86
xoffset: number

x-offset to apply when rendering character

y BitmapFontData.ts:77
y: number

y-position of character in page.

yoffset BitmapFontData.ts:89
yoffset: number

y-offset to apply when rendering character.


Powered by webdoc!