PdfFont ByName Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns existing font by name or creates and registers a new one

Namespace: NFX.Media.PDF.DocumentModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static PdfFont ByName(
	string name
)

Return Value

Type: PdfFont
See Also