DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Text.Windows Namespace / FontLinkHelper Class / UpdateFontLinks Method

In This Topic
UpdateFontLinks Method
In This Topic
Appends 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.

Syntax
'Declaration
 
Public Shared Sub UpdateFontLinks( _
   ByVal fontCollection As FontCollection, _
   ByVal loadMissingFonts As System.Boolean _
) 
 

Parameters

fontCollection
loadMissingFonts
See Also