Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support font fallback #10

Closed
danfickle opened this issue Mar 20, 2016 · 2 comments
Closed

Support font fallback #10

danfickle opened this issue Mar 20, 2016 · 2 comments

Comments

@danfickle
Copy link
Owner

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 added a commit that referenced this issue Mar 27, 2016
This does not cover the Java2D output device.
@danfickle
Copy link
Owner Author

Complete for the PDF output device.

danfickle added a commit that referenced this issue Apr 1, 2016
Current limitations:
 Does not work on justified text.
 Does not work for selected text.
@danfickle
Copy link
Owner Author

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.

burka pushed a commit to burka/openhtmltopdf that referenced this issue Apr 26, 2024
Addresses danfickle#10 

Changes are only made to documentation specified in POM files.

Didn't see any other mentions of version 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant