Class Font
Font class
Represents XMP Font.
public sealed class Font : ComplexTypeBase
Constructors
Name | Description |
---|
Font() | Initializes a new instance of the Font class. |
Font(string) | Initializes a new instance of the Font class. |
Properties
Name | Description |
---|
ChildFontFiles { get; set; } | Gets or sets the array of file names for the fonts that make up a composite font. |
FontFace { get; set; } | Gets or sets the font face. |
FontFamily { get; set; } | Gets or sets the font family. |
FontFileName { get; set; } | Gets or sets the font file name without full path. |
FontName { get; set; } | Gets or sets the PostScript font name. |
FontType { get; set; } | Gets or sets the font type. |
IsComposite { get; set; } | Gets or sets a value indicating whether this font is composite. |
NamespaceUri { get; } | Gets the default namespace URI. |
Prefix { get; } | Gets the prefix. |
Version { get; set; } | Gets or sets the font version. |
Methods
See Also