A protocol defining the interface for Text classes. More...
Public Member Functions | |
str | __str__ (self) |
Static Public Attributes | |
List | text [ITextItem] |
![]() | |
IRuler | ruler |
![]() | |
str | font_name |
![]() | |
FontStyleEnum | font_style |
![]() | |
FontSizeUnitsEnum | font_size_units |
![]() | |
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 |