Dashboard/Quik.FreeType/FTRenderMode.cs
H. Utku Maden 9339295378 Push all uncommitted changes.
I have had a long break from this project due to other higher priority
things going on in my life. Big changes inbound.
2023-05-13 16:17:57 +03:00

12 lines
163 B
C#

namespace Quik.FreeType
{
public enum FTRenderMode
{
Normal = 0,
Light,
Mono,
Lcd,
LcdVertical,
Sdf
}
}