Skip to content

Commit

Permalink
Reorganize blws classes
Browse files Browse the repository at this point in the history
Widebase ---> uvouwelsignsinh.long
Mediumbase ---> uvouwelsignsinh.medium
saShapeGroup ---> uvouwelsignsinh.medium
vaShapeGroup ---> uvowelsignsinh.va
paShapeGroup ---> default uvowelsignsinh

*better naming should apply.
  • Loading branch information
kosalaya committed Jan 3, 2025
1 parent 465b4c0 commit 0d31799
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 84 deletions.
39 changes: 23 additions & 16 deletions sources/NotoSansSinhala.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,6 @@ code = "# .notdef CR \\NULL aaesinh aaevowelsignlowsinh aaevowelsignsinh aasinh
name = class3;
},
{
code = "khasinh ghasinh ngasinh casinh chasinh jasinh jhasinh nyjasinh ttasinh tthasinh ddasinh ddhasinh nnasinh nnddasinh thasinh dhasinh nasinh pasinh phasinh basinh masinh mbasinh yasinh vasinh ssasinh sasinh hasinh fasinh kavasinh kassasinh gadhasinh nyacasinh ttatthasinh tathasinh tavasinh dadhasinh davasinh nathasinh nadhasinh navasinh ";
name = blwsMarkAttchmentSet1;
},
{
code = "kasinh gasinh nngasinh tasinh shasinh hasinh bhasinh\012";
name = blwsMarkAttachementSet2;
},
{
code = "#ngasinh jhasinh tthasinh ddasinh ddhasinh nnasinh nnddasinh basinh bhasinh mbasinh khasinh masinh kavasinh kassasinh gadhasinh nyacasinh ttatthasinh tathasinh tavasinh dadhasinh davasinh nathasinh nadhasinh navasinh \012\012\012nnasinh hasinh nasinh jhasinh nnddasinh ddhasinh ddasinh ddhasinh khasinh basinh mbasinh ngasinh kavasinh kassasinh gadhasinh nyacasinh ttatthasinh tathasinh tavasinh dadhasinh davasinh nathasinh nadasinh nadhasinh navasinh bhasinh\012";
name = wideBase;
},
{
code = "#pasinh ssasinh chasinh jasinh nyjasinh sasinh ghasinh tthasinh fasinh yasinh masinh yapostsinh \012";
name = mediumBase;
},
{
code = " pasinh bhasinh lasinh llasinh shasinh sasinh hasinh\012";
name = abvsMarkAttatchmentSet1;
},
Expand All @@ -58,6 +42,22 @@ code = "chasinh jasinh nyjasinh";
name = viramaAltSet2;
},
{
code = "khasinh ghasinh ngasinh casinh chasinh jasinh jhasinh nyjasinh ttasinh tthasinh ddasinh ddhasinh nnasinh nnddasinh thasinh dhasinh nasinh pasinh phasinh basinh masinh mbasinh yasinh vasinh ssasinh sasinh hasinh fasinh kavasinh kassasinh gadhasinh nyacasinh ttatthasinh tathasinh tavasinh dadhasinh davasinh nathasinh nadhasinh navasinh ";
name = blwsMarkAttchmentSet1;
},
{
code = "kasinh gasinh nngasinh tasinh shasinh hasinh bhasinh\012";
name = blwsMarkAttachementSet2;
},
{
code = "#ngasinh jhasinh tthasinh ddasinh ddhasinh nnasinh nnddasinh basinh bhasinh mbasinh khasinh masinh kavasinh kassasinh gadhasinh nyacasinh ttatthasinh tathasinh tavasinh dadhasinh davasinh nathasinh nadhasinh navasinh \012\012#nnasinh hasinh nasinh jhasinh nnddasinh ddhasinh ddasinh ddhasinh khasinh basinh mbasinh ngasinh kavasinh kassasinh gadhasinh nyacasinh ttatthasinh tathasinh tavasinh dadhasinh davasinh nathasinh nadasinh nadhasinh navasinh bhasinh\012\012nnasinh nasinh hasinh kavasinh kassasinh gadhasinh tathasinh tavasinh nathasinh nadasinh nadhasinh navasinh ";
name = wideBase;
},
{
code = "#pasinh ssasinh chasinh jasinh nyjasinh sasinh ghasinh tthasinh fasinh yasinh masinh yapostsinh \012khasinh ngasinh tthasinh ddasinh ddhasinh nnddasinh dhasinh basinh masinh mbasinh ";
name = mediumBase;
},
{
code = "chasinh jasinh nyjasinh pasinh ssasinh fasinh \012";
name = paShapeGroup;
},
Expand Down Expand Up @@ -11478,6 +11478,13 @@ uvowelsignsinh,
0
)
);
uuvowelsignsinh.long = (
(
uvowelsignsinh.long,
1,
0
)
);
uuvowelsignsinh.medium = (
(
uvowelsignsinh.medium,
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/basinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ position = "{810, 210}";
},
{
name = uvowel;
position = "{799.669, 176}";
position = "{769, 0}";
}
);
layerId = UUID0;
Expand Down
12 changes: 0 additions & 12 deletions sources/NotoSansSinhala.glyphspackage/glyphs/bhasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ name = top;
position = "{257, 603}";
},
{
name = uvowel;
position = "{910, 176}";
},
{
name = virama;
position = "{660, 595}";
}
Expand Down Expand Up @@ -161,10 +157,6 @@ name = top;
position = "{308, 583}";
},
{
name = uvowel;
position = "{861, 176}";
},
{
name = virama;
position = "{799, 536}";
}
Expand Down Expand Up @@ -293,10 +285,6 @@ name = top;
position = "{347, 533}";
},
{
name = uvowel;
position = "{994, 176}";
},
{
name = virama;
position = "{905, 536}";
}
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/ddasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ position = "{351, 800}";
},
{
name = uvowel;
position = "{787, 176}";
position = "{749, 0}";
}
);
layerId = UUID0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ position = "{437, 676}";
},
{
name = uvowel;
position = "{790, 176}";
position = "{752, 0}";
}
);
layerId = UUID0;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/dhasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ position = "{812, 210}";
},
{
name = uvowel;
position = "{754, 0}";
position = "{770, 0}";
}
);
guideLines = (
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/hasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ position = "{327, 583}";
},
{
name = uvowel;
position = "{900, 176}";
position = "{900, 0}";
},
{
name = virama;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/jhasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ position = "{1430, 210}";
},
{
name = uvowel;
position = "{1379, 176}";
position = "{1379, 0}";
}
);
layerId = UUID0;
Expand Down
24 changes: 24 additions & 0 deletions sources/NotoSansSinhala.glyphspackage/glyphs/kavasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ anchors = (
{
name = repaya;
position = "{917.859, 800}";
},
{
name = uvowel;
position = "{1240, 0}";
}
);
layerId = "7977A986-4EFB-4152-84F8-5A02CD382AAF";
Expand Down Expand Up @@ -189,6 +193,10 @@ anchors = (
{
name = repaya;
position = "{965, 800}";
},
{
name = uvowel;
position = "{1317, 0}";
}
);
layerId = UUID0;
Expand Down Expand Up @@ -371,6 +379,10 @@ anchors = (
{
name = repaya;
position = "{1031.552, 800}";
},
{
name = uvowel;
position = "{1420, 0}";
}
);
layerId = "C62AB4C0-B70D-46F6-9B13-45217A94AFC9";
Expand Down Expand Up @@ -553,6 +565,10 @@ anchors = (
{
name = repaya;
position = "{675.223, 800}";
},
{
name = uvowel;
position = "{890, 0}";
}
);
layerId = "CF8E177F-0CDC-40C1-8828-F158AA64F32E";
Expand Down Expand Up @@ -735,6 +751,10 @@ anchors = (
{
name = repaya;
position = "{705.032, 800}";
},
{
name = uvowel;
position = "{940, 0}";
}
);
layerId = "56AEB5FB-BA14-4784-B08F-18006463EEDB";
Expand Down Expand Up @@ -917,6 +937,10 @@ anchors = (
{
name = repaya;
position = "{795.154, 800}";
},
{
name = uvowel;
position = "{1080, 0}";
}
);
layerId = "DC607D84-584B-45E6-A9EB-D1AF471CA2AE";
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/khasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ position = "{395, 800}";
},
{
name = uvowel;
position = "{817, 176}";
position = "{778, 0}";
}
);
layerId = UUID0;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/masinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ position = "{770, 210}";
},
{
name = uvowel;
position = "{738, 176}";
position = "{738, 0}";
}
);
layerId = UUID0;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/mbasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ position = "{810, 210}";
},
{
name = uvowel;
position = "{809, 176}";
position = "{768, 0}";
}
);
layerId = UUID0;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/nasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ position = "{478, 533}";
},
{
name = uvowel;
position = "{905.955, 176}";
position = "{902, 0}";
},
{
name = virama;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/ngasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ position = "{820, 210}";
},
{
name = uvowel;
position = "{828.215, 166}";
position = "{795, 0}";
}
);
layerId = UUID0;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/nnasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ position = "{428.507, 722}";
},
{
name = uvowel;
position = "{1143, 176}";
position = "{1143, 0}";
},
{
name = virama;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ position = "{525, 800}";
},
{
name = uvowel;
position = "{936.227, 176}";
position = "{899, 0}";
}
);
layerId = UUID0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ position = "{451, 676}";
},
{
name = uvowel;
position = "{780.458, 176}";
position = "{753, 0}";
}
);
layerId = UUID0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,53 +62,53 @@ width = 0;
anchors = (
{
name = _uvowel;
position = "{-27, 176}";
position = "{-60, 0}";
}
);
layerId = UUID0;
paths = (
{
closed = 1;
nodes = (
"-649 -232 OFFCURVE",
"-575 -261 OFFCURVE",
"-514 -261 CURVE SMOOTH",
"-466 -261 OFFCURVE",
"-428 -245 OFFCURVE",
"-366 -216 CURVE SMOOTH",
"-324 -197 OFFCURVE",
"-288 -182 OFFCURVE",
"-252 -182 CURVE SMOOTH",
"-198 -182 OFFCURVE",
"-162 -199 OFFCURVE",
"-79 -261 CURVE",
"-27 -261 LINE",
"-27 182 LINE",
"-99 122 LINE",
"-99 -130 LINE SMOOTH",
"-99 -159 OFFCURVE",
"-98 -187 OFFCURVE",
"-96 -215 CURVE",
"-60 -201 LINE",
"-155 -132 OFFCURVE",
"-204 -112 OFFCURVE",
"-259 -112 CURVE SMOOTH",
"-302 -112 OFFCURVE",
"-336 -128 OFFCURVE",
"-390 -153 CURVE SMOOTH",
"-447 -180 OFFCURVE",
"-476 -193 OFFCURVE",
"-513 -193 CURVE SMOOTH",
"-548 -193 OFFCURVE",
"-576 -178 OFFCURVE",
"-576 -139 CURVE SMOOTH",
"-576 -115 OFFCURVE",
"-565 -99 OFFCURVE",
"-537 -78 CURVE",
"-587 -27 LINE",
"-625 -60 OFFCURVE",
"-649 -89 OFFCURVE",
"-649 -141 CURVE SMOOTH"
"-878 -232 OFFCURVE",
"-804 -261 OFFCURVE",
"-737 -261 CURVE SMOOTH",
"-685 -261 OFFCURVE",
"-630 -238 OFFCURVE",
"-565 -216 CURVE SMOOTH",
"-508 -197 OFFCURVE",
"-427 -180 OFFCURVE",
"-348 -180 CURVE SMOOTH",
"-277 -180 OFFCURVE",
"-195 -199 OFFCURVE",
"-112 -261 CURVE",
"-60 -261 LINE",
"-60 182 LINE",
"-132 122 LINE",
"-132 -130 LINE SMOOTH",
"-132 -159 OFFCURVE",
"-131 -187 OFFCURVE",
"-129 -215 CURVE",
"-93 -201 LINE",
"-188 -132 OFFCURVE",
"-288 -112 OFFCURVE",
"-358 -112 CURVE SMOOTH",
"-431 -112 OFFCURVE",
"-510 -128 OFFCURVE",
"-580 -150 CURVE SMOOTH",
"-650 -172 OFFCURVE",
"-695 -193 OFFCURVE",
"-736 -193 CURVE SMOOTH",
"-777 -193 OFFCURVE",
"-805 -178 OFFCURVE",
"-805 -139 CURVE SMOOTH",
"-805 -115 OFFCURVE",
"-794 -99 OFFCURVE",
"-766 -78 CURVE",
"-816 -27 LINE",
"-854 -60 OFFCURVE",
"-878 -89 OFFCURVE",
"-878 -141 CURVE SMOOTH"
);
}
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ width = 0;
anchors = (
{
name = _uvowel;
position = "{-60, 176}";
position = "{-60, 0}";
}
);
layerId = UUID0;
Expand Down
2 changes: 1 addition & 1 deletion sources/NotoSansSinhala.glyphspackage/glyphs/yasinh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ position = "{212.415, 603}";
},
{
name = uvowel;
position = "{776, 176}";
position = "{767, 0}";
},
{
name = virama;
Expand Down

0 comments on commit 0d31799

Please sign in to comment.