#include <opengl.h>
Public Member Functions | |
| glFont () | |
| ~glFont () | |
| void | create (const char *name) |
| int | get_pixel_height () |
| int | get_pixel_width () |
| glFont () | |
| ~glFont () | |
| void | create (const char *name) |
| int | get_pixel_height () |
| int | get_pixel_width () |
Public Attributes | |
| std::string | m_name |
| GLuint | m_base |
| PangoFont * | m_pfont |
| PangoFontMetrics * | m_metrics |
| PangoFont * | m_pfont |
| PangoFontMetrics * | m_metrics |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 239 of file opengl.cc. References m_base, m_metrics, m_name, and m_pfont. Referenced by tpc_tracking::ZEventDisplay::gl_realize(), and tpc_tracking::gui::glText::init(). |
|
|
|
|
|
Definition at line 248 of file opengl.cc. References m_metrics. Referenced by tpc_tracking::gui::glText::draw_text_2d(). |
|
|
|
|
|
Definition at line 254 of file opengl.cc. References m_metrics. Referenced by tpc_tracking::gui::glText::draw_text_2d(). |
|
|
Definition at line 93 of file opengl.h. Referenced by create(), glFont(), tpc_tracking::gui::glText::init(), and tpc_tracking::gui::glText::select(). |
|
|
|
|
|
Definition at line 95 of file opengl.h. Referenced by create(), get_pixel_height(), get_pixel_width(), and glFont(). |
|
|
Definition at line 92 of file opengl.h. Referenced by create(). |
|
|
|
|
|
|
1.3.9.1