https://bugs.documentfoundation.org/show_bug.cgi?id=106771
Timur <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|filter:xlsx | --- Comment #11 from Timur <[email protected]> --- This ticket is large and from user perspective all is expected. But, from dev perspective not all may be resolved at once. Removing filter:xlsx. There are commits from Tomaž Vajngerl which improve the situtation. With these, fonts are now embedded in PPTX. No change in PPT, it may be split to another ticket. Embedded fonts are recognized in LO, but not in MSO. Also, "embed only used" does not work. We may keep this open. https://gerrit.libreoffice.org/c/core/+/184287 commit faf45f80e1963534d72a60636836b816f6d27442 oox: import embedded font if it exists in impress The fonts are usually EOT fonts so this needs libEOT to work. The EmbeddedFontHelper takes care the conversion and make the font available in LibreOffice (which is then used automatically in the document). https://gerrit.libreoffice.org/c/core/+/184288 commit d0ee08cfbf12145027eee7ad46448a8734693c06 oox: export embedded font used in a presentation document This adds support to export the fonts that are used in an presentation document. The fonts are converted to EOT fonts. Adds an EOT converter, which converts a TTF font to EOT font by writing a EOT header and adding the TTF font data. Adds BigEndianTypes so we can read a structure that is defined in big endian and the types get converted (if needed) to system endian when accessed. + test Adds TTF reader which reads the true type font structure in an easy way that is used by the EOTConverter. + test -- You are receiving this mail because: You are the assignee for the bug.
