10 #define PRINTERFONT_H_
12 #import <Foundation/Foundation.h>
151 - (enum FontSize) GetCharWidth;
158 - (void) SetCharWidth:(enum FontSize)value :(NSError**)error;
163 - (enum FontSize) GetCharHeight;
170 - (void) SetCharHeight:(enum FontSize)value :(NSError**)error;
175 - (Boolean) GetEmphasized;
181 - (void) SetEmphasized:(Boolean)value;
186 - (Boolean) GetItalic;
192 - (void) SetItalic:(Boolean)value;
197 - (Boolean) GetUnderline;
203 - (void) SetUnderline:(Boolean)value;
213 - (enum FontJustification) GetJustification;
226 - (void) SetJustification:(enum FontJustification)value :(NSError**)error;
235 - (enum FontType) GetCharFontType;
247 - (void) SetCharFontType:(enum FontType)value :(NSError**)error;
260 - (enum FontIntCharset) GetInternationalCharSet;
276 - (void) SetInternationalCharSet:(enum FontIntCharset)value :(NSError**)error;
282 - (NSStringEncoding) GetEncodingCharSet;
291 - (void) SetEncodingCharSet:(NSStringEncoding)value :(NSError**)error;