Interface IFontFace

This is a lightweight reference to a font.

interface IFontFace {
    isIFontFace: true;
    name: string;
    panose: string;
    pitch: string;
    toJSON(): any;
    toString(): string;
}

Implemented by

Properties

isIFontFace: true
name: string
panose: string
pitch: string

Methods

  • Returns any

  • Returns string