MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PdfParameters Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, float titleSize, float textSize, str defaultFontName, str tableFontName)
 
str defaultFontName (self)
 
None defaultFontName (self, str arg1)
 
str tableFontName (self)
 
None tableFontName (self, str arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
PdfParameters operator (*args, **kwargs)
 
PdfParameters operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_defaultFontName = 8
 
typing _offsetof_tableFontName = 40
 
typing _offsetof_textSize = 4
 
typing _offsetof_titleSize = 0
 

Detailed Description

Generated from:  MR::PdfParameters


 @brief Parameters of document style

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.PdfParameters.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.PdfParameters.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.PdfParameters.__init__ ( self,
float titleSize,
float textSize,
str defaultFontName,
str tableFontName )
Implicit aggregate constructor.

Member Function Documentation

◆ defaultFontName() [1/2]

str mrmeshpy.PdfParameters.defaultFontName ( self)
 @brief Font name
 list of available fonts:
 Courier (-Bold, -Oblique, -BoldOblique)
 Helvetica (-Bold, -Oblique, -BoldOblique)
 Times (-Roman, -Bold, -Italic, -BoldItalic)
 Symbol
 ZapfDingbats

◆ defaultFontName() [2/2]

None mrmeshpy.PdfParameters.defaultFontName ( self,
str arg1 )

◆ operator() [1/2]

PdfParameters mrmeshpy.PdfParameters.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

PdfParameters mrmeshpy.PdfParameters.operator ( * args,
** kwargs )
static

◆ tableFontName() [1/2]

str mrmeshpy.PdfParameters.tableFontName ( self)
 Font name for table (monospaced)

◆ tableFontName() [2/2]

None mrmeshpy.PdfParameters.tableFontName ( self,
str arg1 )

Member Data Documentation

◆ _offsetof_defaultFontName

typing mrmeshpy.PdfParameters._offsetof_defaultFontName = 8
staticprotected

◆ _offsetof_tableFontName

typing mrmeshpy.PdfParameters._offsetof_tableFontName = 40
staticprotected

◆ _offsetof_textSize

typing mrmeshpy.PdfParameters._offsetof_textSize = 4
staticprotected

◆ _offsetof_titleSize

typing mrmeshpy.PdfParameters._offsetof_titleSize = 0
staticprotected

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