SheetXL - v0.3.20
    Preparing search index...

    Interface IFontScheme

    Interface representing a font scheme.

    interface IFontScheme {
        getMajorFallbacks(): readonly string[];
        getMajorFont(): string;
        getMinorFallbacks(): readonly string[];
        getMinorFont(): string;
        getName(): string;
    }
    Index

    Methods

    • Gets the fallback fonts for the major font.

      Returns readonly string[]

      An array of fallback fonts for the major font.

    • Gets the major font of the font scheme.

      Returns string

      The major font of the font scheme.

    • Gets the fallback fonts for the minor font.

      Returns readonly string[]

      An array of fallback fonts for the minor font.

    • Gets the minor font of the font scheme.

      Returns string

      The minor font of the font scheme.

    • Gets the name of the font scheme.

      Returns string

      The name of the font scheme.