Skip to content

Commit 8310fbc

Browse files
984373: Update the CI Failure
1 parent afed0e7 commit 8310fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ 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-
# Custom Font Support for Signature Fields
47+
## Custom Font Support for Signature Fields
4848

4949
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.
5050

51-
## Integrating Custom Font Collections into Signature Fields in SfPdfViewer
51+
### Integrating Custom Font Collections into Signature Fields in SfPdfViewer
5252

5353
To ensure proper rendering and saving of signatures that use custom fonts, especially when the fonts are not installed on the system, set the FallbackFontCollection property. Additionally, load custom fonts (TTF files), add them to the signature dialog by using the SignatureFonts property (string array), and use them seamlessly in signature fields for loading, editing, and saving.
5454

0 commit comments

Comments
 (0)