The PDF font class defines a font that can be added to a PDF document
Inheritance Hierarchy
HiQPdfPdfFont
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfFont type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Size |
Gets or sets font size in points.
|
![]() | Strikeout |
Controls if the font has a horizontal line through the font
|
![]() | Underline |
Controls if the font is underlined
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MeasureText |
Returns the size in points of the given text when using this font to display the text
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also