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

Fixes #641 Support fallback fonts #669

Merged
merged 4 commits into from
Mar 19, 2021
Merged

Commits on Mar 15, 2021

  1. Fixes #641 Support fallback fonts

    Including major refactor of PDF font resolver and working test.
    danfickle committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2ba7f65 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. #641 Add fallback fonts via input stream

    With test.
    danfickle committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    bc03a11 View commit details
    Browse the repository at this point in the history
  2. #641 Separate font stores to own files

    to avoid mega class in PdfBoxFontResolver.
    danfickle committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    fc457c1 View commit details
    Browse the repository at this point in the history
  3. #641 Remove internal FontDescription cache.

    This optimization was assumable designed to avoid the O(n) lookup of a font family variants. However when n is mostly 4 or under it is unneeded and complicates the code without good reason.
    
    Speaking of premature opts, also added a few performance tweaks to the matching process.
    danfickle committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    425c9b4 View commit details
    Browse the repository at this point in the history