Skip to content

Commit

Permalink
Normalize the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghai committed Sep 17, 2015
1 parent 8266456 commit 7dbb08e
Show file tree
Hide file tree
Showing 6 changed files with 9,987 additions and 9,883 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.glyphs -diff
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.designspace.temp
*.pyc
*.ufo
*(Autosaved).glyphs
font.designspace
FontMenuNameDB
instances/
mutatorMath.log
29 changes: 0 additions & 29 deletions FontMenuNameDB

This file was deleted.

14 changes: 7 additions & 7 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
# - - -

family = kit.Family(
trademark = 'Hind',
trademark = 'Hind Colombo',
script = 'Sinhala',
# hide_script_name = True,
hide_script_name = True,
)

family.set_masters(
modules = [
'kerning',
'mark_positioning',
'mark_to_mark_positioning',
# 'kerning',
# 'mark_positioning',
# 'mark_to_mark_positioning',
# 'devanagari_matra_i_variants',
],
)
Expand All @@ -26,7 +26,7 @@

builder = kit.Builder(family)

builder.fontrevision = '0.001'
builder.fontrevision = '0.100'

builder.set_options([

Expand All @@ -36,7 +36,7 @@

'makeinstances', #!
'checkoutlines', #!
'autohint', #!
# 'autohint', #!

'do_style_linking',
'use_os_2_version_4',
Expand Down
2 changes: 0 additions & 2 deletions font.designspace

This file was deleted.

Loading

0 comments on commit 7dbb08e

Please sign in to comment.