UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
PglUtilities.h
1//
2// Untitled.h
3// UniPRT
4//
5// Created by 黃昱嘉 on 2025/7/10.
6//
7
8#import <Foundation/Foundation.h>
9
10
37@interface PglUtilities : NSObject
38
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;
101
102@end
A utility class providing helper functions for PGL operations.
Definition PglUtilities.h:38