summaryrefslogtreecommitdiff
path: root/src/ui/text.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-14 07:01:48 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-14 07:01:48 +0200
commit7ad1d4686e0a454570bc6ad9e8b7bde49fcf04d6 (patch)
tree2643b7e0272b626a4b18c18bfc65ac77094e7505 /src/ui/text.c
parent8e85ed281348f286a332c23cae7470cde8f6b9ec (diff)
parent78de5577096bd81d6da152d9f819851c2f8ef260 (diff)
Merge branch 'dev' into work/v1.9
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c
Diffstat (limited to 'src/ui/text.c')
-rw-r--r--src/ui/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.c b/src/ui/text.c
index 3805c666..91633f27 100644
--- a/src/ui/text.c
+++ b/src/ui/text.c
@@ -338,7 +338,7 @@ static void initFonts_Text_(iText *d) {
338 } 338 }
339 } 339 }
340#if !defined (NDEBUG) 340#if !defined (NDEBUG)
341 printf("[Text] %zu fonts ready\n", size_Array(&d->fonts)); 341 printf("[Text] %zu font variants ready\n", size_Array(&d->fonts));
342#endif 342#endif
343 gap_Text = iRound(gap_UI * d->contentFontSize); 343 gap_Text = iRound(gap_UI * d->contentFontSize);
344} 344}