PdfFont Class

The PDF font class defines a font that can be added to a PDF document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfFont
Inheritance
Object    PdfFont

Properties

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

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MeasureText Returns the size in points of the given text when using this font to display the text
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also