Click or drag to resize
HyperTextStylesTextGetVerticalOffset Method
Gets the vertical offset.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public float GetVerticalOffset(
	int fontSize
)

Parameters

fontSize
Type: SystemInt32
Font size of surrounding text.

Return Value

Type: Single
The vertical offset.
See Also