PIXI.IBitmapFontDataKerning

interface IBitmapFontDataKerning

Summary


Properties from IBitmapFontDataKerning

number
amount

x-offset to apply between first & second characters when they are next to each other.

number
first

First character of pair

number
second

Second character of pair

Public Properties


amount BitmapFontData.ts:105
amount: number

x-offset to apply between first & second characters when they are next to each other.

first BitmapFontData.ts:99
first: number

First character of pair

second BitmapFontData.ts:102
second: number

Second character of pair


Powered by webdoc!