Struct freetype::library::Library
[−]
[src]
pub struct Library {
// some fields omitted
}pub struct Library {
// some fields omitted
}impl Libraryfn init() -> FtResult<Self>fn new_face<P>(&self, path: P, face_index: isize) -> FtResult<Face<'static>> where P: AsRef<OsStr>fn new_memory_face<'a>(&self, buffer: &'a [u8], face_index: isize) -> FtResult<Face<'a>>fn raw(&self) -> FT_Libraryimpl Drop for Libraryfn 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).