This commit is contained in:
Oleg Korshul
2018-04-16 14:14:31 +03:00
parent c4abf6d149
commit 8100a2860f
21 changed files with 575 additions and 412 deletions

View File

@ -31,9 +31,8 @@
*/
#include "DjVu.h"
#include "DjVuFileImplementation.h"
#include "../DesktopEditor/fontengine/ApplicationFonts.h"
CDjVuFile::CDjVuFile(CApplicationFonts* pFonts)
CDjVuFile::CDjVuFile(NSFonts::IApplicationFonts* pFonts)
{
m_pImplementation = new CDjVuFileImplementation(pFonts);
}