Skip to content

Commit 5cae53f

Browse files
Merge pull request #1531 from syncfusion-content/ES-985896-IssueAutoFit
985896: Include notes on the custom font limitation on form fields
2 parents c740f70 + 9dbc04d commit 5cae53f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Document-Processing/PDF/PDF-Viewer/blazor/form-designer/custom-font.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ To ensure proper rendering and saving of form fields that use custom fonts, espe
4444

4545
[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Common/Custom%20Font%20Support%20For%20FormFields).
4646

47+
>**Note:** If a form field (TextBox, ListBox, DropDown) using a custom font has text larger than the field’s bounds, the downloaded PDF may render incorrectly in browsers or third‑party viewers. It displays correctly in the Syncfusion SfPdfViewer. To avoid this, use a font size that fits within the field or enlarge the field before saving/downloading.
48+
4749
## Custom Font Support for Signature Fields
4850

4951
The Blazor SfPdfViewer allows loading, editing, and saving custom fonts in signature fields by using the [FallbackFontCollection](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_FallbackFontCollection) and [SignatureFonts](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerSignatureDialogSettings.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerSignatureDialogSettings_SignatureFonts) properties.
@@ -109,4 +111,4 @@ The following example illustrates how to load custom fonts in FreeText annotatio
109111

110112
## See also
111113

112-
* [Load Custom Fonts in PDF Viewer](../faqs/how-to-load-custom-font-pdfium)
114+
* [Load Custom Fonts in PDF Viewer](../faqs/how-to-load-custom-font-pdfium)

0 commit comments

Comments
 (0)