Glyph-Filters icon indicating copy to clipboard operation
Glyph-Filters copied to clipboard

Generative Fonts and Tools for Display Typography

Results 15 Glyph-Filters issues
Sort by recently updated
recently updated
newest added

I tried what you advised to another user but it doesn't seem to work. I installed Python 2.7 and pip `$ pip --version pip 20.3.4 from /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip (python 2.7) $...

![Screenshot_20210605-094703](https://user-images.githubusercontent.com/261579/120893794-137ae000-c5e3-11eb-8659-ba11f57f2530.png) I suggest a site specific og image, second level would be one per specimen page

With VF versions teased on Twitter, I thought I'd start a discussion here about what the axis should be tagged, labelled, and ranged (min/def/max) as. cc @rosawagner I'm guessing there...

Hello, what an amazing show! When I run your code, I got an error: No module named 'GlyphsApp' I don't konw how to install GlyphsApp, may I have some help,...

Not sure if intentional, but in the 80s Fade style contour overlaps are visible in some cyrillic glyphs, like к,и, or м. Could be more styles/letters just noticed those on...

The waves b algorithm was an improvement upon waves as seen in zebra. Now it's been refactored with itertools it's unintelligible to me.

Add an option or alternative function that will expand the positive outline but leave the negative counter in tact. Could also be used to increase counter sizes in instances of...

Occasionally GlyphsApp's native `OffsetCurve()` causes handles irrationally fly off from parent nodes. Write a little checker function post `expandMonoline()` to restrain them if any.

This is a work in progress. Do not merge! But it's an exciting one. The idea is that there is a library called glyphsLib which reads and writes Glyphs data...

Lots of filters start: ```Python params = { "S": { "offset": 0, ... def processLayer(self, thislayer, params): offsetpaths = self.saveOffsetPaths( thislayer, params["offset"], params["offset"], removeOverlap=True ) outlinedata2 = setGlyphCoords(doAngularizzle(offsetpaths, 4)) ```...