diff --git a/common/plotters/plotter.cpp b/common/plotters/plotter.cpp index 81f0a78321..623e84d152 100644 --- a/common/plotters/plotter.cpp +++ b/common/plotters/plotter.cpp @@ -706,5 +706,8 @@ void PLOTTER::Text( const VECTOR2I& aPos, attributes.m_Halign = aH_justify; attributes.m_Valign = aV_justify; + if( !aFont ) + aFont = KIFONT::FONT::GetFont(); + aFont->Draw( &callback_gal, aText, aPos, attributes ); }