Skip to content

Commit

Permalink
Handle trademark
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Apr 15, 2016
1 parent db285f6 commit 28a1959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/sfd2ufo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _buildInfo(self):
#info.year = self._sfd

info.copyright = self._sfd.copyright
#info.trademark = self._sfd
self._setFromSfntName(info, "trademark", "Trademark")
info.unitsPerEm = self._sfd.em
info.ascender = self._sfd.ascent
info.descender = -self._sfd.descent
Expand Down

0 comments on commit 28a1959

Please sign in to comment.