Struct pango::GlyphString
[−]
pub struct GlyphString(_);
Methods
impl GlyphString
[src]
fn new() -> GlyphString
fn extents(&mut self, font: &Font) -> (Rectangle, Rectangle)
fn extents_range(
&mut self,
start: i32,
end: i32,
font: &Font
) -> (Rectangle, Rectangle)
&mut self,
start: i32,
end: i32,
font: &Font
) -> (Rectangle, Rectangle)
fn get_width(&mut self) -> i32
fn set_size(&mut self, new_len: i32)
Trait Implementations
impl Clone for GlyphString
fn clone(&self) -> GlyphString
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