PdfFontCreateWithColor Method

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfFont CreateWithColor(
	PdfColor color
)

Parameters

color  PdfColor
Font color

Return Value

PdfFont
A font instance for text rendering

See Also