EVO PDF Logo

PdfFont Constructor (StdFontBaseFamily, Single)

EVO PDF Client for .NET Core
Creates a standard PDF font

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public PdfFont(
	StdFontBaseFamily standardFamily,
	float fontSizePoints
)

Parameters

standardFamily
Type: EvoPdfClientStdFontBaseFamily
The standard PDF font family
fontSizePoints
Type: SystemSingle
The standard font size in points
See Also

Reference