Class CdrFont
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
the cdr Font
public class CdrFont : CdrDictionaryItem, IDisposable
- Inheritance
-
CdrFont
- Implements
- Inherited Members
Constructors
CdrFont()
public CdrFont()
- See Also
Properties
Encoding
Gets or sets the encoding.
public short Encoding { get; set; }
Property Value
- short
The encoding.
- See Also
FontName
Gets or sets the name of the font.
public string FontName { get; set; }
Property Value
- string
The name of the font.
- See Also