mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 17:15:31 +00:00
Initialize m_face in constructor PVS V730
This commit is contained in:
parent
b9f1aaf029
commit
18eda73f60
@ -44,6 +44,7 @@ using namespace KIFONT;
|
||||
FT_Library OUTLINE_FONT::m_freeType = nullptr;
|
||||
|
||||
OUTLINE_FONT::OUTLINE_FONT() :
|
||||
m_face(NULL),
|
||||
m_faceSize( 16 )
|
||||
{
|
||||
if( !m_freeType )
|
||||
|
Loading…
Reference in New Issue
Block a user