jMonkeyEngine / jMonkeyEngine/sdk
Font creator doesn't create more than 256 characters
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 348
- Forks
- 104
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Font Creator implementation and the forum discussion linked in the issue, then trace how the selected character range is converted into generated pages and displayed in the preview. Done means ranges above 256 produce all requested characters and the preview remains usable when it grows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100