Hugo Jourdan

Results 10 issues of Hugo Jourdan

vanilla.Tabs are not working correctly on the latest mac OS Ventura. All tabs except the first one, are bugged. See with this example : ``` from vanilla import Window, Tabs,...

Using fillColor or borderColor in Box Object make app crash. (Tested in drawBot and Glyphs3 Macro Panel) ``` from vanilla import Window, Box, TextBox class BoxDemo: def __init__(self): self.w =...

I try to subset and instantiate STAT table with `instantiateSTAT` here is my code : ```python # Partially instantiate the font by setting the axis range instantiateVariableFont(font, {"wght":(500, 900), "ital":(0,16),...

Could it be possible to pass a font as argument in listFontGlyphNames(), in addition to the current method ? Like with `listNamedInstances()` ```python font("Times") glyphs = listFontGlyphNames() #Additonnal method could...

Hi, I tried recently to get instances name of a variable using `listNamedInstances(fontPath)` I tried different variable font (mine and some from Google Font) and the function always return an...

Python : 3.11.2 Vanilla : 0.3.1.dev10+g8303f24 pyobj : 9.0.1 With the following code : ```python import vanilla from vanilla import* class TEST: def __init__(self): self.w = Window((500,300)) items = []...

There is a bug with FormattedString when I try to add tracking. This bug happens only when I use the drawBot module in Glyph. With the DrawBot app everything works...

I have nothing to fill when I saved my file. When I save my file, I have this in Macro Panel : ![Capture d’écran 2021-06-28 à 18 32 38](https://user-images.githubusercontent.com/76793951/123672619-cdaae380-d83f-11eb-8f1d-f8060bbf7599.jpg) And...

Is it possible to continue to display Stem Thickness even when zoomed to 6000pt? I am working on Thin Master and need to zoom in a lot to be accurate....

The latest indicator added, which shows a point one unit close to a metric, is currently working for all metrics. Perhaps it could be useful to skip some metrics based...

enhancement