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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PdfParameters @brief Parameters of document style
None mrmeshpy.PdfParameters.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.PdfParameters.__init__ | ( | self, | |
PdfParameters | arg0 ) |
Implicit copy constructor.
None mrmeshpy.PdfParameters.__init__ | ( | self, | |
float | titleSize, | ||
float | textSize, | ||
str | fontName ) |
Implicit aggregate constructor.
|
staticprotected |
str 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
None mrmeshpy.PdfParameters.fontName | ( | self, | |
str | arg1 ) |