diff options
-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 |