FileFontSource

FileFontSource class

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

public class FileFontSource : FontSourceBase

Constructors

Name Description
FileFontSource(string) Ctor.

Properties

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

See Also