Fix typo.
This commit is contained in:
parent
51706951ed
commit
185741e9cf
|
@ -368,7 +368,7 @@ public:
|
||||||
|
|
||||||
// Bitmap font is slightly smaller and slightly heavier than the stroke font so we
|
// Bitmap font is slightly smaller and slightly heavier than the stroke font so we
|
||||||
// compensate a bit before stroking
|
// compensate a bit before stroking
|
||||||
int saveLineWidth = lineWidth;
|
float saveLineWidth = lineWidth;
|
||||||
VECTOR2D saveGlyphSize = textProperties.m_glyphSize;
|
VECTOR2D saveGlyphSize = textProperties.m_glyphSize;
|
||||||
{
|
{
|
||||||
lineWidth *= 1.2f;
|
lineWidth *= 1.2f;
|
||||||
|
|
Loading…
Reference in New Issue