Text.Font Property

SFML.Net

TextFont Property
Font used to display the text

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Font Font { get; set; }
Public Property Font As Font
	Get
	Set
public:
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}
member Font : Font with get, set

Property Value

Type: Font
See Also