-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
908087: Embed Segoe UI Emoji Fonts in SfPdfViewer
- Loading branch information
1 parent
5ca63b9
commit 9a9e8bb
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Load and Save/Load font collection in PDF document/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# How to Load Font Collection in a Blazor Application | ||
This font collection is used to import and apply custom fonts when rendering PDF documents that contain fonts not available on the system. | ||
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/how-to/load-font-collection | ||
|
||
|
||
## Project pre-requisites | ||
To run this application, you need Visual Studio 2019 or later versions. | ||
|
||
## Deploying and running the sample | ||
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. |