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;
A utility class providing helper functions for TSPL operations.
Definition Utilities.h:32