How to convert to twips...?
-
CRichEditCtrl wants me to set the fontsize in twips, whatever that is. How can I set the font to something like Verdana 9. Sprudling
20 twips == 1 point --Mike-- Actual sign at the laundromat I go to: "No tinting or dying" Like the Google toolbar? Then check out UltraBar, with more features & customizable search engines! My really out-of-date homepage Big fan of Alyson Hannigan and Jamie Salé.
-
CRichEditCtrl wants me to set the fontsize in twips, whatever that is. How can I set the font to something like Verdana 9. Sprudling
CFont font; font.CreatePointFont(90,"Verdana"); richctrl.SetFont(&font);
-
CRichEditCtrl wants me to set the fontsize in twips, whatever that is. How can I set the font to something like Verdana 9. Sprudling
1440 twips = 1 inch hmmmm ... wonder why guys don't use the twip measuring system more often? ;P --- situations to avoid #37:
"good morning ... how many sugars do you take in your coffee ... and what was your name again?" -
20 twips == 1 point --Mike-- Actual sign at the laundromat I go to: "No tinting or dying" Like the Google toolbar? Then check out UltraBar, with more features & customizable search engines! My really out-of-date homepage Big fan of Alyson Hannigan and Jamie Salé.