Files
macSVG-mirror/macSVG/SVG Functions/EmbeddedFontEncoder.h
2016-09-15 10:13:52 -05:00

19 lines
386 B
Objective-C

//
// EmbeddedFontEncoder.h
// macSVG
//
// Created by Douglas Ward on 1/3/12.
// Copyright © 2016 ArkPhone LLC. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface EmbeddedFontEncoder : NSObject
{
}
- (IBAction)testFontEmbedder:(id)sender;
- (NSString *)encodeFontWithURL:(NSURL *)fontURL fontFamily:(NSString *)fontFamily fontType:(NSString *)fontType;
@end