From 93eeaf0ad902214fb6b4205606b24046a458ee45 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 27 May 2019 00:12:28 +0900 Subject: tdf#120047 Support attribute harpoon/wideharpoon in Math ... for an alternative style of vectors. They are vec/widevec analogs but with COMBINING RIGHT HARPOON ABOVE (U+20D1). The new attribute names are deliberately long in order to make fewer accidental collisions with variable names in formulae of exising documents. This also adds a glyph uni20D1 to OpenSymbol. Change-Id: I31666e57808aa0e0327500916d3b862549891886 Reviewed-on: https://gerrit.libreoffice.org/72987 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- extras/source/truetype/symbol/OpenSymbol.sfd | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'extras') diff --git a/extras/source/truetype/symbol/OpenSymbol.sfd b/extras/source/truetype/symbol/OpenSymbol.sfd index 35d4b01328b9..c9e9baad1707 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\nphi <-> phi1 (c) 2015 Khaled Hosny\n(c) 2016 Mike Kaganski\nzero, one, two, three, four, five, six, seven, eight, nine, question, underscore, copyright, registered, uni2215, angle, therefore, lozenge (c) 2010 Google Corporation -Version: 102.10 +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\n(c) 2016 Mike Kaganski\nzero, one, two, three, four, five, six, seven, eight, nine, question, underscore, copyright, registered, uni2215, angle, therefore, lozenge (c) 2010 Google Corporation\nuni20D1 (c) 2019 Takeshi Abe +Version: 102.11 ItalicAngle: 0 UnderlinePosition: -143 UnderlineWidth: 20 @@ -20,7 +20,7 @@ OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1144938807 -ModificationTime: 1479754802 +ModificationTime: 1558881510 PfmFamily: 81 TTFWeight: 400 TTFWidth: 5 @@ -784,7 +784,7 @@ FitToEm: 1 WinInfo: 0 34 12 BeginPrivate: 0 EndPrivate -BeginChars: 1052 1052 +BeginChars: 1053 1053 StartChar: Alpha Encoding: 0 913 0 @@ -108707,5 +108707,22 @@ SplineSet 508 1286 l 1,6,-1 EndSplineSet EndChar + +StartChar: uni20D1 +Encoding: 1052 8401 1052 +Width: 1056 +Flags: W +HStem: 1313 112<98 686> +LayerCount: 2 +Fore +SplineSet +98 1313 m 1,0,-1 + 98 1425 l 1,1,-1 + 686 1425 l 1,2,-1 + 645 1575 l 1,3,-1 + 1026 1313 l 1,4,-1 + 98 1313 l 1,0,-1 +EndSplineSet +EndChar EndChars EndSplineFont -- cgit