Bogdanp / racket-gui-easy

Declarative GUIs in Racket.
https://docs.racket-lang.org/gui-easy/index.html
134 stars 18 forks source link

Documentation request: button #:font #54

Closed kengruven closed 3 months ago

kengruven commented 3 months ago

I was going to file an issue requesting that button get a #:font key, so that I can set a custom font for my button, so I started digging into what it would take.

It turns out that button already has a #:font argument (gui/easy/private/view/button.rkt) -- it's just missing from the documentation (scribblings/reference.scrbl).