SetFontSources

FontSettings.SetFontSources method

Set the sources to look for TrueType fonts when rendering documents.

public static void SetFontSources(params IFontSource[] fontSources)
Parameter Type Description
fontSources IFontSource[] The font sources.

Exceptions

exception condition
ArgumentNullException Thrown when fontSources is null.

See Also