Function flipperzero_sys::elements_bubble_str
source · [−]pub unsafe extern "C" fn elements_bubble_str(
canvas: *mut Canvas,
x: u8,
y: u8,
text: *const c_char,
horizontal: Align,
vertical: Align
)Expand description
Draw bubble frame for text with corner
@param canvas Canvas instance @param x left x coordinates @param y top y coordinate @param width bubble width @param height bubble height @param horizontal horizontal aligning @param vertical aligning