Struct freetype::glyph::Glyph
[−]
[src]
pub struct Glyph {
// some fields omitted
}pub struct Glyph {
// some fields omitted
}impl Glyphfn from_raw(library_raw: FT_Library, raw: FT_Glyph) -> Selffn transform(&self, matrix: Option<Matrix>, delta: Option<Vector>) -> FtResult<()>fn get_cbox(&self, bbox_mode: FT_Glyph_BBox_Mode) -> BBoxfn to_bitmap(&self, render_mode: RenderMode, origin: Option<Vector>) -> FtResult<BitmapGlyph>fn advance_x(&self) -> isizefn advance_y(&self) -> isizefn format(&self) -> FT_Glyph_Formatfn raw(&self) -> &FT_GlyphRecimpl Clone for Glyphfn clone(&self) -> Selffn clone_from(&mut self, source: &Self)impl Drop for Glyphfn drop(&mut self)
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).
Search functions by type signature (e.g.
vec -> usize)