<div dir="ltr">HI Michael,<div><br></div><div>you would have to complain to the tcl/tk mailing list :). Tcl/Tk up to 8.4 including allowed the font for buttons to be set. From 8.5 there was the ttk widget set, which at some point became the default for ltk. The ttk widget set uses a theme engine to determine many of the rendering parameters for widgets to achieve a "native" look. This means that a lot of older options for the widgets got removed. You can find the documentation for the widget here: <a href="https://www.tcl.tk/man/tcl8.6/TkCmd/ttk_button.htm">https://www.tcl.tk/man/tcl8.6/TkCmd/ttk_button.htm</a></div><div><br></div><div>If you push :tk84 onto *features*, you get the old style widgets, otherwise you can of course create/modify ttk themes, that should give you the ability to configure fonts too. With bug reports like this, it also would be very helpful if you included information about the operation system the problem shows, the lisp you are using Ltk with, and in this case, a screen shot.</div><div><br></div><div>Best regards,</div><div>Peter</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 10, 2016 at 2:47 PM, Michael Acker <span dir="ltr"><<a href="mailto:doby162@gmail.com" target="_blank">doby162@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>When I try to set the font on a button, which is specified as a valid keyword arg in the docs, I get the following error:<br><br>Invalid initialization argument:<br>    :FONT<br><br></div>I don't necessarily need to do anything fancy with the font in said button, but it's default size and font are very small even on a regular monitor, and my monitor is high-res, making it quite tiny. For every other component i can just scale with fonts, but it doesn't seem to work with buttons.<br><br></div>While searching for solutions, I found this: <a href="https://mailman.common-lisp.net/pipermail/ltk-user/2011-August/000477.html" target="_blank">https://mailman.common-lisp.net/pipermail/ltk-user/2011-August/000477.html</a><br><br></div>It makes reference to setting an older version of wish in order to scale components? If this functionality was truly just broken by an update back in  2011 and never fixed, I'd like to be able to help address the bug, but if I am just missing something, or there is a better way of making widgets big enough to read, please let me know!<br><br></div>Thanks!<br></div>
</blockquote></div><br></div>