membrane

Richie 2022-03-22T20:59:57.206439Z

Why do we have translate and with-color to set context for all child drawables but we don’t have with-font?

phronmophobic 2022-03-22T21:08:57.404909Z

It's partially an artifact of how every all the graphics libraries work. Font is always an explicit argument when drawing text while both color and transform(including translation) are often implicit arguments.

Richie 2022-03-22T22:24:20.733259Z

Cool!

phronmophobic 2022-03-22T21:09:58.310829Z

I'm not opposed to the idea of with-font . It might actually be better that way.

phronmophobic 2022-03-22T21:12:20.167269Z

That's an interesting idea. I'm creating a discussion so that I can remember to think about it some more, https://github.com/phronmophobic/membrane/discussions/41