 |
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: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic Vector2 TextOffset { get; }Property Value
Vector2
See Also