FontText Constructor (Font, String, Rectangle)Delta Engine Documentation
Initializes a new instance of the FontText class

Namespace: DeltaEngine.Rendering2D.Fonts
Assembly: DeltaEngine.Rendering2D.Fonts (in DeltaEngine.Rendering2D.Fonts.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public FontText(
	Font font,
	string text,
	Rectangle drawArea
)
See Also