@jsfkit/types
    Preparing search index...

    Type Alias ThemeSupplementalFont

    Script-specific supplemental font.

    type ThemeSupplementalFont = {
        script: string;
        typeface: string;
    }
    Index

    Properties

    Properties

    script: string

    ISO 15924 script code (e.g. Egyp, Arab).

    typeface: string

    Font face to use for this script.