summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Rachana] Add new glyph for ങ്ഗRajeesh K Nambiar2014-02-201-3/+16
| | | | | | Savannah bug: http://savannah.nongnu.org/bugs/?41647 Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* [Rachana] Avoid duplication of chillu glyphs using glyph referencesSanthosh Thottingal2014-02-121-361/+9
|
* [Meera] Remove glyphs with ത്ത stacked with ക ശ മSanthosh Thottingal2014-02-091-391/+63
| | | | | | They are close to impossible glyphs TTF font size is below 300K!
* [Meera] Remove two unuseed glyphsSanthosh Thottingal2014-02-091-261/+69
| | | | They were just drawings, not mapped to anything
* [Meera] Use rotated reference of NA glyph for DHASanthosh Thottingal2014-02-091-31/+4
| | | | They are symmetric
* [Meera] Use reference of vowel sign E for for vowel sign AISanthosh Thottingal2014-02-091-64/+5
| | | | Duplicated reference
* [Meera] Use reference of Vocalic L and LL for their signsSanthosh Thottingal2014-02-091-119/+7
|
* [Meera] Use glyph of SA for DA with rotationSanthosh Thottingal2014-02-091-44/+9
|
* [Meera] use reference of ZHA for all stacked forms of ZHASanthosh Thottingal2014-02-091-2532/+1481
|
* [Meera] Remove duplication of Chillu glyphs by using referencesSanthosh Thottingal2014-02-091-309/+11
| | | | | | ZWJ based and atomic chillus use same glyph using references Reduces font size.
* Merge branch 'master' of github.com:smc/fontsSanthosh Thottingal2014-01-310-0/+0
|\
| * Merge branch 'master' of github.com:smc/fontsKavya Manohar2014-01-161-667/+667
| |\
| | * Merge pull request #4 from jishnu7/masterRajeesh K Nambiar2014-01-071-667/+667
| | |\ | | | | | | | | | | | | [RaghuMalayalam] readable name for glyphs Author: Jishnu Mohan.
| | | * [RaghuMalayalam] glyph renamingJishnu Mohan2014-01-071-667/+667
| | |/ | | | | | | | | | | | | changed glyph names from unicode point to easily readable strings, with same naming convention as meera and rachana.
* | | [Kalyani] Remove the unwanted ligature mapping for .notdefSanthosh Thottingal2014-01-311-7/+5
| | | | | | | | | | | | Fixes https://github.com/smc/fonts/issues/5
* | | Add panose values for font classification. Fedora bug#803234Pravin Satpute2014-01-263-3/+3
| | | | | | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* | | [RaghyMalayalam] readable name for glyphsJishnu Mohan2014-01-261-667/+667
|/ / | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* | Cleaneed up test case fileKavya Manohar2014-01-161-63/+148
| |
* | Adjusted the right bearing of quarter symbolKavya Manohar2014-01-161-4/+4
|/ | | | Adjusted the right bearing of quarter symbol ൳ to zero
* [Rachana]Adjusted right bearing of chandrakkalaKavya Manohar2014-01-041-5/+4
| | | | Chandrakkala's right bearing adjusted to zero.
* Added test casesKavya Manohar2014-01-041-0/+5
| | | | Test cases to check right cursor positioning after chandrakkala
* Added ല്ക ല്ക്ക ല്ത്ത glyphs for consistencySanthosh Thottingal2013-12-281-8/+44
| | | | | See section Malayalam/Guidelines#Rendering Consistency of http://thottingal.in/documents/Fontbook.pdf
* [Dyuthi] Add dotreph glyphSanthosh Thottingal2013-12-251-23/+44
|
* [Dythui] Update glyphs for o and long o vowel signs with reference glyphsSanthosh Thottingal2013-12-251-164/+73
| | | | | The glyphs used were not from Dyuthi font. These glyphs are not used anywhere except for the purpose of illustration inside a font editor
* [RaghuMalayalam] Use glyph references for zwj based chillusSanthosh Thottingal2013-12-251-338/+14
|
* [RaghuMalayalam] Correct GSUB rules for സ്റ്റ ഴ്ത്ത ↵Santhosh Thottingal2013-12-251-8/+10
| | | | യ്ക്ക ക്ഷ്മ
* [RaghuMalayalam] Remove experimental Samvruthokaram signSanthosh Thottingal2013-12-251-44/+14
|
* [RaghuMalayalam] Change the glyph of Malayalam zeroSanthosh Thottingal2013-12-251-44/+26
|
* [RaghuMalayalam] Dotreph glyph cleanupSanthosh Thottingal2013-12-251-6/+6
|
* [RaghuMalayalam] Add dotreph glyphSanthosh Thottingal2013-12-241-5/+23
|
* Makefile improvementsSanthosh Thottingal2013-12-051-15/+15
|
* Update the clean target to clear files generated during sdist target running.Vasudev Kamath2013-11-301-1/+1
| | | | Signed-off-by: Vasudev Kamath <kamathvasudev@gmail.com>
* Target for generating source tarball.Vasudev Kamath2013-11-301-0/+6
| | | | | | | | | This target generates upstream source tarball which can be used by downstream distribution. It uses special option of tar so that the generated tarball content is always owned by root and uses best xz compression to generate 2mb tarball. Signed-off-by: Vasudev Kamath <kamathvasudev@gmail.com>
* track version in make file, which can be used to generate tarballsVasudev Kamath2013-11-301-0/+2
| | | | Signed-off-by: Vasudev Kamath <kamathvasudev@gmail.com>
* Depend install target on compile target.Vasudev Kamath2013-11-301-1/+1
| | | | | | | Previously */*.ttf was declared as the dependency which doesn't exist and make install will fail. Signed-off-by: Vasudev Kamath <kamathvasudev@gmail.com>
* Reorganize the MakefileVasudev Kamath2013-11-301-36/+57
| | | | | | | | Made the make file more human readable by wrapping around the very long lines and fonts variable cleaning up. (We don't need quotes around font list) Signed-off-by: Vasudev Kamath <kamathvasudev@gmail.com>
* [Meera] half forms were removed in earlier commit, remove them from pres ↵Rajeesh K Nambiar2013-11-091-26/+3
| | | | | | lookup too Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* [Meera] correct dotrephy1y1 and dotrephv1v1 lookup rulesRajeesh K Nambiar2013-11-091-19/+19
| | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* Added more test casesKavya Manohar2013-11-091-1/+9
| | | | Added more test cases for ന്റ and റ്റ
* [Rachana] Adjust left & right bearing of special characters and old figuresRajeesh K Nambiar2013-10-251-371/+388
| | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* [Meera] Correct the internal glyph for 0D4E- ൌSanthosh Thottingal2013-10-241-31/+90
|
* [Rachana] Adjust right bearing for ബ്ഗ്ര, യ്ച്ച, ↵Rajeesh K Nambiar2013-10-231-90/+98
| | | | | | ല്ച്ച, ഴ്ച്ച Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* [Meera, Rachana] Fix pstf forms of യ, ല, വ for mlym specRajeesh K Nambiar2013-10-232-17/+21
| | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
* Merge branch 'mlm2' into 'master'Rajeesh K Nambiar2013-10-196-8389/+6301
|\ | | | | | | | | | | | | | | Conflicts: Dyuthi/Dyuthi.sfd Meera/Meera.sfd Rachana/Rachana.sfd tests/tests.txt
| * [RaghuMalayalam] Fix ാംmlm2Santhosh Thottingal2013-10-191-337/+349
| |
| * [Meera, Rachana] Tag glyph class of Dotreph as 'Mark'Rajeesh K Nambiar2013-10-172-2/+3
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Meera,Rachana] Use new Mark Class "nomark" with no glyphs to skip marks ↵Rajeesh K Nambiar2013-10-162-7/+9
| | | | | | | | | | | | | | | | (dotreph) in "psts" lookup See earlier commit 4491355ec7416db05d46c8cea7b9457ff2819863 for the rationale. Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Meera] "Ignore Combining Marks" for "psts" lookup.Rajeesh K Nambiar2013-10-161-3/+3
| | | | | | | | | | | | | | Required for dotreph+glyph+postbase matra ligatures. See earlier commit 4491355ec7416db05d46c8cea7b9457ff2819863 for Rachana Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * [Rachana] "Ignore Combining Marks" for psts ruleRajeesh K Nambiar2013-10-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | Harfbuzz (and Uniscribe) reorders dotreph to the end of cluster (REPH_POS_AFTER_MAIN). This causes ligatures involving post base Matras (eg: ൎത്തൂ) to detach from the conjunct. Fix this by marking "psts" lookup to ignore above-marks (Ignore Combining Marks in fontforge) See discussion http://lists.freedesktop.org/archives/harfbuzz/2013-October/003734.html Test cases: ൎത്തൂ, ൎക്കു, ൎച്ച് Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
| * SMC Malayalam fonts release 6.06.0Rajeesh K Nambiar2013-10-131-0/+14
| | | | | | | | Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>