This commit is contained in:
parent
00397f17ea
commit
3852646ce3
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ static int is_bold(MwWidget handle, MwFLFont ttf) {
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef TTF
|
||||||
static int is_monospace(MwWidget handle, MwFLFont ttf) {
|
static int is_monospace(MwWidget handle, MwFLFont ttf) {
|
||||||
size_t u = (size_t)ttf;
|
size_t u = (size_t)ttf;
|
||||||
int s;
|
int s;
|
||||||
|
|
@ -36,6 +37,7 @@ static int is_monospace(MwWidget handle, MwFLFont ttf) {
|
||||||
if(s == MwDEFAULT) return 0;
|
if(s == MwDEFAULT) return 0;
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef TTF
|
#ifdef TTF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue