Xonotic
|
#include "label.qh"
Go to the source code of this file.
Functions | |
void | Label_configureLabel (entity me, string txt, float sz, float algn) |
void | Label_draw (entity me) |
void | Label_recalcPositionWithText (entity me, string t) |
void | Label_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
void | Label_setText (entity me, string txt) |
string | Label_toString (entity me) |
Definition at line 103 of file label.qc.
References draw_alpha, draw_beginBoldFont, draw_endBoldFont, draw_fontscale, draw_Text(), draw_TextShortenToWidth(), draw_TextWidth_WithColors(), draw_TextWidth_WithoutColors(), getWrappedLine(), getWrappedLine_remaining, strcpy, SUPER, and vector().
Definition at line 16 of file label.qc.
References draw_beginBoldFont, draw_endBoldFont, draw_fontscale, draw_TextWidth(), draw_TextWidth_WithColors(), draw_TextWidth_WithoutColors(), getWrappedLine(), getWrappedLine_remaining, if(), LOG_TRACEF, and vector().
void Label_resizeNotify | ( | entity | me, |
vector | relOrigin, | ||
vector | relSize, | ||
vector | absOrigin, | ||
vector | absSize | ||
) |