UniPRT SDK v2.0.0.0
 
載入中...
搜尋中...
無符合項目
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
提供 PGL 操作輔助功能的工具類。
Definition PglUtilities.h:38