fn draw_rect_label(
ui: &mut Ui,
label: &TextLabel,
highlight: InteractionHighlight,
) -> Response
Expand description
Draw a rectangle to “fake” a label at small scales, where actual text would be unreadable anyways.
fn draw_rect_label(
ui: &mut Ui,
label: &TextLabel,
highlight: InteractionHighlight,
) -> Response
Draw a rectangle to “fake” a label at small scales, where actual text would be unreadable anyways.