Initializes a new instance of the
FontText class
Namespace: DeltaEngine.Rendering2D.FontsAssembly: DeltaEngine.Rendering2D.Fonts (in DeltaEngine.Rendering2D.Fonts.dll) Version: 1.1.1.0 (1.1.1)
public FontText(
Font font,
string text,
Rectangle drawArea
)
public FontText(
Font font,
string text,
Rectangle drawArea
)
Public Sub New (
font As Font,
text As String,
drawArea As Rectangle
)
Public Sub New (
font As Font,
text As String,
drawArea As Rectangle
)
public:
FontText(
Font^ font,
String^ text,
Rectangle drawArea
)
public:
FontText(
Font^ font,
String^ text,
Rectangle drawArea
)
new :
font : Font *
text : string *
drawArea : Rectangle -> FontText
new :
font : Font *
text : string *
drawArea : Rectangle -> FontText