Class FontRegistry

Constructors

Properties

fonts: {
    font: FontFace;
    src: string;
}[]

Type declaration

  • font: FontFace
  • src: string

Methods

  • Returns {
        fonts: {
            descriptors?: {
                style?: string;
                weight?: string;
            };
            family: string;
            src: string;
        }[];
    }

    • fonts: {
          descriptors?: {
              style?: string;
              weight?: string;
          };
          family: string;
          src: string;
      }[]

Generated using TypeDoc