Text.CharacterSize Property

SFML.Net

TextCharacterSize Property
Base size of characters

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

Property Value

Type: UInt32
See Also