c# - DrawString in Mono -
i'm having trouble getting graphics.drawstring
work under mono on linux.
- it renders fonts in pre-defined mode different system settings (regarding antialiasing, hinting etc).
- setting
textrenderinghint
property has 0 effect.
everything looks fine if same exe run on ms.net. known mono bug or missing something?
mono version: 3.2.8 os: debian 8.2
Comments
Post a Comment