-
I use DrawString to write on screen but I couldn't find a way to change font size or load a font, how do I do it? |
Beta Was this translation helpful? Give feedback.
Answered by
ADev531
Nov 17, 2024
Replies: 1 comment 2 replies
-
To load another font you need it to be in the PSF (PC Screen Font) format, you can do something like this to use in DrawString: PCScreenFont myFont = PCScreenFont.LoadFont(yourFontBytes); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In PCScreenFont, Simply you can't.
You need to load a font with custom size, no option to change size.