cheshirekow
v0.1.0
|
traits class for Library, a FreeType library instance More...
#include <cpp_freetype/Library.h>
Public Types | |
typedef FT_Library | cobjptr |
typedef LibraryDelegate | Delegate |
typedef FT_Library | Storage |
traits class for Library, a FreeType library instance
Each ‘library’ is completely independent from the others; it is the ‘root’ of a set of objects like fonts, faces, sizes, etc.
It also embeds a memory manager (see FT_Memory), as well as a scan-line converter object (see FT_Raster).
For multi-threading applications each thread should have its own FT_Library object.
typedef FT_Library freetype::Library::cobjptr |
typedef FT_Library freetype::Library::Storage |