This commit is contained in:
parent
6d7fe3271f
commit
6c65e58e37
1 changed files with 1 additions and 2 deletions
|
|
@ -70,8 +70,7 @@ void* MwFontLoad(unsigned char* data, unsigned int size) {
|
|||
}
|
||||
|
||||
void MwFontFree(void* handle) {
|
||||
if(MwFLFontFree)
|
||||
return MwFLFontFree(handle);
|
||||
if(MwFLFontFree) MwFLFontFree(handle);
|
||||
}
|
||||
|
||||
static void bitmap_MwDrawText(MwWidget handle, MwPoint* point, const char* text, int bold, int align, MwLLColor color) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue