forked from external/yambar
fcft: fcft_glyph_for_wc() has been renamed to fcft_glyph_rasterize()
This commit is contained in:
parent
e5ef81a064
commit
234a787859
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ begin_expose(struct exposable *exposable)
|
||||||
|
|
||||||
/* Convert text to glyph masks/images. */
|
/* Convert text to glyph masks/images. */
|
||||||
for (size_t i = 0; i < chars; i++) {
|
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);
|
font, wtext[i], FCFT_SUBPIXEL_NONE);
|
||||||
|
|
||||||
if (glyph == NULL)
|
if (glyph == NULL)
|
||||||
|
|
Loading…
Add table
Reference in a new issue