Click or drag to resize
Ab4d.SharpEngine logo

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.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public 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