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
Optional
descriptors: FontFaceDescriptors
Returns FontFace
- new (
prototype: FontFace