Frederik Berlaen

Results 132 issues of Frederik Berlaen

split issue from https://github.com/justvanrossum/fontgoggles/issues/76

bug

this goes wrong when `followIncludes` is `False` and it should not as this is valid fea code. ```python import fontTools from fontTools.feaLib.parser import Parser as FeatureParser import io fea =...

When creating a new font object it would be nice to set the name of the default layer. When the default layer name is not "public.default", the layer name "public.default"...

https://github.com/robotools/fontParts/blob/master/Lib/fontParts/base/layer.py#L275-L280 patch, remove the check if the glyphName already exists in that layer: ```python if glyph.name is None or name != glyph.name: ``` ```python from fontParts.world import RFont, RGlyph glyph...

to test this PR https://github.com/robotools/fontParts/pull/420

a script sometimes needs to know if a font object has been edited so I would like to propose: return a bool (or None) * True: the font has changes...

it would be nice when an array of fonts is set it was still using the scale functionality to fit text, even if this was optional.

fixing #487 still todo: add test!