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

Public Member Functions

None __init__ (self)
 
None __init__ (self, PdfParameters arg0)
 
None __init__ (self, float titleSize, float textSize, str fontName)
 
str fontName (self)
 
None fontName (self, str arg1)
 

Detailed Description

Generated from:  MR::PdfParameters


 @brief Parameters of document style

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.PdfParameters.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.PdfParameters.__init__ ( self,
PdfParameters arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

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

Member Function Documentation

◆ fontName() [1/2]

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

◆ fontName() [2/2]

None meshlib.mrmeshpy.PdfParameters.fontName ( self,
str arg1 )

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