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?
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?