Hi Ludek
This font showed in the properties window of VS.Net (window 8)
![PropertiesWindow.png]()
And Report show ok too in window 8
![Window8.png]()
In Window Server 2003
Label show OK with this font
Use this code to set font in contructor:
label1.Font = new Font("Univers 57 Condensed Font – Univers 57 Condensed", 12, FontStyle.Regular);
![Window2k3.png]()