From af98ce292796ae4f9a33a14097d27ca2b8cf48c0 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 18 Nov 2016 04:35:18 +0200 Subject: [PATCH] Update README to reflect reality Change-Id: I0cedea64cb95261b2c31272533da69cb1f0f2820 --- extras/source/truetype/symbol/README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/extras/source/truetype/symbol/README b/extras/source/truetype/symbol/README index c5334b6c61e7..b69b721b67ad 100644 --- a/extras/source/truetype/symbol/README +++ b/extras/source/truetype/symbol/README @@ -9,15 +9,12 @@ important so that when two versions of the font are installed, e.g. one bundled inside the office installation, and one already installed on the system that the most recent font can be detected and favoured. -Bumping the font version is easiest done manually by bumping the two places in +Bumping the font version is easiest done manually by bumping the the place in the .sfd where the version is mentioned, e.g. -Version: 102.3 +Version: 102.4 --LangName: 1033 "" "" "Regular" "OpenSymbol" "" "Version 102.3" -+LangName: 1033 "" "" "Regular" "OpenSymbol" "" "Version 102.4" - The glyph names in the font should follow Adobe Glyph list for new fonts (https://github.com/adobe-type-tools/agl-aglfn) or just the uniXXXX scheme (see https://github.com/adobe-type-tools/agl-specification for the rationale).