-
Notifications
You must be signed in to change notification settings - Fork 102
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
Font creator doesn't create more than 256 characters #6
Comments
From @tonihele on October 19, 2015 19:49 I might be able to do this. At least I have now JME forked and running. Is it ok, if I:
This is really @normen 's work of art. Any thoughts? |
This I was a bit thinking... That the competition has really outdated this. I looked at Hiero (https://github.com/libgdx/libgdx/wiki/Hiero). They even reference this as a retarded but good willing competitor :) Would it be ok to use that? Include the JARs and all... Is it possible license wise? Do we loose something in the process? Of course the specs don't really change that much, so it would be all possible to just brush up ours a bit. Just a bit. |
The problem with this is that we'd be depending on the whole GDX (which we halfway already due, thanks to behavior trees), but the question is how we could integrate the whole tool seamlessly, without rewriting much of it (versus e.g. gdx-fontpacker). |
The tooltips have been cleaned up, as well some weird labels either hidden or removed for 3.5 release. |
From @tonihele on September 28, 2015 19:52
Font creator doesn't create more than 256 characters. The Font Creator lets the user select the char range and even shows them on the preview, but the end result contains just one page with 256 characters max.
Easy fix would be just to produce one page with the given character range (max displayable char...). If I understood correctly, JME does read these, no matter what the max range is. Also the preview image could be inside a scrollable container. As it tends to eat up and hide all the controls when it is big enough.
Here some discussion from the forums (also pin pointed some of the code points which might be related):
http://hub.jmonkeyengine.org/t/font-creator-for-jmp/16273/30
Copied from original issue: jMonkeyEngine/jmonkeyengine#356
The text was updated successfully, but these errors were encountered: