All Questions
3 questions
0
votes
1
answer
2k
views
How do I change the border size for a table in Dear ImGui?
How do I change the border size for a table in Dear ImGui?
By default, in Dear ImGui, the thickness of the table borders is 1 pixel (this can be seen if you draw the table). I want to change this ...
4
votes
1
answer
535
views
Draw lines using Direct2D without scaling the line thickness
I've just switched to using Direct2D on my project. I'm using C++Builder XE2 with the VCL windows platform and I am using the wrapper Direct2D that came with XE2. I'm able to draw Rectangle, Line, ...
6
votes
3
answers
4k
views
can the CImg library draw thick lines
I have been using the CImg library, and have been pleased with how easy it is to integrate and use. However, I now want to draw thick lines (i.e., more than one pixel thick). It is not clear from the ...