|
4 |
edited tags
|
||
|
3 | Replying to ajryan, quick_dry | ||
Is there a good way to use an OS-dependent font in Windows Forms?Font-dependent control positioningI'd like to use Segoe UI 9 pt on Vista, and Tahoma 8 pt on Windows XP/etc. (Actually, I'd settle for Segoe UI on both, but my users probably don't have it installed.) But, these being quite different, they really screw up the layout of my forms. So... is there a good way to deal with this? An example: I have a So most specifically, my question would be: how can I place controls in the middle of a blank space in my Edit: I don't think people understood the question. I know how to vary my fonts based on OS. I just don't know how to deal with the layout problems that arise from doing so. *Reply to ajryan, quick_dry*: OK, you guys understand the question. I guess MeasureString might work, although I'd be interested in further exploration of better ways to solve this problem. The problem with splitting the control is most apparent with, say, a
|
||||
|
2 | Clarification | ||
|
I'd like to use Segoe UI 9 pt on Vista, and Tahoma 8 pt on Windows XP/etc. (Actually, I'd settle for Segoe UI on both, but my users probably don't have it installed.) But, these being quite different, they really screw up the layout of my forms. So... is there a good way to deal with this? An example: I have a So most specifically, my question would be: how can I place controls in the middle of a blank space in my Edit: I don't think people understood the question. I know how to vary my fonts based on OS. I just don't know how to deal with the layout problems that arise from doing so. |
||||
|
1 |
|
||
