Textogl  1.1.2
OpenGL Text renderer
Classes | Namespaces | Enumerations
font.hpp File Reference

Font loading and text display. More...

#include <memory>
#include <string>
#include <vector>
#include "types.hpp"
Include dependency graph for font.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Font loading and text display.