Fix typo.

This commit is contained in:
Jeff Young 2021-02-08 17:26:54 +00:00
parent 51706951ed
commit 185741e9cf
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public:
// Bitmap font is slightly smaller and slightly heavier than the stroke font so we
// compensate a bit before stroking
int saveLineWidth = lineWidth;
float saveLineWidth = lineWidth;
VECTOR2D saveGlyphSize = textProperties.m_glyphSize;
{
lineWidth *= 1.2f;