summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2015-08-18 02:35:35 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-30 10:11:07 +0000
commitbf6e219ee57bb17fdb4f176bc4888a540cbeb290 (patch)
treec55bb8ac8da945de662ed79282d4651a789b5230
parenteb9321d5524bb946fd03cbe28d1c5c44a64f6aa3 (diff)
tdf#93302: Fix OpenSymbol %phi and %varphi glyphs
The glyphs for %phi and %varphi symbols were swapped in commit 81001f2c89e5932a8bfde26aacb9277b59146dff (back in 2009), as part of https://bz.apache.org/ooo/show_bug.cgi?id=105084 (see the document attached there), but no justification was given. Given the shape of the symbols after that change contradicts the ones in the Unicode code charts and other popular math fonts, I simply swapped them back. Change-Id: I0133a3d07df932f144ec5900103e11e27f174a5e Reviewed-on: https://gerrit.libreoffice.org/17822 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/19000 Reviewed-by: Khaled Hosny <khaledhosny@eglug.org> Tested-by: Khaled Hosny <khaledhosny@eglug.org>
-rw-r--r--extras/source/truetype/symbol/OpenSymbol.sfd14
-rw-r--r--extras/source/truetype/symbol/opens___.ttfbin203372 -> 201688 bytes
2 files changed, 7 insertions, 7 deletions
diff --git a/extras/source/truetype/symbol/OpenSymbol.sfd b/extras/source/truetype/symbol/OpenSymbol.sfd
index 463b8a183a9e..ac5c8b12bdc6 100644
--- a/extras/source/truetype/symbol/OpenSymbol.sfd
+++ b/extras/source/truetype/symbol/OpenSymbol.sfd
@@ -3,8 +3,8 @@ FontName: OpenSymbol
FullName: OpenSymbol
FamilyName: OpenSymbol
Weight: Book
-Copyright: (c) 2009 Sun Microsystems Inc.\nTHERE DOES NOT EXIST (c) 2011 Julien Nabet\nPRECEDES <-> DOES NOT SUCCEED (c) 2011 Olivier Hallot\nPRIME <-> TRIPLE PRIME (c) 2013 Mathias Hasselmann
-Version: 102.6
+Copyright: (c) 2009 Sun Microsystems Inc.\nTHERE DOES NOT EXIST (c) 2011 Julien Nabet\nPRECEDES <-> DOES NOT SUCCEED (c) 2011 Olivier Hallot\nPRIME <-> TRIPLE PRIME (c) 2013 Mathias Hasselmann\nphi <-> phi1 (c) 2015 Khaled Hosny
+Version: 102.7
ItalicAngle: 0
UnderlinePosition: -143
UnderlineWidth: 20
@@ -773,7 +773,7 @@ ShortTable: maxp 16
0
0
EndShort
-LangName: 1033 "" "" "Regular" "OpenSymbol" "" "Version 102.6"
+LangName: 1033 "" "" "Regular" "OpenSymbol"
GaspTable: 1 65535 2 0
Encoding: Custom
UnicodeInterp: none
@@ -105039,8 +105039,8 @@ EndSplineSet
Validated: 16385
EndChar
-StartChar: phi
-Encoding: 954 966 954
+StartChar: phi1
+Encoding: 954 981 954
Width: 1067
Flags: W
HStem: 892.524 48.4775<480.52 486.132 580.854 586.484>
@@ -105980,8 +105980,8 @@ EndSplineSet
Validated: 16385
EndChar
-StartChar: phi1
-Encoding: 960 981 960
+StartChar: phi
+Encoding: 960 966 960
Width: 1235
Flags: W
HStem: -18.1895 52.1895<714 854.086> 869 62<321.383 492.494 803.829 998.555>
diff --git a/extras/source/truetype/symbol/opens___.ttf b/extras/source/truetype/symbol/opens___.ttf
index 51f2a4dbc4b2..c7393449c59e 100644
--- a/extras/source/truetype/symbol/opens___.ttf
+++ b/extras/source/truetype/symbol/opens___.ttf
Binary files differ