diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-19 09:00:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-19 11:48:21 +0100 |
commit | 1925058670102570c11b28440ca6a8c3ada87595 (patch) | |
tree | b42d3c28963c4d8b0240bc6862517f37fa9632fc /extras/source | |
parent | cedb9668f40c4c2c36dab7f1ef8a51daa9108cc5 (diff) |
add the fontforge execution line to the README
Change-Id: I1ad1e73f562c77d9187888b5d44ab2d82b3d06d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106123
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extras/source')
-rw-r--r-- | extras/source/truetype/symbol/README | 3 |
1 files changed, 3 insertions, 0 deletions
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 |