Skip to content

Commit

Permalink
Add: support for mono-space font
Browse files Browse the repository at this point in the history
  • Loading branch information
Yexo committed Nov 20, 2011
1 parent 994aac1 commit dfdf66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nml/actions/action12.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def write(self, file):
'NORMAL' : 0,
'SMALL' : 1,
'LARGE' : 2,
'MONO' : 3,
}

def parse_action12(font_glyphs):
Expand Down

0 comments on commit dfdf66b

Please sign in to comment.