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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).