Home
last modified time | relevance | path

Searched refs:actual_line_height (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/element/
Dtext.rs109 let actual_line_height = font_height * self.line_height; in layout_lines() localVariable
111 let y = f64::from(y0) + f64::from(idx) * actual_line_height; in layout_lines()