FontFace
FontFace: {
prototype: FontFace;
new (
family: string,
source: string | BufferSource,
descriptors?: FontFaceDescriptors,
): FontFace;
}
prototype: FontFace;
new (
family: string,
source: string | BufferSource,
descriptors?: FontFaceDescriptors,
): FontFace;
}
Type declaration
- new (
family: string,
source: string | BufferSource,
descriptors?: FontFaceDescriptors,
): FontFace Parameters
family: stringsource: string | BufferSourceOptionaldescriptors: FontFaceDescriptors
Returns FontFace
- new (
prototype: FontFace