This commit is contained in:
parent
5f6789631d
commit
5d8e39b268
2 changed files with 3 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ int MwTextHeight(MwWidget handle, MwFLFont ttf, const char* text) {
|
|||
|
||||
void* MwFontLoad(unsigned char* data, unsigned int size) {
|
||||
if(MwFLFontLoad)
|
||||
return MwFLFontLoad(data, size, 16);
|
||||
return MwFLFontLoad(data, size, 14);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue