Kaydet (Commit) 77cea16a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make using GLyphy optional at run-time

Change-Id: I7053f16c25f5506d15ebc88f1b0465493dd35077
üst a12454b3
......@@ -134,6 +134,9 @@ private:
int mnMinKashidaWidth;
int mnMinKashidaGlyph;
bool mbDisableGlyphInjection;
bool mbUseGLyphy;
bool DrawCachedGlyphsUsingGLyphy(SalGraphics& rGraphics) const;
bool DrawCachedGlyphsUsingTextures(SalGraphics& rGraphics) const;
};
#if ENABLE_GRAPHITE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment