Font substitution info

This commit is contained in:
Svetlana Kulikova
2025-12-09 10:42:13 +03:00
parent eab6d5530b
commit e31e02d993
9 changed files with 61 additions and 18 deletions

View File

@ -428,6 +428,11 @@ BYTE* CPdfFile::GetWidgets()
return NULL;
return m_pInternal->pReader->GetWidgets();
}
void CPdfFile::SetPageFonts(int nPageIndex)
{
if (m_pInternal->pReader)
m_pInternal->pReader->SetFonts(nPageIndex);
}
BYTE* CPdfFile::GetAnnotEmbeddedFonts()
{
if (!m_pInternal->pReader)