How text aligns when rendered on screen: Against the left edge of the draw area,
centered in the middle or against the right 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 | |
---|---|---|---|
Left | 0 | ||
Center | 1 | ||
Right | 2 |
See Also