https://bugs.freedesktop.org/show_bug.cgi?id=83675
Owen Genat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86-64 (AMD64) |All OS|Windows (All) |All See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=65353 --- Comment #1 from Owen Genat <[email protected]> --- (In reply to comment #0) > If this spreadsheet is saved with fonts embedding enabled, Presumably this is a reference to saving as ODS because File > Properties > Fonts tab > "Embed fonts in the document" option[1] only applies to this file format. > those fonts are embedded but not used in that document: Here is a quick grep of fonts used in the provided XLSX (contents of file extracted to xlsx/ directory): $ grep --no-filename -ore "rFont[^/]*" xlsx/ | sort -u rFont val="Arial" rFont val="Futura Lt BT" rFont val="Segoe UI" rFont val="Tahoma" $ grep --no-filename -ore "name val=[^/]*" xlsx/ | sort -u name val="Arial" name val="Calibri" name val="Futura Lt BT" name val="Segoe UI" name val="Tahoma" name val="WenQuanYi Zen Hei" So both Arial and Calibri are listed as either used somewhere in the document or defined in a default style. Some of the other fonts (Segoe UI and Tahoma) seem to be used in comments. > The font that is used in whole document is !not! embedded (Futura Lt BT) I have tested saving the XLSX to ODS under GNU/Linux using v4.3.1.2 with the font embedding option turned on and this does indeed appear to be a problem. Fonts embedded: - Liberation Sans - Liberation Sans Bold - Liberation Sans Italic - Liberation Sans Bold Italic - DejaVu Sans - DejaVu Sans Bold - FreeSans - FreeSansOblique Liberation Sans is the metric equivalent of Arial, so it will be a substitution (as I do not presently have Arial installed). The others I am unsure about and I am also not sure why the Futura Lt BT TTF font is not embedded (this I can confirm). Overall I feel this report is likely a duplicate of bug 65353. Platform set to All/All. Bug 65353 added to See Also list for now. [1] This location may change, refer bug 64357. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
