Struct freetype_sys::FT_BitmapGlyphRec
[−]
[src]
pub struct FT_BitmapGlyphRec { pub root: FT_GlyphRec, pub left: FT_Int, pub top: FT_Int, pub bitmap: FT_Bitmap, }
Fields
root | |
left | |
top | |
bitmap |
pub struct FT_BitmapGlyphRec { pub root: FT_GlyphRec, pub left: FT_Int, pub top: FT_Int, pub bitmap: FT_Bitmap, }
root | |
left | |
top | |
bitmap |
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
).