From 234a7878598c73ea42d69af6e1ddb58c71f1a07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 24 Apr 2020 10:54:15 +0200 Subject: [PATCH] fcft: fcft_glyph_for_wc() has been renamed to fcft_glyph_rasterize() --- particles/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/particles/string.c b/particles/string.c index 07679b5..5e98132 100644 --- a/particles/string.c +++ b/particles/string.c @@ -55,7 +55,7 @@ begin_expose(struct exposable *exposable) /* Convert text to glyph masks/images. */ for (size_t i = 0; i < chars; i++) { - const struct fcft_glyph *glyph = fcft_glyph_for_wc( + const struct fcft_glyph *glyph = fcft_glyph_rasterize( font, wtext[i], FCFT_SUBPIXEL_NONE); if (glyph == NULL)