mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-10 11:57:23 +00:00
Added TextPrinterOptions.Default.
This commit is contained in:
parent
fa12673450
commit
732a602578
|
@ -7,6 +7,7 @@ namespace OpenTK.Graphics
|
||||||
[Flags]
|
[Flags]
|
||||||
public enum TextPrinterOptions
|
public enum TextPrinterOptions
|
||||||
{
|
{
|
||||||
|
Default = 0,
|
||||||
NoCache = 1,
|
NoCache = 1,
|
||||||
RightToLeft = 2,
|
RightToLeft = 2,
|
||||||
Vertical = 4,
|
Vertical = 4,
|
||||||
|
|
Loading…
Reference in a new issue