Bahman Eslami

Results 49 comments of Bahman Eslami

FWIW I get the same error with py2app on OSX Catalina when I try to build pyobjc example located in: `pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences`. Edit: Issue was related to pyenv and it was...

@davelab6 is it possible to add this to the google fonts library. It has been used widely in Iran.

می‌شه توضیح بدید بیشتر در چه موقعیت‌هایی از این علائم استفاده می‌کنید؟ - نرم‌افزار - سیستم عامل - سایز فونت به پوینت یا پیکسل من به شخصه این گلیف‌هایی که...

You can do it by opening the workflow package contents and then `google/google.py` file and change the following line: ` self.url = u"http://www.google.com/search?" + urlencode({'q': self.query})` to: ` self.url =...

FWIW for a feaLib subsetter and more advanced high level modifications to features I think all the glyphs better to be parsed as an `ast.GlyphName` not a string object. This...

I'm not sure if this is going to solve an issue. I've made a kerning tool that interprets any pair with an `RTL` entry as an `RTL` pair. So `ر{`...

As for neutral pairs like `.{` they're already interpreted as `LTR` so adding this to the spec would not solve the ambiguity?

I also believe that visual order is more logical. What I'm not sure is if this is going to solve an issue or create more issues later, since everything works...

@anthrotype gave me a thorough explanation about how things are changing and why this makes sense. I'm going to put a summary of what I understood from his explanation here...

Making features using fea file syntax (which already has a parser and AST objects) is easier than using a new set of objects. I think any format that is going...