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 |
Generated from: MR::PdfParameters @brief Parameters of document style
|
static |
None mrmeshpy.PdfParameters.__init__ | ( | self | ) |
None mrmeshpy.PdfParameters.__init__ | ( | self, | |
float | titleSize, | ||
float | textSize, | ||
str | defaultFontName, | ||
str | tableFontName ) |
Implicit aggregate constructor.
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
None mrmeshpy.PdfParameters.defaultFontName | ( | self, | |
str | arg1 ) |
|
static |
|
static |
str mrmeshpy.PdfParameters.tableFontName | ( | self | ) |
Font name for table (monospaced)
None mrmeshpy.PdfParameters.tableFontName | ( | self, | |
str | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |