Type Definition Rect
limn_text_layout::types
type Rect = Rect<f32>;
impl RectExt<f32> for Rect
fn left(&self) -> f32
fn top(&self) -> f32
fn right(&self) -> f32
fn bottom(&self) -> f32
fn width(&self) -> f32
fn height(&self) -> f32
fn from_ranges(x: Range, y: Range) -> Self
fn x_range(&self) -> Range
fn y_range(&self) -> Range