forked from pyrite-dev/milsko
fix font rendering
This commit is contained in:
parent
2cd11d0189
commit
2ae01d3902
3 changed files with 11 additions and 4 deletions
|
|
@ -266,7 +266,7 @@ int main() {
|
|||
add(f);
|
||||
|
||||
f = frame("Label", -PaddingContent, -PaddingContent, MwLabelClass,
|
||||
MwNtext, "Epic text",
|
||||
MwNtext, "Epic text\nI am newline too!",
|
||||
NULL);
|
||||
add(f);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue