Skip to content

Commit f6ecea5

Browse files
939871: Added Readme file for Support to Load and Save Custom Fonts in FreeText annotations
1 parent 5358e8a commit f6ecea5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Annotations/FreeText/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Custom Font Support for FreeText Annotation
2+
The Blazor SfPdfViewer allows you to load, edit, and save custom fonts in FreeText annotations using the [FallbackFontCollection](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_FallbackFontCollection) and [FontFamilies](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_FontFamilies) properties
3+
4+
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/annotation/free-text-annotation#edit-free-text-annotation-programmatically
5+
6+
## Project pre-requisites
7+
To run this application, you need Visual Studio 2019 or later versions.
8+
9+
## Deploying and running the sample
10+
To debug while running the application, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

0 commit comments

Comments
 (0)