Paul van der Laan
Paul van der Laan
I noticed FG applies automatic sorting to fonts when files are dropped on the app icon. The current sorting appears to look at OS/2 usWeight value first and then whether...
### Discussed in https://github.com/IBM/plex/discussions/471 Originally posted by **charityrolfson433** September 5, 2022 **Thank you** so much for everything. As you guys already did _Devanagari_ I want to suggest to extend the...
Using this example from de Vanilla documentation: ``` from vanilla import Window, RadioGroup class RadioGroupDemo: def __init__(self): self.w = Window((100, 60)) self.w.radioGroup = RadioGroup((10, 10, -10, 40), ["Option 1", "Option...
`font.kerning.get()` allows for a default return value in case the pair is not present. However, this afternoon I discovered that fontParts puts an unnecessary restriction on what types it allows...
When compiling source files with makeotf, glyphs named **dieresisacute** and **dieresisgrave** will automatically get PUA unicode values of **0xF6D7** and **0xF6D8**. The supplied GlyphOrderAndAliasDB file does not specify any unicode...
(I realise this problem might not be FontGoggles-specific but an update will be necessary when this issue has been fixed upstream.) Working on a UFO file containing features with the...
This did not happen in previous versions of FG: Latest version of FG (v1.8) throws an error when UFO source files contain both kerning information AND a `kern` feature. `IBM...