Interface: RawCharData

RawCharData

The raw data of a character in a bitmap font.

Properties:
Name Type Description
height number

The height of the character in the page.

letter string

The letter of the character.

page number

The page of the font texture that the character is on.

width number

The width of the character in the page.

x number

The x position of the character in the page.

y number

The y position of the character in the page.

Extends

  • Omit

Members

height number

The height of the character in the page.

letter string

The letter of the character.

page number

The page of the font texture that the character is on.

width number

The width of the character in the page.

x number

The x position of the character in the page.

y number

The y position of the character in the page.