Interface IBitmapFontDataKerning

Memberof

PIXI

interface IBitmapFontDataKerning {
    amount: number;
    first: number;
    second: number;
}

Properties

Properties

amount: number

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

first: number

First character of pair

second: number

Second character of pair

Generated using TypeDoc