cheshirekow  v0.1.0
freetype::Library Struct Reference

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
 

Detailed Description

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.

Note
The underlying FT_Library object is reference counted, so there is an appropriate copy and assignment constructor for this class. As such, you should probably not pass around pointers to a Library object

Definition at line 189 of file Library.h.

Member Typedef Documentation

typedef FT_Library freetype::Library::cobjptr

Definition at line 193 of file Library.h.

Definition at line 191 of file Library.h.

typedef FT_Library freetype::Library::Storage

Definition at line 192 of file Library.h.


The documentation for this struct was generated from the following file: