1 Modify the OpenSymbol.sfd and generate opens___.ttf from it with FontForge. The
2 .sfd is the canonical source for the .ttf.
3 Use TTX/FontTools, which can dump the content of .ttf as an XML file, in order
4 to make sure that the resulting .ttf differs only deliberately from the original
7 Every new version of the font should increase the font version. This is
8 important so that when two versions of the font are installed, e.g. one
9 bundled inside the office installation, and one already installed on the system
10 that the most recent font can be detected and favoured.
12 Bumping the font version is easiest done manually by bumping the place in
13 the .sfd where the version is mentioned, e.g.
18 The glyph names in the font should follow Adobe Glyph list for new fonts
19 (https://github.com/adobe-type-tools/agl-aglfn) or just the uniXXXX scheme
20 (see https://github.com/adobe-type-tools/agl-specification for the rationale).
22 Fragments of OpenSymbol are mapped internally to a number of other
23 fonts for interoperability purposes. See
24 unotools/source/misc/fontcvt.cxx pwrt, the StarSymbol conversion
27 Update opens___.ttf on TDF server:
28 scp opens___.ttf libreoffice@dev-www.libreoffice.org:/srv/www/dev-www.libreoffice.org/extern/$(sha256sum opens___.ttf | awk '{ print $1 }')-opens___.ttf
30 Update sha256sums in source files like in this example commit:
31 https://gerrit.libreoffice.org/#/c/75577/