ThingOrigin.js
    Preparing search index...

    Interface fontParams

    interface fontParams {
        fontName: string;
        fontUrl: string;
        indexedDB: { active: boolean; id: number };
    }
    Index

    Properties

    fontName: string

    字体名称

    fontUrl: string

    字体访问链接

    indexedDB: { active: boolean; id: number }

    缓存

    Type declaration

    • active: boolean

      是否缓存字体

    • id: number

      缓存字体的id