Struct pango::GlyphItemIter
[−]
pub struct GlyphItemIter(_);
Methods
impl GlyphItemIter
[src]
fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool
fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool
fn next_cluster(&mut self) -> bool
fn prev_cluster(&mut self) -> bool
Trait Implementations
impl Clone for GlyphItemIter
fn clone(&self) -> GlyphItemIter
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