Fixed line style used for displaying texts.

This commit is contained in:
Maciej Suminski 2013-04-09 16:12:17 +02:00
parent 70769d5d46
commit ef5693080f
1 changed files with 3 additions and 0 deletions

View File

@ -213,6 +213,9 @@ void STROKE_FONT::Draw( std::string aText, VECTOR2D aPosition, double aRotationA
double scaleY = m_scaleFactor * m_glyphSize.y;
double scaleX = m_scaleFactor * glyphSizeX;
m_gal->SetLineCap( LINE_CAP_ROUND );
m_gal->SetLineJoin( LINE_JOIN_ROUND );
if( m_bold )
{
m_gal->SetLineWidth( m_gal->GetLineWidth() * 1.3 );