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 英寸)或标尺。
定义
ITextItem.h:72
ITextItem-p::start
id< IPoint > start
文本开始的位置。
定义
ITextItem.h:42
ITextItem-p::data
NSString * data
文本内容。
定义
ITextItem.h:54
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IText
ITextItem.h
制作者
1.13.2