Namespace NetPdf.Languages.Arabic
Classes
- ArabicHyphenation
Registers the Arabic-script languages — Arabic (
ar), Persian/Farsi (fa), Urdu (ur) — with NetPdf's HyphenationRegistry as explicit no-hyphenation languages. Arabic script is not soft-hyphenated: justification is achieved with kashida/tatweel elongation, not by inserting hyphens. Registering them makeshyphens: autoinsert no hyphens for those languages 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.