-
Notifications
You must be signed in to change notification settings - Fork 364
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
Add support for font-face in Java2D font resolver. #17
Labels
Comments
Closed
I'm closing all the Java 2D issues as for now we are just letting it bit rot. |
burka
pushed a commit
to burka/openhtmltopdf
that referenced
this issue
Apr 26, 2024
* dont fall through to default case after invalid at-rule (bug fix) * reproduce bug with unit test --------- Co-authored-by: Zachary Siegel <zachary@foreflight.com>
burka
pushed a commit
to burka/openhtmltopdf
that referenced
this issue
Apr 26, 2024
* add .DS_Store to .gitignore Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * add comment and warning message Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * change level to FINE and add comment Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * dont overwrite StylesheetInfo URI with null for inline stylesheet Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * reduce "media = {}" log to FINE Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * set uri on default StylesheetInfo to classpath uri Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting + multiplicative array capacity Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * tail recursion comment Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * fix typo in log message Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * consolidate parse call to getStylesheet(StylesheetInfo) Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * rename: push -> save Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * rename: t -> token Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * rename: la -> nextWithSave Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * remove confusing and useless prio() method Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * add comments for top-of-file at-rules Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * run the intellij formatter * remove unused labels * add myself to developer list --------- Signed-off-by: Zachary Siegel <siegelzc@gmail.com> Co-authored-by: Zachary Siegel <zachary@foreflight.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't seem to support the font-face way of adding fonts in CSS currently.
The text was updated successfully, but these errors were encountered: