I have a win-32 program I have used for a long time. Some users are
adjusting their monitor settings to increase the DPI for fonts to make
text larger when they move the monitor further from their eyes. Normal
is apparently 96 and large is 120, but the user can customize it to
about any value.

Has anyone else dealt with this before? Using -size => 12 and a
->AddLabel with a fixed width is fine if everyone uses 96DPI but if they
increase the DPI the text ends up being too big to fit within the
label's width.

Is there any better solution than just making the labels excessively
tall and wide to make sure everything from normal to large fits?

Greg

Reply via email to