nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NSData(NME) Class Reference

Static Public Member Functions

NSData * dataWithNME:length:fontSize:format: (char const *src,[length] int length,[fontSize] int fontSize,[format] char format)
 Create autoreleased NSData object by converting text with NME markup to another format.
NSData * dataWithNME:length:fontSize: (char const *src,[length] int length,[fontSize] int fontSize)
 Create autoreleased NSData object by converting text with NME markup to RTF.
NSData * dataWithNMEString:fontSize:format: (NSString *src,[fontSize] int fontSize,[format] char format)
 Create autoreleased NSData object by converting text with NME markup to another format.

Detailed Description

Definition at line 13 of file NMEObjC.m.


Member Function Documentation

NSData * NSData(NME)::dataWithNME:length:fontSize: ( char const *  src,
[length] int  length,
[fontSize] int  fontSize 
) [static, virtual]

Create autoreleased NSData object by converting text with NME markup to RTF.

Parameters:
[in]srctext with NME format (UTF-8)
[in]lengthlength of src in bytes
[in]fontSizefontSize (0 for default)

Definition at line 83 of file NMEObjC.m.

NSData * NSData(NME)::dataWithNME:length:fontSize:format: ( char const *  src,
[length] int  length,
[fontSize] int  fontSize,
[format] char  format 
) [static, virtual]

Create autoreleased NSData object by converting text with NME markup to another format.

Parameters:
[in]srctext with NME format (UTF-8)
[in]lengthlength of src in bytes
[in]fontSizefontSize (0 for default)
[in]formatoutput format: 'h'=HTML, 'l'=LaTeX, 'n'=NME, 'r'=RTF, 't'=text, 'd'=debug with sublistInListItem=FALSE, 'D'=debug with sublistInListItem=TRUE

Definition at line 15 of file NMEObjC.m.

NSData * NSData(NME)::dataWithNMEString:fontSize:format: ( NSString *  src,
[fontSize] int  fontSize,
[format] char  format 
) [static, virtual]

Create autoreleased NSData object by converting text with NME markup to another format.

Parameters:
[in]srctext with NME format as a string
[in]fontSizefontSize (0 for default)
[in]formatoutput format: 'h'=HTML, 'l'=LaTeX, 'n'=NME, 'r'=RTF, 't'=text, 'd'=debug

Definition at line 90 of file NMEObjC.m.


The documentation for this class was generated from the following files:
Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.