Font.GetTexture Method

SFML.Net

FontGetTexture Method
Get the texture containing the glyphs of a given size

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

Parameters

characterSize
Type: SystemUInt32
Character size

Return Value

Type: Texture
Texture storing the glyphs for the given size
See Also