 |
InstancedTextTextOffset Property |
Gets a Vector2 that defines how much the text (and TextSize) is offset from the TopLeftPosition.
This is usually (0, 0), but when the text begins before the start position the X position is negative.
Also, when the text extend above the baseline height (for example 'Ö' or 'Č') then the Y position is negative.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic Vector2 TextOffset { get; }
Property Value
Vector2[Missing <value> documentation for "P:Ab4d.SharpEngine.Common.InstancedText.TextOffset"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Common.InstancedText.TextOffset"]
See Also