CustomFontRegistry.Merge Method

Adds every font from another FontRegistry into this registry. This is much faster than re-adding the same fonts via Add(String), since it reuses the source registry's already-parsed font data instead of re-parsing the font files.

Overload List

Name Description
Public method Merge(FontRegistry)

Adds every font from source into this registry.

Public method Merge(FontRegistry, IEnumerable<String>)

Adds the fonts identified by postscriptNames from source into this registry.

See Also

Reference