mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Use a default value for maxlen and bVirtualScale for Print
This commit is contained in:
parent
ec73268f94
commit
23a035e2ca
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
UIFont();
|
||||
UIFont(const char *fn);
|
||||
|
||||
void Print(float x, float y, const char *text, size_t maxlen, qboolean bVirtualScreen);
|
||||
void Print(float x, float y, const char *text, size_t maxlen = -1, qboolean bVirtualScreen = qfalse);
|
||||
void PrintJustified(
|
||||
const UIRect2D& rect, fonthorzjustify_t horz, fontvertjustify_t vert, const char *text, float *vVirtualScale
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue