ImGui icon indicating copy to clipboard operation
ImGui copied to clipboard

Implement text alignment inside its content box for a text node using box-model.

Open zwcloud opened this issue 4 years ago • 0 comments

For metrics's box-model inspector, this is temporarily implemented via reusing LayoutGroup in Metrics.LayoutTextInRectCentered: https://github.com/zwcloud/ImGui/blob/7d6f3be88583b0fb7bbc5a1316dcaaa31ec25fd6/src/ImGui/Development/Metrics.cs#L462-L480

This should be somehow inlined to be used elsewhere.

zwcloud avatar Nov 15 '20 09:11 zwcloud