fcft: fcft_glyph_for_wc() has been renamed to fcft_glyph_rasterize()

This commit is contained in:
Daniel Eklöf 2020-04-24 10:54:15 +02:00
parent e5ef81a064
commit 234a787859
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)