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