Struct pango::LayoutLine
[−]
pub struct LayoutLine(_);
Methods
impl LayoutLine
[src]
fn get_extents(&self) -> (Rectangle, Rectangle)
fn get_pixel_extents(&self) -> (Rectangle, Rectangle)
fn index_to_x(&self, index_: i32, trailing: bool) -> i32
fn x_to_index(&self, x_pos: i32) -> Option<(i32, i32)>
Trait Implementations
impl Clone for LayoutLine
fn clone(&self) -> LayoutLine
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more