From 1925058670102570c11b28440ca6a8c3ada87595 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Nov 2020 09:00:05 +0000 Subject: add the fontforge execution line to the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ad1e73f562c77d9187888b5d44ab2d82b3d06d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106123 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- extras/source/truetype/symbol/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extras') diff --git a/extras/source/truetype/symbol/README b/extras/source/truetype/symbol/README index 0fb8bdeb3963..c87aca945e13 100644 --- a/extras/source/truetype/symbol/README +++ b/extras/source/truetype/symbol/README @@ -24,6 +24,9 @@ fonts for interoperability purposes. See unotools/source/misc/fontcvt.cxx pwrt, the StarSymbol conversion tables. +Generate the ttf from updated sfd: +fontforge -lang=ff -c 'Open($1); Generate($2)' extras/source/truetype/symbol/OpenSymbol.sfd opens___.ttf + Update opens___.ttf on TDF server: scp opens___.ttf libreoffice@dev-www.libreoffice.org:/srv/www/dev-www.libreoffice.org/extern/$(sha256sum opens___.ttf | awk '{ print $1 }')-opens___.ttf -- cgit