From dc4185b6cb5a5e12604d2910830061b5a4a0fd9a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 12 Nov 2021 07:12:48 +0200 Subject: FontPack: Font dropdown includes IDs if ambiguous If some fonts have the same human-readable name, the unique font ID will be added to show which font it actually is. --- src/ui/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/text.c b/src/ui/text.c index 46e355d7..abe8640c 100644 --- a/src/ui/text.c +++ b/src/ui/text.c @@ -338,7 +338,7 @@ static void initFonts_Text_(iText *d) { } } #if !defined (NDEBUG) - printf("[Text] %zu fonts ready\n", size_Array(&d->fonts)); + printf("[Text] %zu font variants ready\n", size_Array(&d->fonts)); #endif gap_Text = iRound(gap_UI * d->contentFontSize); } -- cgit v1.2.3