Skip to content

Commit

Permalink
Merge pull request #4113 from thatsaksyguy/thatsaksyguy-branch
Browse files Browse the repository at this point in the history
Update ftfont.py
  • Loading branch information
illume committed Apr 14, 2024
2 parents c518e29 + 93dc599 commit 037bd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_py/ftfont.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def set_underline(self, value):
self.underline = bool(value)

def get_underline(self):
"""set_bold(bool) -> None
enable fake rendering of bold text"""
"""get_underline() -> bool
check if the text will be rendered with an underline"""

return self.underline

Expand Down

0 comments on commit 037bd8d

Please sign in to comment.