Font.GetInfo Method

SFML.Net

FontGetInfo Method
Get the font information

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public FontInfo GetInfo()
Public Function GetInfo As FontInfo
public:
FontInfo GetInfo()
member GetInfo : unit -> FontInfo 

Return Value

Type: FontInfo
A structure that holds the font information
See Also