Roberto Arista

Results 22 issues of Roberto Arista

**Describe the bug** Hitting the red button (close window) during full screen mode on macOS does not close the app **To Reproduce** 1. set the app to full screen 2....

Hi all! Yesterday I was trying to open a specific ufo sitting in a folder full of ufos using fontParts.shell, using some code like this: ```python from pathlib import Path...

Dear all, during Robothon I approached @benkiel willing to help a little bit with tests. But, as @typemytype told me yesterday at typolabs, they are almost ready. I was not...

Hey all! I need to make some internal links in a PDF, and I've tried the example for `linkRect`. I've found it a bit confusing. So I edited it a...

hey all! I am not sure if this is a bug or not, but I just discovered that this snippet: ``` fontSize(0) text("hello", (100, 100)) ``` does not leave the...

hey all! let's take the following example: ```python3 from drawBot as dB dB.newDrawing() dB.newPage(1000, 1000) dB.font("RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght].ttf") dB.text("hello", (100, 100)) dB.saveImage("hello.pdf") dB.endDrawing() ``` it works fine both in the app and...

👋 I find myself more and more running drawBot outside of the app, and I often encapsulate my code between `newDrawing()` and `endDrawing()`. Would you be open to add a...

from the RoboFont forum: https://forum.robofont.com/topic/940/glyph-builder-unixxxx-glyph-name-doesn-t-trigger-unicode-value

Hi! Consider this demo: ```python from vanilla import * MARGIN = 8 BOTTOM_MARGIN = MARGIN*2 class MyDemo(object): popOptions = ('one', 'two') def __init__(self): self.w = FloatingWindow((0, 0, 200, 300), 'MyDemo')...

bug

I've recently noticed that the [ToDo](https://github.com/typesupply/feaPyFoFum#to-do) section declares the positing as not completed, while it's not the case.