Click or drag to resize

PdfiumFPDFText_GetFont Method

Note: This API is now obsolete.

Get font of a particular character

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete", true)]
public static IntPtr FPDFText_GetFont(
	IntPtr text_page,
	int index
)

Parameters

text_page  IntPtr
Handle to a text page information structure. Returned by FPDFText_LoadPage(IntPtr) function.
index  Int32
Zero-based index of the character

Return Value

IntPtr
A handle to the font used by the particular character. This handle can be used in FPDFFont_xxx functions for more information about the font
Remarks
This method is obsolete and will be removed in a future release of the Pdfium .Net SDK
See Also