MRPT
1.9.9
|
A description of a bitmapped or vectorized text font.
(Vectorized fonts are recommended for new code).
Definition at line 36 of file opengl_fonts.h.
#include <mrpt/opengl/opengl_fonts.h>
Public Member Functions | |
TFontParams ()=default | |
Public Attributes | |
std::string | vfont_name = "mono" |
Vectorized font name ("sans","mono","serif") More... | |
float | vfont_scale = 10.0f |
Size of characters [pixels]. More... | |
mrpt::img::TColorf | color = {1.0f, 1.0f, 1.0f, 1.0f} |
bool | draw_shadow = false |
mrpt::img::TColorf | shadow_color = {0.0f, 0.0f, 0.0f, 1.0f} |
TOpenGLFontStyle | vfont_style = opengl::FILL |
(default: FILL) See TOpenGLFontStyle. More... | |
double | vfont_spacing = 1.5 |
(default: 1.5) Refer to mrpt::opengl::gl_utils::glDrawText More... | |
double | vfont_kerning = 0.1 |
(default: 0.1) Refer to mrpt::opengl::gl_utils::glDrawText More... | |
|
default |
mrpt::img::TColorf mrpt::opengl::TFontParams::color = {1.0f, 1.0f, 1.0f, 1.0f} |
Definition at line 46 of file opengl_fonts.h.
Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().
bool mrpt::opengl::TFontParams::draw_shadow = false |
Definition at line 48 of file opengl_fonts.h.
Referenced by mrpt::opengl::CTextMessageCapable::TListTextMessages::regenerateGLobjects().
mrpt::img::TColorf mrpt::opengl::TFontParams::shadow_color = {0.0f, 0.0f, 0.0f, 1.0f} |
Definition at line 49 of file opengl_fonts.h.
Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().
double mrpt::opengl::TFontParams::vfont_kerning = 0.1 |
(default: 0.1) Refer to mrpt::opengl::gl_utils::glDrawText
Definition at line 58 of file opengl_fonts.h.
std::string mrpt::opengl::TFontParams::vfont_name = "mono" |
Vectorized font name ("sans","mono","serif")
Definition at line 41 of file opengl_fonts.h.
Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().
float mrpt::opengl::TFontParams::vfont_scale = 10.0f |
Size of characters [pixels].
Definition at line 44 of file opengl_fonts.h.
Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().
double mrpt::opengl::TFontParams::vfont_spacing = 1.5 |
(default: 1.5) Refer to mrpt::opengl::gl_utils::glDrawText
Definition at line 55 of file opengl_fonts.h.
TOpenGLFontStyle mrpt::opengl::TFontParams::vfont_style = opengl::FILL |
(default: FILL) See TOpenGLFontStyle.
Definition at line 52 of file opengl_fonts.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |