IFontSources

IFontSources interface

Provides file and memory sources for external fonts.

public interface IFontSources

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