Created attachment 52732 [details] file with embedded font ODF specification allows for embedded fonts since version 1.0. The relevant specifications are: http://docs.oasis-open.org/office/v1.0/OpenDocument-v1.0-os.pdf "14.6 Font Face Declaration" http://www.w3.org/TR/2003/REC-SVG11-20030114/fonts.html#FontFaceElement http://www.w3.org/TR/1998/REC-CSS2-19980512/fonts.html#referencing Example: <office:font-face-decls> <!-- in this example, font matching is bypassed by using style:name --> <style:font-face style:name="myfont" svg:font-family="'AHEM'"> <svg:font-face-src> <svg:font-face-uri xlink:href="AHEM____.TTF"> <svg:font-face-format svg:string="truetype"/> </svg:font-face-uri> </svg:font-face-src> </style:font-face> </office:font-face-decls> <office:styles> <style:style style:name="embeddedfont" style:family="paragraph"> <style:text-properties style:font-name="myfont" fo:font-size="12pt" style:letter-kerning="true" fo:color="#000000"/> </style:style> </office:styles>
Reproducible in 3.5.2 on Fedora 64 bit, embedded font not used @ Caolan What do You thinks about this bug?
unimplemented I think, could be implemented by extracting the fonts to some temporary file/dir and adding that to the font list. Might be a bit tricky to figure it all out though. Not something I'll be personally working on in any reasonable foreseeable time frame though. A "to-do"
Thanks for answer. This information is useful for me. Changing status to Enhancement
*** Bug 49278 has been marked as a duplicate of this bug. ***
I can't promise that I will be able to figure out how to fix this, but I am going to try to work on it.
Jos: I have added support for this to LO, but Calligra Words 2.4.3 now locks up when trying to open the file after a LO roundtrip. See the attached file.
Created attachment 74004 [details] .odt with embedded font, written by LO
LuboÅ¡ LuÅak committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=989d0953a4d69bef3c8aba8e9dc7758194adcdc4 basic support for embedded fonts in odt (fdo#42195) The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thank you very much for the great new possibility to add fonts in ODT files. As far as I understood Jos van den Oever's, it is generally possible to embed fonts in all types of ODF files. Is it complicated to add the same for ODP and ODS files? Particularly for presentations, this can be very helpful! Do we need to open a new bug report with regards to ODT and ODS files?
*** Bug 60750 has been marked as a duplicate of this bug. ***
But there will be an UI option for fonts embedding in LibO?
LuboÅ¡ LuÅak committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e0210c3ef0ed56a6b45934e2ecb5b42b99808199 UI option for embedding fonts in a Writer document (fdo#42195) The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
UI: File->Properties. ODP/ODS: Please create a separate request for that. It's lower importance and, although code from this one should be able to be reused, it needs changes in other code too.
Two follow-up bug reports have been created: Bug 61072 - Impress, functionality request: add Support for embedded fonts in .odp file format Bug 61073 - Calc, functionality request: add Support for embedded fonts in .ods file format Particularly for Impress, the feature of embedding fonts is IMHO very important. If a presenter needs to use special fonts (which is often the case), the only way to present an Impress presentation is to export it to PDF and present it in the PDF viewer. For more details, please see the related bug 61072
Calligra problem reported at https://bugs.kde.org/show_bug.cgi?id=316373 , odp/ods support added, so there should be nothing more to do here.
Does this feature request also include supporting OOXML embedded fonts? I ask because I know there's been some discussion about that but search wasn't coming up with a related feature request for that specific functionality that I could find.
The added UI tab is silly and wastes a horrible amount of space :-), so I’ve reported bug 64357.
The implementation does not work (at least not on v4.2.0.4 on Mac OS X). See also bug #74890
On Windows and Linux, fonts are embedded but not used by the software.
don't reopen old bugs, create new ones. e.g. bugs remain assigned to people who might no longer be able to work on the project and/or the bug appears to be similar but is actually subtly different.