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

Remove AWT dependency #4

Open
SilverTiger opened this issue Nov 21, 2015 · 1 comment
Open

Remove AWT dependency #4

SilverTiger opened this issue Nov 21, 2015 · 1 comment
Assignees
Milestone

Comments

@SilverTiger
Copy link
Owner

Currently the font loading is done by using java.awt.Font. Since LWJGL provides some STB libraries it would be great to use STBTrueType and STBEasyFont, so that you don't need the JVM argument -Djava.awt.headless=true.

@SilverTiger SilverTiger self-assigned this Nov 21, 2015
@SilverTiger SilverTiger added this to the 1.0 milestone Nov 21, 2015
@SilverTiger
Copy link
Owner Author

Since the LWJGL 3.0.0-SNAPSHOT you can use NanoVG for rendering text. I will look into this before deciding which binding will be used in the Font class.

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