UniPRT SDK
v2.0.0.0
Loading...
Searching...
No Matches
PglText.h
1
//
2
// _PglText.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/24.
6
//
7
8
#ifndef PglText_h
9
#define PglText_h
10
11
#import <Foundation/Foundation.h>
12
13
#import <UniPRT/AText.h>
14
#import <UniPRT/PglFont.h>
15
#import <UniPRT/PrintPlane.h>
16
#import <UniPRT/PglTranslate.h>
17
#import <UniPRT/Defaults.h>
18
#import <UniPRT/PglAlphanumeric.h>
19
#import <UniPRT/FontSize.h>
20
46
@interface
PglText
:
AText
47
64
- (instancetype)
init
;
65
85
- (instancetype)initWithText:(
id
<ITextItem>)text;
86
111
- (NSString *)
description
;
112
113
@end
114
115
#endif
/* _PglText_h */
AText
Base class for AText.
Definition
AText.h:29
PglText
A class representing a text object.
Definition
PglText.h:47
-[PglText init]
instancetype init()
Initializes a new instance of the _PglText class.
-[PglText description]
NSString * description()
Returns a string that can be sent to the printer.
AutoIdSDK
LabelMaker
PGL
Text
PglText.h
Generated by
1.13.2