Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Виктория Ежова's user avatar
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, ...
JP Yang's user avatar
  • 41
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 ...
M Katz's user avatar
  • 5,406