TIM SDK
TIM API C
|
|
Custom receipt formatter text element definition.
Can be static text or dynamic content. Used during construction of object.
Data Fields | |
ta_e_custom_receipt_formatter_text_type_t | type |
Element type. | |
ta_e_custom_receipt_formatter_text_alignment_t | alignment |
Element alignment. | |
const char * | text |
Static text if type is ta_c_crftt_text. More... | |
const char* ta_s_custom_receipt_formatter_text_element::text |
Static text if type is ta_c_crftt_text.
If used points to a 0-terminate string. If not used set to 0-pointer. If used the string is copied during construction of object.