dlangui icon indicating copy to clipboard operation
dlangui copied to clipboard

drawText crashes threaded application

Open Gibbz opened this issue 7 years ago • 1 comments

Im using a canvas widget and wanted to draw some text on there. But using drawText cause the other threads in my application to crash.

I can draw rectangles and lines without any problems.

Gibbz avatar Jul 21 '16 09:07 Gibbz

Fonts are non thread safe. Do you really need drawing in non-ui thread?

buggins avatar Jul 21 '16 11:07 buggins