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. | |
![]() | |
id< IRuler > | ruler |
Ruler to use for text positioning and font size if using ruler for font scaling/resizing. | |
![]() | |
NSString * | fontName |
The name of the font to use. | |
![]() | |
FontSizeUnitsEnum | fontSizeUnits |
Font size units for character sizing. | |
![]() | |
AlignEnum | alignment |
![]() | |
RotateEnum | rotation |
A protocol defining the interface for Text classes.
- (NSString *) description |
|
readwritenonatomicstrong |
List of text items that use the same text settings.