PdfFontCreateWithColor Method

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

Definition

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

Parameters

color  PdfColor
Font color

Return Value

PdfFont
A font instance for text rendering

See Also