VectorTextTests DrawBigText Method Delta Engine Documentation

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

public void DrawBigText()
Examples

[Test, ApproveFirstFrameScreenshot]
public void DrawBigText()
{
    new VectorText("Yo yo, whats up", Vector2D.Half) { Size = new Size(0.1f) };
}
See Also