pub unsafe extern "C" fn elements_text_box(
canvas: *mut Canvas,
x: i32,
y: i32,
width: usize,
height: usize,
horizontal: Align,
vertical: Align,
text: *const c_char,
strip_to_dots: bool,
)Expand description
Draw text box element
§Arguments
canvas- Canvas instancex- x coordinatey- y coordinatewidth- width to fit textheight- height to fit texthorizontal- Align instancevertical- Align instancetext(direction in) - Formatted text. The following formats are available: “text- bold font is used “text- monospaced font is used “text- white text on black backgroundstrip_to_dots- Strip text to … if does not fit to width