bold font

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@107 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-01 16:33:18 +00:00
commit aa92f0c31e
7 changed files with 149 additions and 6 deletions

View file

@ -48,7 +48,7 @@ static void draw(MwWidget handle) {
point.x = r.x + r.width / 2;
point.y = r.x + r.height / 2;
MwDrawText(handle, &point, str, text);
MwDrawText(handle, &point, str, 0, text);
}
MwLLFreeColor(text);