8#import <Foundation/Foundation.h>
95+ (NSData *)PglWindowsFontWithImageName:(NSString *)imageName
96 fontSize:(NSInteger)fontSize
97 rotation:(NSInteger)rotation
98 fontStyle:(NSInteger)fontStyle
99 fontFamilyName:(NSString *)fontFamilyName
100 content:(NSString *)content;
A utility class providing helper functions for PGL operations.
Definition PglUtilities.h:38