FontSourceBase Class

Wordize.Fonts.FontSourceBase class. This is a base class for the classes that allow the user to specify various font sources.

FontSourceBase class

This is a base class for the classes that allow the user to specify various font sources.

public class FontSourceBase

Properties

NameDescription
Priority { get; }Returns the font source priority.
Type { get; }Returns the type of the font source.
WarningCallback { get; set; }Called during processing of font source when an issue is detected that might result in formatting fidelity loss.

Methods

NameDescription
GetAvailableFonts()Returns list of fonts available via this source.

See Also