MRPT  2.0.0
List of all members | Public Member Functions | Public Attributes
mrpt::opengl::T2DTextData Struct Reference

Detailed Description

An auxiliary struct for holding a list of text messages in some mrpt::opengl & mrpt::gui classes The font can be either a bitmapped or a vectorized font.

See also
mrpt::opengl::CTextMessageCapable

Definition at line 67 of file opengl_fonts.h.

#include <mrpt/opengl/opengl_fonts.h>

Inheritance diagram for mrpt::opengl::T2DTextData:

Public Member Functions

 T2DTextData ()=default
 

Public Attributes

std::string text
 
double x {0}
 
double y {0}
 
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...
 

Constructor & Destructor Documentation

◆ T2DTextData()

mrpt::opengl::T2DTextData::T2DTextData ( )
default

Member Data Documentation

◆ color

mrpt::img::TColorf mrpt::opengl::TFontParams::color = {1.0f, 1.0f, 1.0f, 1.0f}
inherited

Definition at line 46 of file opengl_fonts.h.

Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().

◆ draw_shadow

bool mrpt::opengl::TFontParams::draw_shadow = false
inherited

◆ shadow_color

mrpt::img::TColorf mrpt::opengl::TFontParams::shadow_color = {0.0f, 0.0f, 0.0f, 1.0f}
inherited

Definition at line 49 of file opengl_fonts.h.

Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().

◆ text

std::string mrpt::opengl::T2DTextData::text

◆ vfont_kerning

double mrpt::opengl::TFontParams::vfont_kerning = 0.1
inherited

(default: 0.1) Refer to mrpt::opengl::gl_utils::glDrawText

Definition at line 58 of file opengl_fonts.h.

◆ vfont_name

std::string mrpt::opengl::TFontParams::vfont_name = "mono"
inherited

Vectorized font name ("sans","mono","serif")

Definition at line 41 of file opengl_fonts.h.

Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().

◆ vfont_scale

float mrpt::opengl::TFontParams::vfont_scale = 10.0f
inherited

Size of characters [pixels].

Definition at line 44 of file opengl_fonts.h.

Referenced by mrpt::opengl::COpenGLViewport::renderTextMessages().

◆ vfont_spacing

double mrpt::opengl::TFontParams::vfont_spacing = 1.5
inherited

(default: 1.5) Refer to mrpt::opengl::gl_utils::glDrawText

Definition at line 55 of file opengl_fonts.h.

◆ vfont_style

TOpenGLFontStyle mrpt::opengl::TFontParams::vfont_style = opengl::FILL
inherited

(default: FILL) See TOpenGLFontStyle.

Definition at line 52 of file opengl_fonts.h.

◆ x

double mrpt::opengl::T2DTextData::x {0}

◆ y

double mrpt::opengl::T2DTextData::y {0}



Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020