Font ClassTerminal Works - PDF Printing.Net Library
Font represents the formatting of characters in a paragraph.
Inheritance Hierarchy

SystemObject
  PdfEdit.ChartingDocumentObject
    PdfEdit.ChartingFont

Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class Font : DocumentObject

The Font type exposes the following members.

Constructors

  NameDescription
Public methodFont
Initializes a new instance of the Font class that can be used as a template.
Public methodFont(String, XUnit)
Initializes a new instance of the Font class with the specified name and size.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of the Font.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBold
Gets or sets the bold property.
Public propertyColor
Gets or sets the color property.
Public propertyItalic
Gets or sets the italic property.
Public propertyName
Gets or sets the name of the font.
Public propertyParent
Gets the parent object.
(Inherited from DocumentObject.)
Public propertySize
Gets or sets the size of the font.
Public propertySubscript
Gets or sets the subscript property.
Public propertySuperscript
Gets or sets the superscript property.
Public propertyUnderline
Gets or sets the underline property.
Top
See Also

Reference