 | PdfiumFPDFTextObj_GetFontSize Method |
Get the font size of a text object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFTextObj_GetFontSize(
IntPtr textObject,
out float size
)
Public Shared Sub FPDFTextObj_GetFontSize (
textObject As IntPtr,
<OutAttribute> ByRef size As Single
)
public:
static void FPDFTextObj_GetFontSize(
IntPtr textObject,
[OutAttribute] float% size
)
static member FPDFTextObj_GetFontSize :
textObject : IntPtr *
size : float32 byref -> unit
public static void FPDFTextObj_GetFontSize(
IntPtr textObject,
/** @attribute OutAttribute */ /** @ref */float size
)
Patagames.Pdf.Pdfium.FPDFTextObj_GetFontSize = function(textObject, size);
Parameters
- textObject IntPtr
- Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
- size Single
- Pointer to a float value receiving the size of the font.
See Also