PdfBaseFont Class

Represents a base font that can be used to create styled fonts

Definition

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

Properties

IsSubset Gets a value indicating whether the font is written to the PDF as a subset. This is configured at creation time via CreateBaseFont(String, Boolean, IListInt32)

Methods

CreateFont(Single) Creates a font using this base font with the normal style and black as the font color
CreateFont(Single, PdfColor) Creates a font using this base font with the normal style
CreateFont(Single, PdfFontStyle) Creates a font using this base font with black as the font color
CreateFont(Single, PdfFontStyle, PdfColor) Creates a font using this base font
Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also