On Thu, Sep 5, 2013 at 9:14 PM, Russ Cox <rsc@swtch.com> wrote:
The lack of on-the-fly font resizing is a continual source of pain for me (I end up having to restart acme a lot), and at some point I will finish it. Ideally I want to get to the point where devdrawretina=1 acme (no other arguments) just works.

Interesting!  I had asked earlier about simulating events and sending
them to acme from external programs because I had wanted to create
a Font+ and Font- set of commands to increase and decrease the
font size.

It's easy enough to get a list of the font sizes available for the current
font using fontsrv(1), and then select the previous or following size,
but I couldn't see any way to actually send that font path into the Font
command of the target window via the external program.

Jim