UniPRT SDK v2.0.0.0
 
載入中...
搜尋中...
無符合項目
IFont.h
1//
2// IFont.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IFont_h
9#define IFont_h
10
11// IFont.h
12#import <Foundation/Foundation.h>
13
36@protocol IFont <NSObject>
37
54@property (nonatomic, strong) NSString *fontName;
55
56@end
57
58#endif /* IFont_h */
NSString * fontName
要使用的字體名稱。
Definition IFont.h:54