blah blah blah is here! blah blah » Close

0
votes
1 answers

Font height

Hello, I wrote my own font and I want to use it in my program. But to work right it needs a font heigt of 12. I'm using this: Font myFont = new Font("myFont", 12); lblText.Font = myFont; But when I use: PLCFont.GetHei ...

Feedback