MLightCAD
    Preparing search index...

    Represents the complete data structure of a SHX font file. Combines both header and content information.

    interface ShxFontData {
        content: ShxFontContentData;
        header: ShxFontHeaderData;
    }
    Index

    Properties

    Properties

    content: ShxFontContentData

    Content data of the font file

    header: ShxFontHeaderData

    Header data of the font file