Struct freetype::bitmap_glyph::BitmapGlyph
[−]
[src]
pub struct BitmapGlyph { // some fields omitted }
Methods
impl BitmapGlyph
[src]
unsafe 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
impl Clone for BitmapGlyph
[src]
fn clone(&self) -> BitmapGlyph
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