Font Class

Contains information about a font.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramFont

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Font

The Font type exposes the following members.

Constructors
  NameDescription
Public methodFont
Constructor.
Properties
  NameDescription
Public propertyCharSets
The supported character sets of the font.
Public propertyFlags
Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.
Public propertyID
The ID of the element within its parent element.
Public propertyName
The name of the font as a UTF-16 Unicode string.
Public propertyPanos
The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
Public propertyUnicodeRanges
The supported Unicode ranges of the font.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also