From a1ce3b53c29da28d510a63e1da3a6fd0256a6b06 Mon Sep 17 00:00:00 2001 From: Svetlana Kulikova Date: Thu, 14 May 2026 10:19:45 +0300 Subject: [PATCH] Fix bug 80333 --- PdfFile/PdfWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PdfFile/PdfWriter.cpp b/PdfFile/PdfWriter.cpp index 43be9ec26b..77e0c0053b 100644 --- a/PdfFile/PdfWriter.cpp +++ b/PdfFile/PdfWriter.cpp @@ -2559,7 +2559,7 @@ HRESULT CPdfWriter::AddAnnotField(NSFonts::IApplicationFonts* pAppFonts, CAnnotF pFont = m_pFontEmbedded; else if (m_pFont) pFont = m_pDocument->CreateTrueTypeFont(m_pFont); - else + else if (!pWidgetAnnot->GetObjOwnValue("DA")) { dFontSize = oInfo.GetWidgetAnnotPr()->GetFontSize(); put_FontName(wsFontName);