UniPRT SDK v1.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的基类。
Definition APair.h:36
字体在 X 和 Y 方向的大小,允许在需要非默认字体大小时进行拉伸/调整大小。
Definition FontSize.h:38
定义字体大小类接口的协议。
Definition IFontSize.h:37