pub unsafe extern "C" fn canvas_string_width(
    canvas: *mut Canvas,
    str_: *const i8
) -> u16
Expand description

Get string width

@param canvas Canvas instance @param str C-string

@return width in pixels.