CreateFont();
hfntBold = MyCreateFont();
// Select the bold font and draw the first string
// begi...
XIncrement = 10;
YStart = 50;
hfntDefault = SelectObject(hdc, hfntBold);
hr = StringCchLength(lpszS... cs(hdc, &tm);
XIncrement -= tm.tmOverhang;
// Select an italic font and draw the second string
// be... at the point (XIncrement, YStart).
hfntBold = SelectObject(hdc, hfntItalic);
GetTextMetrics(hdc, &tm)