This commit is contained in:
Svetlana Kulikova
2025-09-26 18:50:41 +03:00
parent a873787fd7
commit e1157b8507
4 changed files with 11 additions and 6 deletions

View File

@ -2101,6 +2101,8 @@ HRESULT CPdfWriter::AddAnnotField(NSFonts::IApplicationFonts* pAppFonts, CAnnotF
BYTE* pRender = oInfo.GetRender(nLen);
DrawAP(pAnnot, pRender, nLen);
}
else
pLineAnnot->SetAP();
}
else if (oInfo.IsTextMarkup())
{