Enum TOpenGLFontStyle

Enum Documentation

enum mrpt::viz::TOpenGLFontStyle

Different style for vectorized font rendering

See also

T2DTextData

Values:

enumerator FILL

renders glyphs as filled polygons

enumerator OUTLINE

renders glyphs as outlines with GL_LINES

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