atesin / myportals

craftbukkit teleportation plugin
GNU General Public License v3.0
7 stars 1 forks source link

Add some characters in TabText.charList #2

Open marcbal opened 9 years ago

marcbal commented 9 years ago

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 commented 9 years ago

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

marcbal commented 9 years ago

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.