#include <FTGL/ftgl.h>
Go to the source code of this file.
Data Structures | |
| class | FTLayout |
| FTLayout is the interface for layout managers that render text. More... | |
Typedefs | |
| typedef _FTGLlayout | FTGLlayout |
Functions | |
| void | ftglDestroyLayout (FTGLlayout *layout) |
| Destroy an FTGL layout object. | |
| void | ftglGetLayoutBBox (FTGLlayout *layout, const char *string, float bounds[6]) |
| Get the bounding box for a string. | |
| void | ftglRenderLayout (FTGLlayout *layout, const char *string, int mode) |
| Render a string of characters. | |
| FT_Error | ftglGetLayoutError (FTGLlayout *layout) |
| Query a layout for errors. | |
|
|
Definition at line 151 of file FTLayout.h. |
|
|
Destroy an FTGL layout object.
|
|
||||||||||||||||
|
Get the bounding box for a string.
|
|
|
Query a layout for errors.
|
|
||||||||||||||||
|
Render a string of characters.
|
1.4.6