Open marcbal opened 9 years ago
if you read the code you will note it already has a method to add characters
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.
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)