Enum GLTextVHAlignment
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Gl text alignment respect given insertion point.
public enum GLTextVHAlignment
Fields
BottomCenter = 7
BottomLeft = 6
BottomRight = 8
MiddleCenter = 4
MiddleLeft = 3
MiddleRight = 5
TopCenter = 1
TopLeft = 0
TopRight = 2