cormullion
cormullion
I added some more words to the documentation.
I’ll dig them out later. By the way, I enjoyed your talk at JuliaCon. !
code for stacked pages picture ```Julia using Luxor, Colors # will draw the letter "t" in the "Buenard-Bold" font function t() Path([ PathMove(Point(3.30078125, 21.1484375)), PathCurve(Point(3.30078125, 24.94921875), Point(3.8515625, 27.5), Point(4.953125, 28.80078125)),...
It can be tricky sometimes. It works for me on my Mac ... 🤔 Perhaps try ```Julia setfont("Buenard Bold", 180) settext("t") ``` and restarting Julia can help when you're playing...
I was going to suggest using Typstry (:)) but I had trouble finding the Bold too. ```julia using Luxor using Typstry d1 = Drawing(400, 400, :svg) origin() background("#ddd") text(typst""" #set...
Thanks! Hope to fix these in the next release.
Hi there! Thanks for the interest... There are probably a few solutions to your dilemma. The first would be to disable the `calt` feature in FireFox. To do this, you...
Hi. Thanks for the kind words. I'll think some more about doing this. The font build process isn't particularly automatic at the moment (there's an File>Export... command, but no command-line...