enum mrpt::opengl::TOpenGLFontStyle
Overview
Different style for vectorized font rendering. More…
#include <opengl_fonts.h> enum TOpenGLFontStyle { FILL = 0, OUTLINE = 1, NICE = 2, };
Detailed Documentation
Different style for vectorized font rendering.
See also:
Enum Values
FILL
renders glyphs as filled polygons
OUTLINE
renders glyphs as outlines with GL_LINES
NICE
This was “renders glyphs filled with antialiased outlines”, but since antialiased is not properly implemented in mrtp2 since the port to OpenGL3, NICE is for now an alias for FILL.