How to either:
- Install a custom font onto the Azure Websites instance (if it doesn't exist).
- Inject the PrivateFontCollection into the active PrintDocument settings to override fonts utilized.
Situational Specifics:
The goal is to render the custom font OCR-A-Extended using Telerik reporting. Telerik's default statement is that the fonts must be installed on the system because that's what MS requires. Pre-generation, access to PrivateFontCollection does not appear available. The final assumption is that installation of a custom font is required.
Notes:
- Direct access like "How can I install custom fonts on Windows Azure?" are not available as the GDI+ is being accessed via 3rd party dll.
- Usage is a background process and not subject to CSS font loading since nothing is provided to the user, thus no dependencies on the user's system fonts.