[]
Loads font links from the Windows Registry.
public static class FontLinkHelper
Loads the linked EUDC fonts and registers the system default EUDC font as fallback font.
Pass null in the fontCollection parameter to update the SystemFonts collection.
public static void UpdateEudcLinks(FontCollection fontCollection)
fontCollection
FontCollectionAppends font links to existing fonts in a FontCollection and (optionally) loads the missing referenced fonts.
Pass null in the fontCollection parameter to update the SystemFonts collection.
public static void UpdateFontLinks(FontCollection fontCollection, bool loadMissingFonts)
fontCollection
FontCollectionloadMissingFonts
bool