danfickle/openhtmltopdf

Support font fallback

danfickle opened this issue · 2 comments

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).

Complete for the PDF output device.

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.