Struct freetype::bitmap_glyph::BitmapGlyph
[−]
[src]
pub struct BitmapGlyph {
// some fields omitted
}pub struct BitmapGlyph {
// some fields omitted
}impl BitmapGlyphfn from_raw(raw: FT_BitmapGlyph) -> Selffn left(&self) -> i32fn top(&self) -> i32fn bitmap(&self) -> Bitmapfn raw(&self) -> &FT_BitmapGlyphRecimpl Clone for BitmapGlyphfn clone(&self) -> BitmapGlyphfn clone_from(&mut self, source: &Self)impl Copy for BitmapGlyph