https://issues.apache.org/ooo/show_bug.cgi?id=123216
--- Comment #12 from Armin Le Grand <[email protected]> --- ALG: Getting closer; the regression seems to be caused by task 121382 where the WorldTransform gets used more intense at WMF import. There is a case used in WMF import missing, the MWT_SET (4) in reading WIN_EMR_MODIFYWORLDTRANSFORM actions. Added that. Still bad ly scaled. When pasting from word to draw ConvertWMFToGDIMetaFile uses EnhWMFReader direct and no WorldTransform is used at all. When loading the *.doc, ConvertWMFToGDIMetaFile uses WMFReader which itself (partially?) uses EnhWMFReader::ReadEnhWMF(); in this case the WorldTransform is used and FontSizes get scaled by ca. 0.5 and 6.2 (what explains the too big font sizes). Question is if adaption of FontSize in task 121382 was correct or not; I still think so - it maybe that WorldTransform adaption is still missing somewhere else, checking... -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
