CustomiOSApi  1.04
 All Classes Functions Enumerations Enumerator Pages
Text.h
1 //
2 // Text.h
3 // CustomiOSApi
4 //
5 // Created by CUSTOM on 11/07/13.
6 // Copyright (c) 2013 CUSTOM. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "PrinterFont.h"
11 
12 //Hide it in the documentation
13 // @cond PRIVATE
14 @interface Text : NSObject
15 {
16 }
17 
18 + (NSData*) CreateTextCommands: (PrinterFont*)font :(NSInteger)leftMargin :(NSInteger)printWidth;
19 
20 @end