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