Click or drag to resize

PdfiumFPDFTextObj_SetFont Method

Set the font into a text object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_SetFont(
	IntPtr textObject,
	IntPtr font
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
font  IntPtr
Handle to FPDF_FONT. It could be returned by FPDFTextObj_GetFont(IntPtr) or {0} Overload
See Also