Skip to content

Commit

Permalink
Adding v1.040
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathum Egodawatta authored and Pathum Egodawatta committed Aug 16, 2017
1 parent 36ac00a commit a2c73cd
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions FONTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Please see https://github.com/mooniak/yaldevi-font for documentation, developmen

ChangeLog
----------
16 August 2017 (mooniak) Yaldevi v1.040
- Fixing nbspace advance width (Reported #66)

17 July 2017 (mooniak) Yaldevi v1.030
- Fixing misplaced Tamil glyphs (Reported #65)
- Minor design fixes
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

builder = kit.Builder(family)

builder.fontrevision = '1.030'
builder.fontrevision = '1.040'

builder.set_options([

Expand Down
Binary file modified fonts/YaldeviColombo/ttf/YaldeviColombo-Bold.ttf
Binary file not shown.
Binary file modified fonts/YaldeviColombo/ttf/YaldeviColombo-ExtraLight.ttf
Binary file not shown.
Binary file modified fonts/YaldeviColombo/ttf/YaldeviColombo-Light.ttf
Binary file not shown.
Binary file modified fonts/YaldeviColombo/ttf/YaldeviColombo-Medium.ttf
Binary file not shown.
Binary file modified fonts/YaldeviColombo/ttf/YaldeviColombo-Regular.ttf
Binary file not shown.
Binary file modified fonts/YaldeviColombo/ttf/YaldeviColombo-SemiBold.ttf
Binary file not shown.
Binary file modified fonts/YaldeviJaffna/ttf/YaldeviJaffna-Bold.ttf
Binary file not shown.
Binary file modified fonts/YaldeviJaffna/ttf/YaldeviJaffna-ExtraLight.ttf
Binary file not shown.
Binary file modified fonts/YaldeviJaffna/ttf/YaldeviJaffna-Light.ttf
Binary file not shown.
Binary file modified fonts/YaldeviJaffna/ttf/YaldeviJaffna-Medium.ttf
Binary file not shown.
Binary file modified fonts/YaldeviJaffna/ttf/YaldeviJaffna-Regular.ttf
Binary file not shown.
Binary file modified fonts/YaldeviJaffna/ttf/YaldeviJaffna-SemiBold.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/ttfbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font_name=sys.argv[4]
FEATURES = '''\
table head {
FontRevision 1.030;
FontRevision 1.040;
} head;
include (features-'''+lang+'''.fea)\n'''
INFO='''<?xml version="1.0" encoding="UTF-8"?>
Expand Down Expand Up @@ -52,7 +52,7 @@
font.familyname=family_name
font.fontname=font_name+"-"+file
font.fullname=full_font_name+" "+file
font.version="1.030"
font.version="1.040"
if not os.path.exists("ttf-build"):
os.mkdir("ttf-build")
if lang=="s" and not os.path.exists("ttf-build/Sinhala"):
Expand Down

0 comments on commit a2c73cd

Please sign in to comment.