hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing a font that extends ISGISGROFont and IHosannaRenderableFont.

    interface ISGROFont {
        GetAscent(): number;
        GetDescent(): number;
        GetMaxAdvance(): number;
        GetOneLineHeight(): number;
        GetOneLineWidth(text: string, MaxWidth: number): number;
        toFontString(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods