|
Textogl
1.1.2
OpenGL Text renderer
|
Font loading and text display. More...


Go to the source code of this file.
Classes | |
| class | textogl::Font_sys |
| Container for font and text rendering. More... | |
Namespaces | |
| textogl | |
| OpenGL Font rendering types. | |
Enumerations | |
| enum | textogl::Text_origin : int { textogl::ORIGIN_HORIZ_BASELINE = 0x00 , textogl::ORIGIN_HORIZ_LEFT = 0x01 , textogl::ORIGIN_HORIZ_RIGHT = 0x02 , textogl::ORIGIN_HORIZ_CENTER = 0x03 , textogl::ORIGIN_VERT_BASELINE = 0x00 , textogl::ORIGIN_VERT_TOP = 0x04 , textogl::ORIGIN_VERT_BOTTOM = 0x08 , textogl::ORIGIN_VERT_CENTER = 0x0C } |
| Text origin specification. More... | |
Font loading and text display.