Property ScriptFallbackFonts
- Namespace
- DocWright
- Assembly
- DocWright.dll
ScriptFallbackFonts
Gets the per-script glyph-level fallback chains. When a resolved font is available but lacks a glyph for a specific codepoint (for example CJK or Arabic text in a Latin-only font), each such cluster is resolved against the chain keyed by the codepoint's UnicodeScript. This is distinct from family-level substitution (a missing font); the rest of a run keeps its resolved font. Empty by default.
public IDictionary<UnicodeScript, FontKey[]> ScriptFallbackFonts { get; }