three-msdf-text
    Preparing search index...

    Interface Kerning

    Struct of a kerning in JSON font files.

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

    Properties

    Properties

    amount: number
    first: number
    second: number