Trying to work out one of the last bugs in the EMF output: superscripts/subscripts are drawn on the baseline and not the proper position.
This occurs in PrintEmfWin32::text. Font size is correct and is passed as
style->font_size.computed
Vertical kerning (or whatever this offset is called) is stored where?
Hopefully it is somewhere in SPStyle, as that is already passed in. If not the problem is above this method, since the x,y coordinates passed in are on the baseline.
Thanks.
Where are subscript/superscript offsets kept?
Re: Where are subscript/superscript offsets kept?
Found it:
style->baseline_shift.computed
style->baseline_shift.computed