summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'mlm2' of ssh://git.sv.gnu.org/srv/git/smc/fonts into mlm2Rajeesh K Nambiar2013-10-121-0/+1
| |\
| | * [smc/fonts] Adding test case for SamavruthokaramKavya Manohar2013-10-121-0/+1
| | | | | | | | | | | | Added test cases for samvruthokaram.
| * | [RaghuMalayalam] Add missing akhn rules for conjuncts with ല. Erroneously ↵Rajeesh K Nambiar2013-10-121-1/+5
| |/ | | | | | | | | | | removed by the overzealous script in previous commit Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [RaghuMalayalam] port to mlm2 specRajeesh K Nambiar2013-10-121-199/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com> 1. Add empty lookup tables for mlm2 (akhn, pref, pstf, pres) and combine mlym/mlm2 lookups (blws, psts) 2. Run sed scripts on RaghumalayalamSans.sfd as outlined below to add mlm2 lookup rules #mlym akhn to mlm2 akhn sed -i "s/\(Ligature2: \"'akhn' Akhand in Malay+AQEA-lam lookup 0 subtable\"\)\(.*\)/&\nLigature2: \"'akhn' Akhand in Malay+AQEA-lam2 lookup 0 subtable\"\2/g" #mlym pres to mlm2 akhn sed -i "s/\(Ligature2: \"'pres' Pre Base Substitutions in Malay+AQEA-lam lookup 7 subtable\"\)\(.*\)/&\nLigature2: \"'akhn' Akhand in Malay+AQEA-lam2 lookup 0 subtable\"\2/g" #replace the half forms variants with virama from above step sed -i "/Akhand in Malay+AQEA-lam2/{s/_uni0D4D/ uni0D4D/}" #remove unnecessary akhn rules for Ra (0D30) and La (0D32) from above step sed -i "/Ligature2: \"'akhn' Akhand in Malay+AQEA-lam2 lookup 0 subtable\".*uni0D30.*/d" sed -i "/Ligature2: \"'akhn' Akhand in Malay+AQEA-lam2 lookup 0 subtable\".*uni0D32.*/d" #mlym pres to mlm2 pres for Ra sed -i "s/\(Ligature2: \"'pres' Pre Base Substitutions in Malay+AQEA-lam lookup 7 subtable\" \)\(.*\) uni0D30.pb/&\nLigature2: \"'pres' Pre Base Substitutions in Malay+AQEA-lam2 lookup 7 subtable\" uni0D30.pb \2/g" 3. Add akhn rules for യ്യ and വ്വand chillus
| * [Meera]Fixed the non-smooth സ glyphKavya Manohar2013-10-121-1210/+1181
| | | | | | | | Smoothened the glyph for സ.
| * [Meera] Remove all copies of പ and replaced with referenceSanthosh Thottingal2013-10-121-1727/+1178
| |
| * [Meera] Introduce anchror class 'chandrakkala' and remove glyphs with ↵Santhosh Thottingal2013-10-121-2151/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | chandrakkala No need of explicit glyphs with chandrakkala. Kept y1xx, v1xx, l1xx because of potential issues in old shapers Reduces font size further: Meera.ttf: 304KB Meera.woff: 142KB Meera.eot: 124KB Target: get the webfont size below 100KB mark :)
| * [Meera] Reinstate psts rule for y1y1 and v1v1 so as not to break old shapersRajeesh K Nambiar2013-10-111-0/+2
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Reinstate psts rule for y1y1 and v1v1 so as not to break old shapersRajeesh K Nambiar2013-10-111-0/+2
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Fix the large spacing after ജ്മ- Wrong RBearingSanthosh Thottingal2013-10-111-30/+32
| |
| * [Rachana] Fix rendering of യ്യു, വൂSanthosh Thottingal2013-10-111-50/+42
| | | | | | | | The vowel signs were coming separate.
| * [Meera] Fix rendering of യ്യു, വൂSanthosh Thottingal2013-10-112-13/+10
| | | | | | | | | | The vowel signs were coming separate. Added tests too
| * Merge branch 'mlm2' of ssh://git.sv.gnu.org/srv/git/smc/fonts into mlm2Santhosh Thottingal2013-10-071-10/+9
| |\ | | | | | | | | | | | | Conflicts: Rachana/Rachana.sfd
| | * [Rachana] Dotreph Right Bearing adjustmentKavya Manohar2013-10-021-11/+10
| | | | | | | | | | | | Right bearing of dotreph was adjusted to zero.
| * | Fix the internal glyph for 0D4C MALAYALAM VOWEL SIGN AUSanthosh Thottingal2013-10-071-110/+106
| |/ | | | | | | Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661924
| * [Meera,Rachana] Release 6.0-RC6.0-rc1Rajeesh K Nambiar2013-09-292-9/+10
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Adjust dotreph position for some glyphsRajeesh K Nambiar2013-09-281-81/+81
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * Added more rendering test casesKavya Manohar2013-09-191-53/+51
| | | | | | | | Added more test cases and cleaned up the test file.
| * [Rachana] Rename 'anuswara' to 'anusvara' and renumber lookups. (To avoid ↵Rajeesh K Nambiar2013-09-161-1191/+1191
| | | | | | | | | | | | conflict with f656d5b762a10 in master) Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Use GPOS 'abvm' for Dotreph. Removed 'akhn' glyphs for the same.Rajeesh K Nambiar2013-09-161-5357/+2550
| | | | | | | | | | | | A full days of work inspecting entire glyphs and positioning, well worth it though. Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * Merge branch 'mlm2' of ssh://git.sv.gnu.org/srv/git/smc/fonts into mlm2Santhosh Thottingal2013-09-152-294/+418
| |\
| | * [Rachana] Move Old Style Zero above baseline, descent 0Rajeesh K Nambiar2013-09-131-19/+19
| | | | | | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| | * [Rachana] Adjust Metrics of Old Style figures. Hopefully better.Rajeesh K Nambiar2013-09-131-233/+272
| | | | | | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| | * [Meera] Provide correct names and lookup rules to glyphs with Nameme.xxxxx ↵Rajeesh K Nambiar2013-09-031-61/+146
| | | | | | | | | | | | | | | | | | naming Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * | [Meera] Latin glyphs improvementSanthosh Thottingal2013-09-152-898/+865
| | | | | | | | | | | | | | | * Corrected LBearing and RBearing to uniform values 160, 0 * Introduced kerning for latin glyphs
| * | Add more tests for numbersSanthosh Thottingal2013-09-151-1/+4
| |/
| * More testsSanthosh Thottingal2013-08-311-2/+4
| | | | | | | | | | Conflicts: tests/tests.txt
| * [Dyuthi] Fix ാംSanthosh Thottingal2013-08-311-710/+721
| |
| * [Meera] remove all dot reph glyphs and use GPOS rules insteadSanthosh Thottingal2013-08-312-3360/+160
| |
| * [Meera] Make ra sign close to glyphSanthosh Thottingal2013-08-311-5/+4
| | | | | | | | When using as fallback rendering like ഖ്ര
| * Use glyph references for ാംSanthosh Thottingal2013-08-311-40/+6
| |
| * Remove the binary file from repo. Makes patch handling easierSanthosh Thottingal2013-08-291-0/+0
| |
| * [Rachana] Minor glyph position adjustment for യ്ച്ച , ↵Santhosh Thottingal2013-08-281-7/+10
| | | | | | | | ല്ച്ച, ഴ്ച്ച
| * [Rachana] Homogenize size of ച്ച in യ്ച്ച, ല്ച്ച ↵Rajeesh K Nambiar2013-08-281-2/+2
| | | | | | | | | | | | and ഴ്ച്ച Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Use Reference glyphs (scaled) for stacked forms of ↵Rajeesh K Nambiar2013-08-281-207/+11
| | | | | | | | | | | | യ്ച്ച, ല്ച്ച, ഴ്ച്ച Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Add stacked forms of യ്ച്ച, ല്ച്ച,ഴ്ച്ചRajeesh K Nambiar2013-08-281-88/+321
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Add 'onum' feature to 'mlm2' spec alsoRajeesh K Nambiar2013-08-281-20/+20
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Adjust LBearing and RBearing of Arabic and Old numeralsRajeesh K Nambiar2013-08-281-473/+463
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Add Old Style Figures/NumeralsRajeesh K Nambiar2013-08-281-3/+335
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] Add special characters for typogprahyRajeesh K Nambiar2013-08-281-1/+174
| | | | | | | | | | | | | | Left Single Quote, Right Single Quote, Left Double Quote Right Double Quote, En Dash, Em Dash, Bullet Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * Removed the duplicate glyph for datemark in RachanaKavya Manohar2013-08-282-985/+934
| | | | | | | | | | There was a duplicate entry for the glyph for malayalam datemark ൹ , in rachana. It was removed and its test case added.
| * Renamed glyphs in Rachana to meaningful namesKavya Manohar2013-08-281-64/+64
| | | | | | | | | | Most of the vowels and vowel signs were having the default names like uni0D4E. Renamed them to meaningful names.
| * Redrew the glyph for l1 (ൢKavya Manohar2013-08-281-57/+48
| | | | | | | | | | In Rachana, both l1 and l2 had the same glyph- the glyph of l2. The glyph of l1 was redrawn with modified R bearing.
| * Corrected the ligature rule for the glyph k1l1 കൢKavya Manohar2013-08-283-5/+4
| | | | | | | | | | The ligature rule for k1l1 in mlm2 branch contained an invalid glyph. It was corrected. Also added the test case for the same.
| * Correct the LBearing and RBearing of arabic digitsSanthosh Thottingal2013-08-281-200/+190
| |
| * Renamed glyphs to meaningful namesKavya Manohar2013-08-273-72/+67
| | | | | | | | | | | | | | Most of the vowels and vowel signs were having the default names like uni0D4E. Renamed them to meaningful names. Also added a few test cases.
| * Add GPOS for dotrephSanthosh Thottingal2013-08-271-478/+390
| | | | | | | | | | Only a few glyphs got the anchror points now. Need to add to all others.
| * Merge branch 'mlm2' of ssh://git.sv.gnu.org/srv/git/smc/fonts into mlm2Santhosh Thottingal2013-08-273-3683/+9552
| |\
| | * [Meera] Add new glyph for 'ബ്ഗ്ര' and pres lookup. Test case ↵Rajeesh K Nambiar2013-08-131-2/+90
| | | | | | | | | | | | | | | | | | സബ്ഗ്രൂപ്പ് Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| | * [Rachana] Add new glyph for 'ബ്ഗ്ര' and pres lookup. Test case ↵Rajeesh K Nambiar2013-08-131-2/+100
| | | | | | | | | | | | | | | | | | സബ്ഗ്രൂപ്പ് Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>