Skip to content

Commit

Permalink
Fixed wrong field name when loading fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeherva committed Sep 3, 2017
1 parent d78bc36 commit 0301ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unitypack/engine/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Font(Object):
data = field("m_FontData")
ascent = field("m_Ascent", float)
character_padding = field("m_CharacterSpacing")
character_padding = field("m_CharacterPadding")
character_spacing = field("m_CharacterSpacing")
font_size = field("m_FontSize", float)
kerning = field("m_Kerning", float)
Expand Down

0 comments on commit 0301ce1

Please sign in to comment.