Table of Contents

Namespace NetPdf.Languages.Cjk

Classes

CjkHyphenation

Registers the CJK languages — Chinese (zh), Japanese (ja), Korean (ko) — with NetPdf's HyphenationRegistry as explicit no-hyphenation languages. CJK scripts do not use Liang/soft hyphenation: line breaking is per-character (handled by NetPdf's UAX #14 breaker). Registering them makes hyphens: auto insert no hyphens for zh/ja/ko instead of falling back to the bundled English hyphenator (which would otherwise hyphenate embedded Latin-script runs). Call Register() once at startup; a [ModuleInitializer] also drives it on assembly load.