PdfFont Class

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

Definition

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

Constructors

PdfFont(Byte, Single) Constructs a PDF font based on binary font data
PdfFont(PdfStandardFont, Single) Constructs a standard PDF font
PdfFont(String, Single) Constructs a PDF font based on a font file
PdfFont(String, Single, Boolean) Constructs a PDF font based on a font family name

Properties

Bold Indicates if the font is bold
EmbedFont Indicates if the font should be embedded in PDF document. The default value is true
FontData The font data
FontFamily The font family name
Italic Indicates if the font is italic
Size The PDF font size in points
StandardFamily The standard font of this PDF font
Strikeout Indicates if the font is strikeout
Underline Indicates if the font is underline

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also