1#import <Foundation/Foundation.h>
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;
提供 TSPL 操作輔助功能的工具類。
Definition Utilities.h:32