I run this code:
graphics.DrawString("( پنج)", new Font(IranNastaliq, 77), ...);
which results in:
As you can see, circled parts are overlaid and turned transparent. Why those parts get transparent and how should I prevent it?
© 2022 - 2024 — McMap. All rights reserved.
TextRenderer.DrawText(graphics, ...)
– SaneTextRenderer
solved the problem but rendered text needs antialiasing. I can't find how should I enable antialiasing forTextRenderer
. – PersseTextRenderer
still generate jagged texts. – PersseTextRenderer
doesn't care at all! It always render the same. – Persse