UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<IText> Protocol Reference

A protocol defining the interface for Text classes. More...

#include <IText.h>

Inheritance diagram for <IText>:
<ITextSettings> <IFont> <IFontSizeUnits> <IAlignment> <IRotation> AText _PglText _Text

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< IRulerruler
 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
 

Detailed Description

A protocol defining the interface for Text classes.

Method Documentation

◆ description

- (NSString *) description

Returns the string that can be sent to printer.

Reimplemented in AText, _PglText, and _Text.

Property Documentation

◆ text

- (NSArray<id<ITextItem> >*) text
readwritenonatomicstrong

List of text items that use the same text settings.


The documentation for this protocol was generated from the following file: