Class CdrFont
Class CdrFont
Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
the cdr Font
[JsonObject(MemberSerialization.OptIn)]
public class CdrFont : CdrDictionaryItem, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrFont
Implements
Inherited Members
CdrDictionaryItem.Id, CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CdrFont()
public CdrFont()
Properties
Encoding
Gets or sets the encoding.
[JsonProperty]
public short Encoding { get; set; }
Property Value
FontName
Gets or sets the name of the font.
[JsonProperty]
public string FontName { get; set; }