Class FileFontSource

FileFontSource class

Represents the single TrueType font file stored in the file system.

public class FileFontSource : FontSourceBase

Constructors

NameDescription
FileFontSource(string)Ctor.

Properties

NameDescription
FilePath { get; }Path to font file.
override Type { get; }Returns the type of the font source.

See Also