UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
ITextSettings.h
1
//
2
// ITextSettings.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef ITextSettings_h
9
#define ITextSettings_h
10
11
// ITextSettings.h
12
#import <Foundation/Foundation.h>
13
14
#import <UniPRT/IFont.h>
15
#import <UniPRT/IFontStyle.h>
16
#import <UniPRT/IFontSizeUnits.h>
17
#import <UniPRT/IAlignment.h>
18
#import <UniPRT/IRotation.h>
19
#import <UniPRT/IRuler.h>
20
32
@protocol
ITextSettings <IFont, IFontStyle, IFontSizeUnits, IAlignment, IRotation>
33
44
@property
(nonatomic, strong) id<IRuler> ruler;
45
@end
46
47
#endif
/* ITextSettings_h */
AutoIdSDK
LabelMaker
Interfaces
IText
ITextSettings.h
Generated by
1.10.0