This commit is contained in:
Kirill Polyakov
2025-10-28 14:15:00 +03:00
parent 8fab1802df
commit 1bdff9e7fe
2 changed files with 34 additions and 4 deletions

View File

@ -68,6 +68,10 @@ namespace MetaFile
#ifdef METAFILE_SUPPORT_SVM
m_oSvmFile.SetFontManager(m_pFontManager);
#endif
#ifdef METAFILE_SUPPORT_SVG
m_oSvgFile.SetFontManager(m_pFontManager);
#endif
m_lType = 0;
}
@ -84,7 +88,6 @@ namespace MetaFile
std::wstring CMetaFile::ConvertToSvg(unsigned int unWidth, unsigned int unHeight)
{
#ifdef METAFILE_SUPPORT_WMF_EMF
if (c_lMetaWmf == m_lType)
{