Click or drag to resize

PdfiumFPDFTextObj_GetFontSize Method

Get the font size of a text object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_GetFontSize(
	IntPtr textObject,
	out float size
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
size  Single
Pointer to a float value receiving the size of the font.
See Also