UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
FontSize.h
1
//
2
// FontSize.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef FontSize_h
9
#define FontSize_h
10
11
// FontSize.h
12
#import <Foundation/Foundation.h>
13
#import <UniPRT/APair.h>
14
#import <UniPRT/IFontSize.h>
15
38
@interface
FontSize
:
APair
<
IFontSize
>
39
- (instancetype)initWithX:(
float
)x y:(
float
)y;
40
@end
41
42
43
#endif
/* FontSize_h */
APair
APair的基类。
定义
APair.h:36
FontSize
字体在 X 和 Y 方向的大小,允许在需要非默认字体大小时进行拉伸/调整大小。
定义
FontSize.h:38
IFontSize-p
定义字体大小类接口的协议。
定义
IFontSize.h:37
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IFont
FontSize.h
制作者
1.13.2