#include <FTGL/ftgl.h>
Go to the source code of this file.
Data Structures | |
| class | FTSimpleLayout |
| FTSimpleLayout is a specialisation of FTLayout for simple text boxes. More... | |
Functions | |
| FTGLlayout * | ftglCreateSimpleLayout (void) |
| void | ftglSetLayoutFont (FTGLlayout *, FTGLfont *) |
| FTGLfont * | ftglGetLayoutFont (FTGLlayout *) |
| void | ftglSetLayoutLineLength (FTGLlayout *, const float) |
| float | ftglGetLayoutLineLength (FTGLlayout *) |
| void | ftglSetLayoutAlignment (FTGLlayout *, const int) |
| int | ftglGetLayoutAlignement (FTGLlayout *) |
| void | ftglSetLayoutLineSpacing (FTGLlayout *, const float) |
| float | ftglGetLayoutLineSpacing (FTGLlayout *) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6