Ryan Bugden

Results 34 issues of Ryan Bugden

It would be nice if showDist were to show the width and height of a selection, even if that selection was completely made up of components. This would probably require...

The GDEF table seems to always be a series of empty lists. Is this intentional / any way to parse the full GDEF table? Test code with Roboto: ```python from...

With these settings, I get the following 3 files: ``` .../Family-Style_ttf.woff2 .../Family-Style_otf.woff2 .../Family-Style.otf ``` `.otf` is unexpected

Example path of some output: `.../_batch_generation/Variable/otf-woff/Test_Display-VF_otf.woff2` Questions: 1. Should this suffix be a default in the [settings](https://github.com/typemytype/batchRoboFontExtension/blob/804fdb49bde06bf7d8a97aa3f2265b4f671170a6/Batch.roboFontExt/lib/batchSettings.py#L73): `variableFontsSuffix="-VF"`, but output without a suffix if the user removes this suffix in...

It would be useful to be able to store the just-inserted glyph into a variable on the fly. ```python f = CurrentFont() new_glyph = f.insertGlyph(f['a'], 'b') new_glyph.moveBy((999,999)) ``` Currently, these...

I often like to sort the list of instances by weight or some other axis values. When the document is saved in extension, it doesn't seem to update the XML....

``` Traceback (most recent call last): File "/Applications/RoboFont-4_5b2.app/Contents/Resources/lib/python3.12/mojo/subscriber.py", line 3414, in timerFire_ self.fire() File "/Applications/RoboFont-4_5b2.app/Contents/Resources/lib/python3.12/mojo/subscriber.py", line 3435, in fire self.callback(self) File "/Applications/RoboFont-4_5b2.app/Contents/Resources/lib/python3.12/mojo/subscriber.py", line 2005, in _defconCoalescerCallback method(data) File "showDist.py", line...

1. Add input that will yield an error, such as `fontTools.varLib.errors.VarLibValidationError`. 2. Hit Generate. Error show sin Output Window. Now RF has to restart.

There seems to be an index mismatch after sorting, when dealing with the new popover from https://github.com/LettError/designSpaceRoboFontExtension/pull/92 **Reproduce:** - Sort Instances by something like weight - If the sort order...

To reproduce: - Go to the Instances tab - Right-click any number of instances - Click an Update or Convert item from the contextual menu Only some of the instances...