1
vote
0answers
184 views

Some help converting XML to LINQ (Also, Kerning Bitmap fonts)

I'm currently trying to devise a way to kern bitmap fonts in XNA 4.0. The two easiest ways I've found are to use either BMFontGen or BMFont. I chose to work with BMFontGen, as it was made ...