meo-canvas - v9.0.1
    Preparing search index...

    Interface FontRegistrationInfo

    A font family and the files that provide it.

    { family: 'Roboto', paths: ['./fonts/Roboto-Regular.ttf', './fonts/Roboto-Bold.ttf'] }
    
    interface FontRegistrationInfo {
        family: string;
        paths: string[];
    }
    Index
    family: string

    The name fontFamily will refer to. Any name may be chosen; it need not match the file.

    paths: string[]

    Absolute paths to the font files that make up the family — one per weight or style.