PdfFontCreateWithColor Method

Creates a new font using the same base font, size, and style with a different color

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfFont CreateWithColor(
	PdfColor color
)

Parameters

color  PdfColor
Font color

Return Value

PdfFont
A font instance for text rendering

See Also