FontSources

FontSources class

Provides file and memory sources for external fonts.

public class FontSources : IFontSources

Constructors

NameDescription
FontSources()Creates new default font options.

Properties

NameDescription
FontFolders { get; set; }Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.
MemoryFonts { get; set; }A collection of fonts represented as byte arrays.

See Also