Font.GetUnderlineThickness Method

SFML.Net

FontGetUnderlineThickness Method
Get the thickness 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 GetUnderlineThickness(
	uint characterSize
)
Public Function GetUnderlineThickness ( 
	characterSize As UInteger
) As Single
public:
float GetUnderlineThickness(
	unsigned int characterSize
)
member GetUnderlineThickness : 
        characterSize : uint32 -> float32 

Parameters

characterSize
Type: SystemUInt32
Character size

Return Value

Type: Single
Underline thickness, in pixels
See Also