A protocol defining the interface for Text classes. More...
#include <IText.h>
Instance Methods | |
| (NSString *) | - description |
| Returns the string that can be sent to printer. | |
Properties | |
| NSArray< id< ITextItem > > * | text |
| List of text items that use the same text settings. | |
Properties inherited from <ITextSettings> | |
| id< IRuler > | ruler |
| Ruler to use for text positioning and font size if using ruler for font scaling/resizing. | |
Properties inherited from <IFont> | |
| NSString * | fontName |
| The name of the font to use. | |
Properties inherited from <IFontSizeUnits> | |
| FontSizeUnitsEnum | fontSizeUnits |
| Font size units for character sizing. | |
Properties inherited from <IAlignment> | |
| AlignEnum | alignment |
Properties inherited from <IRotation> | |
| RotateEnum | rotation |
A protocol defining the interface for Text classes.
| - (NSString *) description |
|
readwritenonatomicstrong |
List of text items that use the same text settings.