27 #ifndef CPPFREETYPE_CPPFREETYPE_H_
28 #define CPPFREETYPE_CPPFREETYPE_H_
69 RefPtr<Library>
init();
112 #endif // CPPFREETYPE_H_
Error_t done(RefPtr< Library > &library)
Destroy a given FreeType library object and all of its children, including resources, drivers, faces, sizes, etc.
RValuePair< RefPtr< Library >, Error > init_e()
Initialize a new FreeType library object. The set of modules that are registered by this function is ...
FT_Error Error
FreeType error code, a value of 0 is always interpreted as a successful operation.
FT_Error Error_t
FreeType error code, a value of 0 is always interpreted as a successful operation.
RefPtr< Library > init()
Initialize a new FreeType library object. The set of modules that are registered by this function is ...