Class TextFontInfo

TextFontInfo class

Represents the information about font. This class cannot be inherited.

public sealed class TextFontInfo

Properties

NameDescription
FamilyName { get; }Gets font family name
FontType { get; }Gets the type of the font.
PostScriptName { get; }Gets the PostScript name
Script { get; }Gets the script.
Style { get; }Gets font style parsed from subfamily name
Synthetic { get; }Gets a value indicating whether this FontInformation is synthetic.

See Also