EVO PDF Logo

PdfFont Constructor (String, Single)

EVO PDF Client for .NET Framework
Creates a PDF font from a font file

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfFont(
	string fontFilePath,
	float fontSizePoints
)

Parameters

fontFilePath
Type: SystemString
The font file full path
fontSizePoints
Type: SystemSingle
The font size in points
See Also

Reference