Font.GetUnderlinePosition Method

SFML.Net

FontGetUnderlinePosition Method
Get the position of the underline

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public float GetUnderlinePosition(
	uint characterSize
)
Public Function GetUnderlinePosition ( 
	characterSize As UInteger
) As Single
public:
float GetUnderlinePosition(
	unsigned int characterSize
)
member GetUnderlinePosition : 
        characterSize : uint32 -> float32 

Parameters

characterSize
Type: SystemUInt32
Character size

Return Value

Type: Single
Underline position, in pixels
See Also