How text aligns when rendered on screen: Against the top edge of the draw area,
centered in the middle or against the bottom edge
View code on GitHub
Namespace: DeltaEngine.Rendering2D.FontsAssembly: DeltaEngine.Rendering2D.Fonts (in DeltaEngine.Rendering2D.Fonts.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Top | 0 | ||
Center | 1 | ||
Bottom | 2 |
See Also