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