PdfFontManagerCreateFont(PdfBaseFont, Single, PdfFontStyle, PdfColor) Method

Creates a font from an existing base font

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public static PdfFont CreateFont(
	PdfBaseFont baseFont,
	float fontSize,
	PdfFontStyle style,
	PdfColor color
)

Parameters

baseFont  PdfBaseFont
The base font
fontSize  Single
Font size in points
style  PdfFontStyle
Font style flags
color  PdfColor
Font color

Return Value

PdfFont
A font instance for text rendering

See Also