[]
        
(Showing Draft Content)

SearchFontOptions

Type Alias: SearchFontOptions

type SearchFontOptions = object;

Search options to be passed to the FontCollection#searchFont method.

Properties

bold?

optional bold?: boolean;

If true, searches for the Bold font.


fontFamily?

optional fontFamily?: string;

The font family name. Up to four faces can share the same font family name.


fullFontName?

optional fullFontName?: string;

The full font name that reflects all family and relevant subfamily descriptors.


italic?

optional italic?: boolean;

If true, searches for the Italic font.


postScriptName?

optional postScriptName?: string;

The PostScript name of the font.