A protocol defining the interface for Text classes. More...
Public Member Functions | |
| str | __str__ (self) |
Static Public Attributes | |
| List | text [ITextItem] |
Static Public Attributes inherited from LabelMaker.Interfaces.IText.ITextSettings | |
| IRuler | ruler |
Static Public Attributes inherited from LabelMaker.Interfaces.IFont.IFont | |
| str | font_name |
Static Public Attributes inherited from LabelMaker.Interfaces.IFont.IFontStyle | |
| FontStyleEnum | font_style |
Static Public Attributes inherited from LabelMaker.Interfaces.IFont.IFontSizeUnits | |
| FontSizeUnitsEnum | font_size_units |
Static Public Attributes inherited from LabelMaker.Interfaces.ISettings.IRotation | |
| RotateEnum | rotation |
A protocol defining the interface for Text classes.
This protocol outlines the required properties and methods for any text handling class.
| str LabelMaker.Interfaces.IText.IText.__str__ | ( | self | ) |
Reimplemented in LabelMaker.Interfaces.IText.AText, LabelMaker.PGL.Text.Text, and LabelMaker.TSPL.Text.Text.
|
static |