-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
Help WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!
Description
Issue: (Text display is wrong when string to display contains spaces at start or at end.)
ScottPlot Version: (5.0.17)
Code Sample: Based on https://scottplot.net/cookbook/5.0/Text/Formatting/ sample code.
// Picture left side
var text = myPlot.Add.Text("Hello, World", 42, 69);
// Picture center
// 3 leading space characters
var text = myPlot.Add.Text(" Hello, World", 42, 69);
// Picture right side
// 3 trailing space characters
var text = myPlot.Add.Text("Hello, World ", 42, 69);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Help WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!
