Variable 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: string
- source: string | BufferSource
- Optionaldescriptors: FontFaceDescriptors
 - Returns FontFace
 
- new (
- prototype: FontFace