diff options
-rw-r--r-- | src/corelib/render/software/Agg2D.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas index 11d4daef..85b58aa1 100644 --- a/src/corelib/render/software/Agg2D.pas +++ b/src/corelib/render/software/Agg2D.pas @@ -2512,7 +2512,7 @@ begin m_fontEngine.hinting_(m_textHints ); - if cahce = AGG_VectorFontCache then + if cache = AGG_VectorFontCache then m_fontEngine.height_(height ) else m_fontEngine.height_(worldToScreen(height ) ); |