Variable FontFace

    FontFace: {
        prototype: FontFace;
        new (family: string, source: string | BinaryData, descriptors?: FontFaceDescriptors): FontFace;
    }