Enum TOpenGLFontStyle
Defined in File opengl_fonts.h
Enum Documentation
-
enum mrpt::viz::TOpenGLFontStyle
Different style for vectorized font rendering
See also
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.
-
enumerator FILL