Click or drag to resize

PdfiumFPDFFont_GetItalicAngle Method

Get the italic angle value in the font

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFont_GetItalicAngle(
	IntPtr font
)

Parameters

font  IntPtr
Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)

Return Value

Int32
Italic angle value in the font
See Also