weasel API - v0.8.0
    Preparing search index...

    Interface LocalFontOutlinesResult

    interface LocalFontOutlinesResult {
        faces: number;
        families: readonly string[];
    }
    Index

    Properties

    Properties

    faces: number

    Total faces registered across those families.

    families: readonly string[]

    Families that now have at least one outline face, in menu order.