Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There should be option in generate_featurefile to either export gpos or gsub lookups #2

Open
pravins opened this issue Nov 19, 2013 · 4 comments

Comments

@pravins
Copy link

pravins commented Nov 19, 2013

This is specifically case for Lohit2 project. As we are working for reusable open type tables.

Here one very important thing to note is, GPOS tables are specifics to fonts. So if we are applying feature file on existing font it is no need to apply gsub tables.

So taking this into consideration, might be good to have option for exporting either gpos or gsub rules.

@davelab6
Copy link

Doesn't that mean making an issue for fontforge to change fontforge.font.generateFeatureFile() to allow that level of control? :)

@pravins
Copy link
Author

pravins commented Feb 17, 2014

It is good to have feature :)
But i think there should be other options available in fontforge scripting stuff to only export GSUB tables. In Lohit presently though we are generating both GPOS and GSUB tables feature file, we are only applying GSUB tables while generating fonts, so this is minor issue.

@aravindavk
Copy link
Owner

font.generateFeatureFile() already accepts lookup name as parameter, so
that we can generate featurefile for that lookup. But if it accepts array
of lookups then we can generate two feature files separately.

On Mon, Feb 17, 2014 at 9:39 AM, Pravin Satpute notifications@github.comwrote:

It is good to have feature :)
But i think there should be other options available in fontforge scripting
stuff to only export GSUB tables. In Lohit presently though we are
generating both GPOS and GSUB tables feature file, we are only applying
GSUB tables while generating fonts, so this is minor issue.


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-35227610
.

Regards
Aravinda | ಅರವಿಂದ
http://aravindavk.in

@mitradranirban
Copy link

mitradranirban commented Feb 1, 2022

Fontforge gui do not anymore offer option to export feature file. it was a very useful feautre to inspect bug introduced in lookups in between versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants