[Libreoffice-bugs] [Bug 124244] For some fonts switching to Bold makes text invisible
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 11 15:13:31 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124244
--- Comment #4 from Vlastimil Pecinka <pecinka at email.cz> ---
I also provide Dockerfile I use to build image (for test of adding MS fonts)
FROM collabora/code:4.0.3.1
MAINTAINER Vlastimil Pecinka <xxxxxxx>
EXPOSE 9980
RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula
select true | debconf-set-selections
RUN apt-get update \
&& apt-get install -f -y --no-install-recommends --no-install-suggests \
ttf-mscorefonts-installer \
fonts-crosextra-carlito \
fonts-crosextra-caladea \
curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# increase ulimits
RUN echo "lool soft nofile 16384" >> /etc/security/limits.conf
# MS fonts
#ADD fonts/* /usr/share/fonts/truetype/msttcorefonts/
#RUN fc-cache -fv
RUN fc-cache
CMD bash /start-libreoffice.sh
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190411/69ba516e/attachment.html>
More information about the Libreoffice-bugs
mailing list