[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Windows.FontLinkHelper

Class FontLinkHelper

Namespace
GrapeCity.Documents.Text.Windows
Assembly
GcDocs.Imaging.Windows.dll

Loads font links from the Windows Registry.

public static class FontLinkHelper
Inheritance
object
FontLinkHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

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)

Parameters

fontCollection FontCollection

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.

public static void UpdateFontLinks(FontCollection fontCollection, bool loadMissingFonts)

Parameters

fontCollection FontCollection
loadMissingFonts bool