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

core: Add loading font from InputStream #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MonsterDruide1
Copy link

@MonsterDruide1 MonsterDruide1 commented Aug 5, 2022

As fonts cannot be loaded from jarfiles, this PR adds another method to parse fonts from an InputStream instead of Files, so no workaround using temporary files has to be used.

Closes #327, #323

Co-authored-by: @nelsbrock
Co-authored-by: @p4czyk

Co-authored-by: Niklas Elsbrock <mail@nelsbrock.de>
Co-authored-by: Patrick <56545204+p4czyk@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading fonts from InputStreams for custom fonts in jar files
1 participant