typemytype / drawbot

http://www.drawbot.com
Other
402 stars 63 forks source link

underline() disappeared from docs #446

Closed roberto-arista closed 2 years ago

roberto-arista commented 2 years ago

If I perform a basic search for underline on the drawbot website, the docs point only to FormattedString.underline()

Screenshot 2021-11-15 at 17 15 32

instead, the "basic" underline() method is still available and working

Screenshot 2021-11-15 at 17 14 53

and in the source: https://github.com/typemytype/drawbot/blob/f40bec1b57b0398243fa31c2f1444c274d013c51/drawBot/drawBotDrawingTools.py#L1401