Support font fallback
danfickle opened this issue · 2 comments
danfickle commented
This is critical for multi script support where text may be in two or more languages but a font only supports one script.
@willamette has proved an implementation for Flying-saucer which we can base our implementation on.
Related issue #9 (RTL support).
danfickle commented
Complete for the PDF output device.
danfickle commented
Implemented for Java2D renderer.
Limitations are:
- No support for font fallback in justified text.
- No support for font fallback in selected text.
These will require extra work.