Struct freetype::glyph_slot::GlyphSlot
[−]
[src]
pub struct GlyphSlot {
// some fields omitted
}pub struct GlyphSlot {
// some fields omitted
}impl GlyphSlotfn from_raw(library_raw: FT_Library, raw: FT_GlyphSlot) -> Selffn render_glyph(&self, render_mode: RenderMode) -> FtResult<()>fn get_subglyph_info(&self, sub_index: u32) -> FtResult<(i32, u32, i32, i32, FT_Matrix)>fn get_glyph(&self) -> FtResult<Glyph>fn outline(&self) -> Option<Outline>fn bitmap(&self) -> Bitmapfn bitmap_left(&self) -> i32fn bitmap_top(&self) -> i32fn advance(&self) -> Vectorfn linear_hori_advance(&self) -> FT_Fixedfn linear_vert_advance(&self) -> FT_Fixedfn metrics(&self) -> GlyphMetricsfn raw(&self) -> &FT_GlyphSlotRecimpl Hash for GlyphSlotfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for GlyphSlotimpl Eq for GlyphSlotimpl Clone for GlyphSlotfn clone(&self) -> GlyphSlotfn clone_from(&mut self, source: &Self)impl Copy for GlyphSlot
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).