Document Solutions for PDF
GrapeCity.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 _
    ) 
    public static void UpdateFontLinks( 
       FontCollection fontCollection,
       System.bool loadMissingFonts
    )

    Parameters

    fontCollection
    loadMissingFonts
    See Also