Font represents the formatting of characters in a paragraph.
Inheritance Hierarchy
PdfEdit.ChartingDocumentObject
PdfEdit.ChartingFont
Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The Font type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Font |
Initializes a new instance of the Font class that can be used as a template.
|
![]() | Font(String, XUnit) |
Initializes a new instance of the Font class with the specified name and size.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates a copy of the Font.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Bold |
Gets or sets the bold property.
|
![]() | Color |
Gets or sets the color property.
|
![]() | Italic |
Gets or sets the italic property.
|
![]() | Name |
Gets or sets the name of the font.
|
![]() | Parent |
Gets the parent object.
(Inherited from DocumentObject.) |
![]() | Size |
Gets or sets the size of the font.
|
![]() | Subscript |
Gets or sets the subscript property.
|
![]() | Superscript |
Gets or sets the superscript property.
|
![]() | Underline |
Gets or sets the underline property.
|
See Also