You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let sprite = self.atlas.lock().unwrap().new_unique_id();
@@ -411,18 +407,18 @@ pub fn draw_multiline_text(
411
407
}
412
408
413
409
/// Draw multiline text with the given line distance and custom params such as font, font size and font scale.
414
-
/// If no line distance but a custom font is given, the fonts newline size will be used as line distance factor if it exists.
410
+
/// If no line distance but a custom font is given, the fonts newline size will be used as line distance factor if it exists, else default to font size.
0 commit comments