Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Text.Windows Namespace / FontLinkHelper Class / UpdateEudcLinks Method

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

    Syntax
    'Declaration
     
    Public Shared Sub UpdateEudcLinks( _
       ByVal fontCollection As FontCollection _
    ) 
    public static void UpdateEudcLinks( 
       FontCollection fontCollection
    )

    Parameters

    fontCollection
    See Also