In my printer driver, strikeout line is printed in WORD 2003.
But strikeout line is not printed correcltly in EXCEL 2003 with the
same IFIMETRICS.
(strikeout line is printed too lower)
condition :
device font - send the Font metrics to the printer.
excel
Printing process :
DrvQueryFontData -> DrvTextOut -> DrvBitBlt(actually draw the
strikeout line)
Same problem occured though I changed the fwdStrikeoutPosition of
IFIMETRICS structure.
So I think there is the different method to print strikeout lien
between WORD and EXCEL.
If you know, let me know..