Click or drag to resize

PdfiumFPDFFont_GetStockFont(IntPtr, String) Method

Note: This API is now obsolete.

This method is obsolete. Please use FPDF_GetStockFont instead

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete. Please use FPDF_GetStockFont instead", 
	true)]
public static IntPtr FPDFFont_GetStockFont(
	IntPtr document,
	string fontName
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) and FPDF_CreateNewDocument.
fontName  String
A string that specifies the typeface name of the font.

Return Value

IntPtr
Handle to the new font object.
See Also