Search Results

0
votes

How to render unicode characters in the correct font? (C#/WinForms)

All fonts don't have data for all the glyphs that can be expressed in unicode. You´ll have to locate a suitable font which has the subset you want. edit: Just to clarify, there are …
0
votes

Is it worth learning Java when you already know C# fairly well?

I know Java pretty well, and had to learn C# for a work project. It was very painless, and I learned a lot about both languages in the process. Java will also offer the whole 'writ …