xps fix GetGlyphs

This commit is contained in:
Kulikova Svetlana
2021-10-29 18:40:33 +03:00
parent fc7d427407
commit 433c5b1cfe
3 changed files with 57 additions and 71 deletions

View File

@ -384,6 +384,7 @@ BYTE* CDjVuFileImplementation::GetStructure()
}
BYTE* CDjVuFileImplementation::GetPageGlyphs(int nPageIndex)
{
return NULL;
try
{
GP<DjVuImage> pPage = m_pDoc->get_page(nPageIndex);