https://bugs.documentfoundation.org/show_bug.cgi?id=171219
Bartosz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #6 from Bartosz <[email protected]> --- The issue is caused by lacking ETO_GLYPH_INDEX support within the LibreOffice (LO) EMF (Enhanced Metafile) import filter. It is notoriously difficult because it forces a cross-platform suite to behave like a legacy Windows-only environment. When an EMF file uses the ETO_GLYPH_INDEX flag in an ExtTextOut call, it means the data stream contains direct glyph indices rather than character codes (like Unicode or ASCII). More information: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-emf/e7ffcc53-40d1-4873-8eda-c5c5ee104aa5 *** This bug has been marked as a duplicate of bug 137440 *** -- You are receiving this mail because: You are the assignee for the bug.
