System.Drawing.Font font = new Font("Aharoni", 20f, FontStyle.Regular);
Above code works in windows 10 but fails in windows 7. Can anyone please provide root cause why this works in windows 10?
System.Drawing.Font font = new Font("Aharoni", 20f, FontStyle.Regular);
Above code works in windows 10 but fails in windows 7. Can anyone please provide root cause why this works in windows 10?
That can be missing from windows 7 here font list in windows 7
To fix the problem you can add fonts you want to Resources like