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