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.
| Name | Description | |
|---|---|---|
|
|
Merge(FontRegistry) |
Adds every font from source into this registry. |
|
|
Merge(FontRegistry, IEnumerable<String>) |
Adds the fonts identified by postscriptNames from source into this registry. |