HiQPdf Documentation

PdfFont Class

Quickly Create High Quality PDFs
The PDF font class defines a font that can be added to a PDF document
Inheritance Hierarchy

SystemObject
  HiQPdfPdfFont

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class PdfFont

The PdfFont type exposes the following members.

Properties

  NameDescription
Public propertySize
Gets or sets font size in points.
Public propertyStrikeout
Controls if the font has a horizontal line through the font
Public propertyUnderline
Controls if the font is underlined
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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 methodMeasureText
Returns the size in points of the given text when using this font to display the text
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference