skia
    Preparing search index...

    Interface FontCollection

    See FontCollection.h in SkParagraph for more details

    interface FontCollection {
        _type: "FontCollection";
        delete(): void;
        deleteLater(): void;
        enableFontFallback(): void;
        isAliasOf(other: any): boolean;
        isDeleted(): boolean;
        setDefaultFontManager(fontManager: TypefaceFontProvider | null): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _type: "FontCollection"

    Methods

    • Enable fallback to dynamically discovered fonts for characters that are not handled by the text style's fonts.

      Returns void