diff --git a/src/servers/app/ServerFont.cpp b/src/servers/app/ServerFont.cpp index 53b3d4d327..44e2e42d0c 100644 --- a/src/servers/app/ServerFont.cpp +++ b/src/servers/app/ServerFont.cpp @@ -452,7 +452,7 @@ class HasGlyphsConsumer { bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y) { - fHasArray[index] = glyph->glyph_index >= 0; + fHasArray[index] = glyph->glyph_index != 0; return true; }