nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEObjC.h
Go to the documentation of this file.
00001 
00008 /* License: new BSD license (see NME.h) */
00009 
00036 #import <Foundation/Foundation.h>
00037 
00038 @interface NSData(NME)
00039 
00048 + (NSData *)dataWithNME:(char const *)src length:(int)length
00049         fontSize:(int)fontSize format:(char)format;
00050 
00057 + (NSData *)dataWithNME:(char const *)src length:(int)length
00058         fontSize:(int)fontSize;
00059 
00067 + (NSData *)dataWithNMEString:(NSString *)src
00068         fontSize:(int)fontSize format:(char)format;
00069 
00070 @end
Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.