 | PdfiumFPDFFont_IsVertWriting Method |
Specifies whether the font is VertWriting
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFFont_IsVertWriting(
IntPtr font
)
Public Shared Function FPDFFont_IsVertWriting (
font As IntPtr
) As Boolean
public:
static bool FPDFFont_IsVertWriting(
IntPtr font
)
static member FPDFFont_IsVertWriting :
font : IntPtr -> bool
public static boolean FPDFFont_IsVertWriting(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_IsVertWriting = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
BooleanTrue if the font is VertWriting, False otherwise.
See Also