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

    Interface for font registry operations.

    interface ISGISGROFontRegistry {
        Get(family: string, size: number, bold: boolean, italic: boolean): any;
        GetDefaultFont(): any;
        GetDefaultFont(size: number, bold: boolean, italic: boolean): any;
        GetDefaultFontSize(): number;
        GetFamilies(): any;
        GetFont(family: string, size: number, bold: boolean, italic: boolean): any;
        Register(path: string): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods