MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.Pdf.TextParams Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, Pdf.TextParams arg0)
 
None __init__ (self, std_variant_PdfBuildinFont_std_filesystem_path fontName, float fontSize, Pdf.AlignmentHorizontal alignment, Color colorText, bool underline)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Pdf.TextParams operator (*args, **kwargs)
 
Pdf.TextParams operator (*args, **kwargs)
 

Static Public Attributes

Pdf alignment .AlignmentHorizontal
 

Static Protected Attributes

typing _offsetof_alignment = 52
 
typing _offsetof_colorText = 56
 
typing _offsetof_fontName = 0
 
typing _offsetof_fontSize = 48
 
typing _offsetof_underline = 60
 

Detailed Description

Generated from:  MR::Pdf::TextParams

parameters to drawing text

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.Pdf.TextParams.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.Pdf.TextParams.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.Pdf.TextParams.__init__ ( self,
Pdf.TextParams arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.Pdf.TextParams.__init__ ( self,
std_variant_PdfBuildinFont_std_filesystem_path fontName,
float fontSize,
Pdf.AlignmentHorizontal alignment,
Color colorText,
bool underline )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

Pdf.TextParams mrmeshpy.Pdf.TextParams.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

Pdf.TextParams mrmeshpy.Pdf.TextParams.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_alignment

typing mrmeshpy.Pdf.TextParams._offsetof_alignment = 52
staticprotected

◆ _offsetof_colorText

typing mrmeshpy.Pdf.TextParams._offsetof_colorText = 56
staticprotected

◆ _offsetof_fontName

typing mrmeshpy.Pdf.TextParams._offsetof_fontName = 0
staticprotected

◆ _offsetof_fontSize

typing mrmeshpy.Pdf.TextParams._offsetof_fontSize = 48
staticprotected

◆ _offsetof_underline

typing mrmeshpy.Pdf.TextParams._offsetof_underline = 60
staticprotected

◆ alignment

Pdf mrmeshpy.Pdf.TextParams.alignment .AlignmentHorizontal
static

The documentation for this class was generated from the following file: