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

Add some characters in TabText.charList #2

Open
marcbal opened this issue Jul 5, 2015 · 2 comments
Open

Add some characters in TabText.charList #2

marcbal opened this issue Jul 5, 2015 · 2 comments

Comments

@marcbal
Copy link

marcbal commented Jul 5, 2015

You can add this characters into the Map here :
https://github.com/atesin/myportals/blob/master/MyPortals/src/cl/netgamer/tabtext/TabText.java#L42

With a width of 2 px : "¡" (inverted exclamation marks)
With a width of 3 px : "ì" and "í" (small letter i with grave and acute)
With a width of 4 px : "ï" (small letter i with diaeresis) and "×" (multiplication sign, but not "*")
With a width of 7 px : "®" (registered trademark)

All this characters are in the standard Minecraft font ;) (without Unicode font)

@atesin
Copy link
Owner

atesin commented Jul 6, 2015

if you read the code you will note it already has a method to add characters

@marcbal
Copy link
Author

marcbal commented Jul 6, 2015

I saw that, but it could be useful for all developers who use your class ;) Because if they need to add these characters, they have to search for characters width themselves.

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

No branches or pull requests

2 participants