Click or drag to resize

PdfiumFPDFText_GetFontSize Method

Get the font size of a particular character

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static double FPDFText_GetFontSize(
	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

Double
The font size of the particular character, measured in points (about 1/72 inch). This is the typographic size of the font (so called "em size").
See Also