Date: Wed, 01 Jul 2020 08:52:02 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 247428] editors/libreoffice: problems with displaying fonts in Impress Message-ID: <bug-247428-25061-79Jnvts4i0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247428-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-247428-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247428 Alan Hicks <ahicks@p-o.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ahicks@p-o.co.uk --- Comment #14 from Alan Hicks <ahicks@p-o.co.uk> --- My workaround is to compile with kf5 which works well under kde and when running a session over ssh set the vcl plugin to use kf5 with the following= for sh: set SAL_USE_VCLPLUGIN=3Dkf5 export SAL_USE_VCLPLUGIN or for csh setenv SAL_USE_VCLPLUGIN kf5 The issue appears to be an inability to embed fonts with qt5 as per https://bugs.documentfoundation.org/show_bug.cgi?id=3D125234 as empty PDFs contain the following: % CreateFontSubset failed for font "Square721 BT" weight=3D5 % CreateFontSubset failed for font "Univers" weight=3D5 Sadly my Qt foo lacks an understanding of font processing. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247428-25061-79Jnvts4i0>