mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 09:31:08 +00:00
Use 16pt font (looks better).
This commit is contained in:
parent
a57eb8f647
commit
e3535cdbb1
|
@ -23,7 +23,7 @@ namespace Examples.Tutorial
|
|||
[Example("Text", ExampleCategory.Tutorial, 4)]
|
||||
public class Text : GameWindow
|
||||
{
|
||||
Font serif2 = new Font(FontFamily.GenericSerif, 14.0f);
|
||||
Font serif2 = new Font(FontFamily.GenericSerif, 16.0f);
|
||||
TextureFont serif = new TextureFont(new Font(FontFamily.GenericSerif, 12.0f));
|
||||
TextureFont sans = new TextureFont(new Font(FontFamily.GenericSansSerif, 14.0f));
|
||||
TextHandle poem_handle;
|
||||
|
|
Loading…
Reference in a new issue