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