[]
type SearchFontOptions = object;
Search options to be passed to the FontCollection#searchFont method.
optional bold?: boolean;
If true, searches for the Bold font.
optional fontFamily?: string;
The font family name. Up to four faces can share the same font family name.
optional fullFontName?: string;
The full font name that reflects all family and relevant subfamily descriptors.
optional italic?: boolean;
If true, searches for the Italic font.
optional postScriptName?: string;
The PostScript name of the font.