Added TextPrinterOptions.Default.

This commit is contained in:
the_fiddler 2008-11-25 17:24:40 +00:00
parent fa12673450
commit 732a602578

View file

@ -7,6 +7,7 @@ namespace OpenTK.Graphics
[Flags]
public enum TextPrinterOptions
{
Default = 0,
NoCache = 1,
RightToLeft = 2,
Vertical = 4,