UniPRT SDK v2.0.0.0
 
载入中...
搜索中...
未找到
Utilities.h
1#import <Foundation/Foundation.h>
2
3NS_ASSUME_NONNULL_BEGIN
4
31@interface Utilities : NSObject
32
89+ (NSData *)TsplWindowsFontWithImageName:(NSString *)imageName
90 fontSize:(NSInteger)fontSize
91 rotation:(NSInteger)rotation
92 fontStyle:(NSInteger)fontStyle
93 fontFamilyName:(NSString *)fontFamilyName
94 content:(NSString *)content;
95
96@end
97
98
99NS_ASSUME_NONNULL_END
100
提供 TSPL 操作輔助功能的工具類。
定义 Utilities.h:32