Re: Spotted tank markers

Published by soulza on

#112134
soulza
Participant

its to do with different versions of the same fonts , xvm font has like 4 versions , the problems occur because you will have a version of a font installed in WINDOWS that over rides the fonts supplied by xvm

 

in the above example is this line

  “lost”: “<font face=’xvm’ size=’24’>&#x70;</font>”,

&#x70 this is the unicode hex for the letter “P” which in xvm font = i dont know because i dont have it :)

in my own config i use 

 “lost”: “<font face=’xvmsymbol’ color=’#FF002F’ size=’23’>#</font>”,

no unicode or hex just simple letter off keyboard ,i also use the xvmsymbol font to display these items

Capture.PNG