In wxWidgets, how can you find the pixels per inch on a wxDC? I'd like to be able to scale things by a real world number like inches. That often makes it easier to use the same code for printing to the screen and the printer.
|
|
|
|
|
|
|
does this help? (from the manual)
|
||
|
|
|
|
...or wxDC::GetSizeMM which return the horizontal and vertical resolution in millimetres. |
||
|
|
