PdfFont Class

Represents a font used to render text in a PDF document

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public sealed class PdfFont
Inheritance
Object    PdfFont

Properties

BaseFont Gets the base font used to create this font
Color Gets the font color
Size Gets the font size in points
Style Gets the font style flags

Methods

Create Creates a new font using the same base font with the specified size, style, and color
CreateWithColor Creates a new font using the same base font, size, and style with a different color
CreateWithSize Creates a new font using the same base font and color with a different size
CreateWithStyle Creates a new font using the same base font, size, and color with a different style
Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also