Namespace NetPdf.Languages.European
Classes
- EuropeanHyphenation
Registers the European-language hyphenators with NetPdf's HyphenationRegistry. Call Register() once at startup (a
[ModuleInitializer]also drives it when this assembly is loaded); afterwards the registered languages hyphenate through the registry's public API (TryHyphenate(string, ReadOnlySpan<char>, out int[], int, int)). This build registers a German + French starter set.