forked from pyrite-dev/milsko
basically done
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@474 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
705e68408a
commit
b77b9fe803
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ static void bitmap_MwDrawText(MwWidget handle, MwPoint* point, const char* text,
|
|||
|
||||
#ifdef USE_STB_TRUETYPE
|
||||
static int ttf_MwDrawText(MwWidget handle, MwPoint* point, const char* text, int bold, int align, MwLLColor color) {
|
||||
ttf_t* ttf = MwGetVoid(handle, MwNfont);
|
||||
ttf_t* ttf = MwGetVoid(handle, bold ? MwNboldFont : MwNfont);
|
||||
MwLLColor base;
|
||||
unsigned char* px;
|
||||
int tw, th;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue