VectorTextTests DrawSampleText 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 DrawSampleText()
Examples

[Test, ApproveFirstFrameScreenshot]
public void DrawSampleText()
{
    new VectorText("The Quick Brown Fox...", Vector2D.Half) { Color = Color.Red };
    new VectorText("Jumps Over The Lazy Dog", new Vector2D(0.5f, 0.6f)) { Color = Color.Teal };
}
See Also