gameforge - v0.1.12
    Preparing search index...

    Interface IBitmapFontDataKerning

    PIXI

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

    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