three-text-geometry
    Preparing search index...

    Interface BMFontKern

    This interface defines BMFontKern.

    BMFontKern

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

    Properties

    Properties

    amount: number

    How much the x position should be adjusted when drawing the second character immediately following the first.

    BMFontKern

    first: number

    The first character id.

    BMFontKern

    second: number

    The second character id.

    BMFontKern