mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-13 18:22:55 +02:00
9 lines
260 B
Objective-C
9 lines
260 B
Objective-C
@interface Fonts : NSObject {
|
|
}
|
|
|
|
- (NSArray*) availableFonts;
|
|
- (NSArray*) availableFontFamilies;
|
|
- (NSArray*) availableMembersOfFontFamily:(NSString*)fontFamily;
|
|
- (CGFloat) defaultLineHeightForFont:(NSString *)theFontName ofSize:(CGFloat)theFontSize;
|
|
|
|
@end
|