Module: wine Branch: master Commit: c51aee637b7f15853218f719426ba6ff0d275a13 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c51aee637b7f15853218f71942...
Author: Huw Davies huw@codeweavers.com Date: Fri Sep 25 16:05:10 2015 +0100
fonts: Fix the version in the name table to match the Version: line.
The (not so) recently updated fontforge parses the name table for this in preference to the Version: line.
Signed-off-by: Huw Davies huw@codeweavers.com
---
fonts/symbol.sfd | 2 +- fonts/symbol.ttf | Bin 26040 -> 26028 bytes 2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/fonts/symbol.sfd b/fonts/symbol.sfd index f77a64b..f5b8bee 100644 --- a/fonts/symbol.sfd +++ b/fonts/symbol.sfd @@ -71,7 +71,7 @@ ShortTable: maxp 16 0 0 EndShort -LangName: 1033 "" "" "Regular" "WineSymbol:Version 0.001" "" "Version 0.001 February 3, 2009, initial release" "" "" "Wine" "Jon Parshall for CodeWeavers" "" "http://www.winehq.org" "http://www.codeweavers.com" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-A copy of the GNU Lesser General Public License is included in the Wine distribution in the file COPYING.LIB. If you did not receive this copy, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "Regular" "WineSymbol:Version 1.1" "" "Version 1.1 February 3, 2009, initial release" "" "" "Wine" "Jon Parshall for CodeWeavers" "" "http://www.winehq.org" "http://www.codeweavers.com" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-A copy of the GNU Lesser General Public License is included in the Wine distribution in the file COPYING.LIB. If you did not receive this copy, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "http://www.gnu.org/licenses/lgpl.html" GaspTable: 1 65535 2 0 Encoding: Custom UnicodeInterp: none diff --git a/fonts/symbol.ttf b/fonts/symbol.ttf index 0f3313b..1fd5b4e 100644 Binary files a/fonts/symbol.ttf and b/fonts/symbol.ttf differ