 | PdfiumFPDFFont_GetItalicAngle Method |
Get the italic angle value in the font
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFont_GetItalicAngle(
IntPtr font
)
Public Shared Function FPDFFont_GetItalicAngle (
font As IntPtr
) As Integer
public:
static int FPDFFont_GetItalicAngle(
IntPtr font
)
static member FPDFFont_GetItalicAngle :
font : IntPtr -> int
public static int FPDFFont_GetItalicAngle(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_GetItalicAngle = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
Int32Italic angle value in the font
See Also