Trait guion::style::font::Glyph[][src]

pub trait Glyph {
    fn bounds(&self) -> Option<Bounds>;
fn offset(&self) -> Offset;
fn str_pos(&self) -> usize; }

Provides information over a glyph

Required methods

fn bounds(&self) -> Option<Bounds>[src]

fn offset(&self) -> Offset[src]

fn str_pos(&self) -> usize[src]

Loading content...

Implementors

impl Glyph for GlyphInfo[src]

Loading content...