Struct freetype::bitmap_glyph::BitmapGlyph [] [src]

pub struct BitmapGlyph {
    // some fields omitted
}

Methods

impl BitmapGlyph

fn from_raw(raw: FT_BitmapGlyph) -> Self

fn left(&self) -> i32

fn top(&self) -> i32

fn bitmap(&self) -> Bitmap

fn raw(&self) -> &FT_BitmapGlyphRec

Trait Implementations

Derived Implementations

impl Clone for BitmapGlyph

fn clone(&self) -> BitmapGlyph

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for BitmapGlyph