PdfBaseFont Class

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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