#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "texture.h"
Go to the source code of this file.
Functions | |
NotifyCategoryDecl (text, EXPCL_PANDA, EXPTP_PANDA) | |
EXPCL_PANDA void | init_libtext () |
Initializes the library. | |
Variables | |
const bool | text_flatten |
const bool | text_update_cleared_glyphs |
const int | text_anisotropic_degree |
const int | text_texture_margin |
const float | text_poly_margin |
const int | text_page_x_size |
const int | text_page_y_size |
const float | text_point_size |
const float | text_pixels_per_unit |
const float | text_scale_factor |
const bool | text_small_caps |
const float | text_small_caps_scale |
const string | text_default_font |
Texture::FilterType | text_minfilter |
Texture::FilterType | text_magfilter |
Definition in file config_text.h.
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 74 of file config_text.cxx. References Texture::FT_invalid, Texture::FT_linear, and text_minfilter. |
|
|
|
Definition at line 35 of file config_text.h. Referenced by ConfigureFn(). |
|
Definition at line 45 of file config_text.h. |
|
Definition at line 33 of file config_text.h. Referenced by ConfigureFn(). |
|
Definition at line 48 of file config_text.h. |
|
Definition at line 47 of file config_text.h. Referenced by init_libtext(). |
|
Definition at line 38 of file config_text.h. |
|
Definition at line 39 of file config_text.h. |
|
Definition at line 41 of file config_text.h. |
|
Definition at line 40 of file config_text.h. |
|
Definition at line 37 of file config_text.h. |
|
Definition at line 42 of file config_text.h. |
|
Definition at line 43 of file config_text.h. |
|
Definition at line 44 of file config_text.h. |
|
Definition at line 36 of file config_text.h. |
|
Definition at line 34 of file config_text.h. Referenced by ConfigureFn(). |