Обозначает отсутствие шрифта More...
#include <qd_screen_text.h>
Public Types | |
enum | arrangement_t { ARRANGE_HORIZONTAL, ARRANGE_VERTICAL } |
Расположение относительно других текстов. More... | |
enum | alignment_t { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT } |
Выравнивание текста. More... | |
Public Member Functions | |
bool | operator== (const qdScreenTextFormat &fmt) const |
bool | operator!= (const qdScreenTextFormat &fmt) const |
void | set_arrangement (arrangement_t al) |
arrangement_t | arrangement () const |
void | set_alignment (alignment_t al) |
alignment_t | alignment () const |
void | set_color (int color) |
int | color () const |
void | set_hover_color (int color) |
int | hover_color () const |
void | set_font_type (int tp) |
int | font_type () const |
bool | is_global_depend () const |
void | toggle_global_depend (bool flag=true) |
bool | load_script (const xml::tag *p) |
bool | save_script (Common::WriteStream &fh, int indent=0) const |
Static Public Member Functions | |
static const qdScreenTextFormat & | default_format () |
static const qdScreenTextFormat & | global_text_format () |
static void | set_global_text_format (const qdScreenTextFormat &frmt) |
static const qdScreenTextFormat & | global_topic_format () |
static void | set_global_topic_format (const qdScreenTextFormat &frmt) |
Обозначает отсутствие шрифта
Формат экранного текста