Skip to main content

tx_printer_push_text

Function tx_printer_push_text 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tx_printer_push_text( printer: *mut TxPrinter, text: *const c_char, )
Expand description

Pushes text content into the current element.

ยงSafety

  • printer must be a valid, non-null pointer to a TxPrinter.
  • text must be a valid, non-null pointer to a null-terminated UTF-8 string.