@rendley/sdk - v1.15.5
    Preparing search index...

    Interface MissingFontInfo

    Identifies a missing font required to fully restore a project.

    interface MissingFontInfo {
        family: string;
        weight?: string;
    }
    Index

    Properties

    Properties

    family: string
    weight?: string