UniPRT SDK
v2.0.0.0
載入中...
搜尋中...
無符合項目
ITextItem.h
1
//
2
// ITextItem.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef ITextItem_h
9
#define ITextItem_h
10
11
// ITextItem.h
12
#import <Foundation/Foundation.h>
13
14
#import <UniPRT/IPoint.h>
15
#import <UniPRT/IFontSize.h>
16
30
@protocol
ITextItem <NSObject>
31
42
@property
(nonatomic, strong) id<IPoint>
start
;
43
54
@property
(nonatomic, strong) NSString *
data
;
55
72
@property
(nonatomic, strong) id<IFontSize>
fontSize
;
73
@end
74
75
76
#endif
/* ITextItem_h */
ITextItem-p::fontSize
id< IFontSize > fontSize
水平/垂直字體大小。0 表示默認不縮放/調整大小。0-100% 縮放或以點為單位的大小(1/72 英寸)或標尺。
Definition
ITextItem.h:72
ITextItem-p::start
id< IPoint > start
文字開始的位置。
Definition
ITextItem.h:42
ITextItem-p::data
NSString * data
文字內容。
Definition
ITextItem.h:54
AutoIdSDK
LabelMaker
Interfaces
IText
ITextItem.h
產生者:
1.13.2