Bump version to 5.0-14
[LibreOffice.git] / extras / source / truetype / symbol / README
blobe5a3f93a5d19b23e7be6ae934f02bb20ee0c3067
1 Modify the OpenSymbol.sfd and generate opens___.ttf from it with fontforge. The
2 .sfd is the canonical source for the .ttf
4 Every new version of the font should increase the font version. This is
5 important so that when two versions of the font are installed, e.g.  one
6 bundled inside the office installation, and one already installed on the system
7 that the most recent font can be detected and favoured.
9 Bumping the font version is easiest done manually by bumping the two places in
10 the .sfd where the version is mentioned, e.g.
12 -Version: 102.3
13 +Version: 102.4
15 -LangName: 1033 "" "" "Regular" "OpenSymbol" "" "Version 102.3"
16 +LangName: 1033 "" "" "Regular" "OpenSymbol" "" "Version 102.4"
18 The glyph names in the font should follow Adobe Glyph list for new fonts
19 (http://partners.adobe.com/public/developer/en/opentype/aglfn13.txt) or just the
20 uniXXXX scheme (see http://www.adobe.com/devnet/opentype/archives/glyph.html for
21 the rationale).
23 Fragments of OpenSymbol are mapped internally to a number of other
24 fonts for interoperability purposes. See
25 unotools/source/misc/fontcvt.cxx pwrt.  the StarSymbol conversion
26 tables.