FontContext::~FontContext() {
    fonsDeleteInternal(m_fsContext);
}
 FontStashAdapter::~FontStashAdapter() {
     if( context != NULL )
         fonsDeleteInternal(context);
     
     instance = nullptr;
 }