mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 03:55:47 +08:00
Font substitution info
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user