G
Guest
Hi all,
I'm writing a program where I have to draw custom tooltips onto a control
through OnPaint. I've figured out how to get the text color and the box
color (KnownColor.InfoText and KnownColor.Info), but I can't find anywhere
how to figure out what the font is. I've looked through the WinAPI and
others...maybe I'm just missing it, I dunno. Seems like it should be there
somewhere, though.
(These are what the user would set through the display settings in Windows.)
Thanks in advance for any help.
I'm writing a program where I have to draw custom tooltips onto a control
through OnPaint. I've figured out how to get the text color and the box
color (KnownColor.InfoText and KnownColor.Info), but I can't find anywhere
how to figure out what the font is. I've looked through the WinAPI and
others...maybe I'm just missing it, I dunno. Seems like it should be there
somewhere, though.
(These are what the user would set through the display settings in Windows.)
Thanks in advance for any help.