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