darknuke
Well-known member
- Joined
- Oct 3, 2003
- Messages
- 68
I am using an .ini file to save application settings, and I would like a way to set the font. The font on textBox returns [Font: Name=Lucida Console, Size=9.75, Units=3, GdiCharSet=0, GdiVerticalFont=False].
Unfortunately textBox.Font = "[Font: Name=Lucida Console, Size=9.75, Units=3, GdiCharSet=0, GdiVerticalFont=False]", does not work.
I thought of making a separate variable for each value to read (size, font-family, style, etc), but the values on textBox are read only
!
Is there any way I can set the font?
Unfortunately textBox.Font = "[Font: Name=Lucida Console, Size=9.75, Units=3, GdiCharSet=0, GdiVerticalFont=False]", does not work.
I thought of making a separate variable for each value to read (size, font-family, style, etc), but the values on textBox are read only
![Frown :( :(](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f641.png)
Is there any way I can set the font?