Click or drag to resize

PdfFontCreateWindowsFont Method

Creates a font that has the specified characteristics.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static PdfFont CreateWindowsFont(
	PdfDocument doc,
	LOGFONT logfont,
	bool bVert,
	bool bTranslateName
)

Parameters

doc  PdfDocument
A document object.
logfont  LOGFONT
The LOGFONT structure defines the attributes of a font. Please refer MSDN for more details.
bVert  Boolean
The font is vertical
bTranslateName  Boolean
Translate names for CJK fonts

Return Value

PdfFont
An instance of PdfFont class.
See Also