Fonts
RadPdfViewer has a support for standard and embedded fonts.
Standard Fonts
There are 14 standard fonts that are not embedded in the document when you use them. These fonts can be accessed through the FontsRepository class and are listed below.
- Helvetica
- Helvetica-Bold
- Helvetica-Oblique
- Helvetica-BoldOblique
- Courier
- Courier-Bold
- Courier-Oblique
- Courier-BoldOblique
- Times-Roman
- Times-Bold
- Times-Italic
- Times-BoldItalic
- Symbol
- ZapfDingbats
Embeded Fonts
All fonts, which are not included in the 14 standard ones should be embedded in the PDF document. Otherwise, the result when the document is rendered is unpredictable. In RadPdfProcessing you have the ability to embed fonts following the approaches described below.
How to register a font please check the following article in the PdfProcessing library.