Struct freetype::face::Face  
            
                [−]
            
        [src]
pub struct Face<'a> {
    // some fields omitted
}pub struct Face<'a> {
    // some fields omitted
}impl<'a> Face<'a>fn from_raw(library_raw: FT_Library, raw: FT_Face) -> Selffn attach_file(&self, filepathname: &str) -> FtResult<()>fn reference(&self) -> FtResult<()>fn set_char_size(&self, char_width: isize, char_height: isize, horz_resolution: u32, vert_resolution: u32) -> FtResult<()>fn set_pixel_sizes(&self, pixel_width: u32, pixel_height: u32) -> FtResult<()>fn load_glyph(&self, glyph_index: u32, load_flags: LoadFlag) -> FtResult<()>fn load_char(&self, char_code: usize, load_flags: LoadFlag) -> FtResult<()>fn set_transform(&self, matrix: &mut Matrix, delta: &mut Vector)fn get_char_index(&self, charcode: usize) -> u32fn get_kerning(&self, left_char_index: u32, right_char_index: u32, kern_mode: KerningMode) -> FtResult<Vector>fn glyph(&self) -> &GlyphSlotfn has_horizontal(&self) -> boolfn has_vertical(&self) -> boolfn has_kerning(&self) -> boolfn is_scalable(&self) -> boolfn is_sfnt(&self) -> boolfn is_fixed_width(&self) -> boolfn has_fixed_sizes(&self) -> boolfn has_glyph_names(&self) -> boolfn is_cid_keyed(&self) -> boolfn is_tricky(&self) -> boolfn has_color(&self) -> boolfn raw(&self) -> &FT_FaceRecfn raw_mut(&mut self) -> &mut FT_FaceRecfn ascender(&self) -> FT_Shortfn descender(&self) -> FT_Shortfn em_size(&self) -> FT_Shortfn height(&self) -> FT_Shortfn max_advance_width(&self) -> FT_Shortfn max_advance_height(&self) -> FT_Shortfn underline_position(&self) -> FT_Shortfn underline_thickness(&self) -> FT_Shortfn family_name(&self) -> Option<String>fn style_name(&self) -> Option<String>fn size_metrics(&self) -> Option<FT_Size_Metrics>fn postscript_name(&self) -> Option<String>impl<'a> Clone for Face<'a>fn clone(&self) -> Selffn clone_from(&mut self, source: &Self)impl<'a> Debug for Face<'a>impl<'a> Drop for Face<'a>fn drop(&mut self)impl<'a> Hash for Face<'a>fn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<'a> PartialEq for Face<'a>impl<'a> Eq for Face<'a>