![]() |
CustomiOSApi
1.06
|
This the container class to hold various font attributes More...
Public Types | |
enum | FontSize { FONT_SIZE_X1 = 0, FONT_SIZE_X2 = 1, FONT_SIZE_X3 = 2, FONT_SIZE_X4 = 3, FONT_SIZE_X5 = 4, FONT_SIZE_X6 = 5, FONT_SIZE_X7 = 6, FONT_SIZE_X8 = 7 } |
Font Size More... | |
enum | FontJustification { FONT_JUSTIFICATION_LEFT = 0, FONT_JUSTIFICATION_CENTER = 1, FONT_JUSTIFICATION_RIGHT = 2 } |
Font Justification More... | |
enum | FontType { FONT_TYPE_A = 0, FONT_TYPE_B = 1 } |
Font Type More... | |
enum | FontIntCharset { FONT_CS_DEFAULT = 0, FONT_CS_RUSSIAN = 1, FONT_CS_TURKISH = 2, FONT_CS_EASTEEUROPE = 3, FONT_CS_ISRAELI = 4, FONT_CS_GREEK = 5 } |
Font International Charset More... | |
Instance Methods | |
(enum FontSize) | - GetCharWidth |
Get Character width ratio (default FONT_SIZE_X1) More... | |
(void) | - SetCharWidth:: |
Set Character width ratio More... | |
(enum FontSize) | - GetCharHeight |
Get Character height ratio (default FONT_SIZE_X1) More... | |
(void) | - SetCharHeight:: |
Set Character height ratio More... | |
(Boolean) | - GetEmphasized |
Get Font emphasied (default false) More... | |
(void) | - SetEmphasized: |
Set Font emphasied More... | |
(Boolean) | - GetItalic |
Get Font italic (default false) More... | |
(void) | - SetItalic: |
Set Font italic More... | |
(Boolean) | - GetUnderline |
Get Font underline (default false) More... | |
(void) | - SetUnderline: |
Set Font underline More... | |
(enum FontJustification) | - GetJustification |
Get Font justification: More... | |
(void) | - SetJustification:: |
Set Font justification: More... | |
(enum FontType) | - GetCharFontType |
Get Font type: More... | |
(void) | - SetCharFontType:: |
Set Font type: More... | |
(enum FontIntCharset) | - GetInternationalCharSet |
Get Font international char set: More... | |
(void) | - SetInternationalCharSet:: |
Get Font international char set: More... | |
(NSStringEncoding) | - GetEncodingCharSet |
Get Font international char encoding (Only if loaded on printer) More... | |
(void) | - SetEncodingCharSet:: |
Set Font international char encoding (Only if loaded on printer) More... | |
(id) | - init [implementation] |
This the container class to hold various font attributes
- (enum) FontIntCharset |
Font International Charset
- (enum) FontJustification |
- (enum) FontSize |
Font Size
- (enum) FontType |
- (enum FontType) GetCharFontType |
Get Font type:
- (enum FontSize) GetCharHeight |
Get Character height ratio (default FONT_SIZE_X1)
- (enum FontSize) GetCharWidth |
Get Character width ratio (default FONT_SIZE_X1)
- (Boolean) GetEmphasized |
Get Font emphasied (default false)
- (NSStringEncoding) GetEncodingCharSet |
Get Font international char encoding (Only if loaded on printer)
- (enum FontIntCharset) GetInternationalCharSet |
Get Font international char set:
- (Boolean) GetItalic |
Get Font italic (default false)
- (enum FontJustification) GetJustification |
Get Font justification:
- (Boolean) GetUnderline |
Get Font underline (default false)
|
implementation |
- (void) SetCharFontType: | (enum FontType) | value | |
: | (NSError**) | error | |
Set Font type:
value | Font value:
|
error | Error pointer |
- (void) SetCharHeight: | (enum FontSize) | value | |
: | (NSError**) | error | |
Set Character height ratio
value | Font height ratio Size |
error | Error pointer |
- (void) SetCharWidth: | (enum FontSize) | value | |
: | (NSError**) | error | |
Set Character width ratio
value | Font width ratio Size |
error | Error pointer |
- (void) SetEmphasized: | (Boolean) | value |
Set Font emphasied
value | Emphasized value |
- (void) SetEncodingCharSet: | (NSStringEncoding) | value | |
: | (NSError**) | error | |
Set Font international char encoding (Only if loaded on printer)
value | Font international char encoding NSStringEncoding references |
error | Error pointer |
- (void) SetInternationalCharSet: | (enum FontIntCharset) | value | |
: | (NSError**) | error | |
Get Font international char set:
value | Font international char set value:
|
error | Error pointer |
- (void) SetItalic: | (Boolean) | value |
Set Font italic
value | Italic value |
- (void) SetJustification: | (enum FontJustification) | value | |
: | (NSError**) | error | |
Set Font justification:
value | Justification value:
|
error | Error pointer |
- (void) SetUnderline: | (Boolean) | value |
Set Font underline
value | Underline value |