Unravel Engine C++ Reference
|
#include "font_manager.h"
Go to the source code of this file.
Classes | |
struct | gfx::buffer_type |
type of vertex and index buffer to use with a TextBuffer More... | |
struct | gfx::text_rectangle |
class | gfx::text_buffer_manager |
Namespaces | |
namespace | gfx |
Macros | |
#define | MAX_TEXT_BUFFER_COUNT 1024 |
Enumerations | |
enum | gfx::text_style_flags { gfx::style_normal = 0 , gfx::style_overline = 1 , gfx::style_underline = 1 << 1 , gfx::style_strike_through = 1 << 2 , gfx::style_background = 1 << 3 , gfx::style_foreground = 1 << 4 } |
special style effect (can be combined) More... | |
#define MAX_TEXT_BUFFER_COUNT 1024 |
Definition at line 15 of file text_buffer_manager.h.