UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
IFontStyle.h
1
//
2
// IFontStyle.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef IFontStyle_h
9
#define IFontStyle_h
10
11
// IFontStyle.h
12
#import <Foundation/Foundation.h>
13
#import <UniPRT/FontStyleEnum.h>
14
17
@protocol
IFontStyle <NSObject>
18
@property
(nonatomic, assign)
FontStyleEnum
fontStyle;
19
@end
20
21
22
#endif
/* IFontStyle_h */
23
FontStyleEnum
This enumeration supports bitwise operation of member values.
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IFont
IFontStyle.h
Generated by
1.10.0