three-msdf-text
    Preparing search index...

    Interface FontDefinition

    interface FontDefinition {
        chars: FontChar[];
        common: FontCommon;
        distanceField: DistanceField;
        info: unknown;
        kernings: Kerning[];
        pages: string[];
    }
    Index

    Properties

    chars: FontChar[]
    common: FontCommon
    distanceField: DistanceField
    info: unknown
    kernings: Kerning[]
    pages: string[]