Click or drag to resize

PdfiumFPDF_CreateFontFromDict Method

Creates a font with the specified characteristics.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDF_CreateFontFromDict(
	IntPtr document,
	IntPtr fontDict,
	bool bFindOnly = false
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) and FPDF_CreateNewDocument.
fontDict  IntPtr
Handle to the font dictionary.
bFindOnly  Boolean  (Optional)
Find only.

Return Value

IntPtr
Handle to newly created font or IntPtr.Zero if any error occurs.
See Also