 | PdfiumFPDFFont_GetFontDict Method |
Gets dictionary from font object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFont_GetFontDict(
IntPtr font
)
Public Shared Function FPDFFont_GetFontDict (
font As IntPtr
) As IntPtr
public:
static IntPtr FPDFFont_GetFontDict(
IntPtr font
)
static member FPDFFont_GetFontDict :
font : IntPtr -> IntPtr
public static IntPtr FPDFFont_GetFontDict(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_GetFontDict = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
IntPtrHandle to the font dictionary; IntPtr.Zero if any error occurs.
See Also