Wrapper over FT_Library. Provides access to FreeType library.
#include <Font_FTLibrary.hxx>
Public Member Functions |
| Font_FTLibrary () |
| Initialize new FT_Library instance.
|
| ~Font_FTLibrary () |
| Release FT_Library instance.
|
bool | IsValid () const |
| This method should always return true.
|
FT_Library | Instance () const |
| Access FT_Library instance.
|
Constructor & Destructor Documentation
Font_FTLibrary::Font_FTLibrary |
( |
| ) |
|
Font_FTLibrary::~Font_FTLibrary |
( |
| ) |
|
Member Function Documentation
FT_Library Font_FTLibrary::Instance |
( |
| ) |
const [inline] |
bool Font_FTLibrary::IsValid |
( |
| ) |
const [inline] |
- Returns:
- true if FT_Library instance is valid.
The documentation for this class was generated from the following file: