-
Notifications
You must be signed in to change notification settings - Fork 122
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
Convert font to Minecraft's .png font format to be used as a font ingame #122
Comments
I don't think that's possible. For one, there is already Minecraft-Font for faithful Minecraft font. Second, there are ligatures, that Minecraft can't render. And finally, it's more of Minecraft-style font for general use rather than Minecraft-usable one. |
This is not what author of this issue is after, I am afraid, i'd love to use this font in-game as well, but as @InQuognito said, minecraft is not particularly strong at rendering pixelated ttfs/otfs and after fiddling with the "oversampling" value of the font for a prolonged period of time I was not able to produce results which would not have artifacts like these: |
I wouldn't mind wasting my time on making this, tho I have no real idea how exactly the font system works in MC to make an entire font for this... |
I hope I'm not annoying people with these comments, but just in case did I create a repository for the above shown Font, so that people can get the necessary files for their resource pack. It doesn't cover everything yet (i.e. no Would appreciate any input and help on this, thanks. |
Well good luck on your journey i guess. Just a bit of pointer: maybe use scripting to automate generating the imagefile (and resourcepack). I think |
No idea what you mean with that tbh... |
I have already made the script that generates both bitmap of the font, and the json file to go along too, but i am making this for a (for now a part of) private project |
also, please, for the love of god (or whatever), use proper script structure with if __name__ == "__main__":
#execute main code here
generateFont()
generateExamples(characters, ligatures, charactersByCodepoint) (hmm, i think i will post that custom version, i guess) |
Convert the default font to these .png files in order to make them compatible with resource packs. Minecraft sucks at rendering .ttf and natively uses these files:
It would be awesome if this pack was useable on here! Thanks.
The text was updated successfully, but these errors were encountered: