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

Support for reading and writing Ligatures in a Font #96

Closed
mattlag opened this issue Feb 12, 2015 · 5 comments
Closed

Support for reading and writing Ligatures in a Font #96

mattlag opened this issue Feb 12, 2015 · 5 comments

Comments

@mattlag
Copy link
Contributor

mattlag commented Feb 12, 2015

I'm not sure what the best way to do this would be, from the Font object perspective. Extend the Glyph object? Create a peer to Font.glyphs that is Font.ligatures?

  • create a new Ligature
  • ask the Font object to return a Glyph object for a ligature

Anyway, just putting this on the radar.

@davelab6
Copy link

This is the other side of the #95 coin, about adding support for GSUB rather than GPOS :)

I think ideally opentype.js will port https://github.com/typesupply/feaTools to js

(In the near term you could just support the ligatures that are directly Unicode encoded)

@mattlag
Copy link
Contributor Author

mattlag commented Feb 12, 2015

Ah, I didn't think about ligatures with their own single Unicode value. That is a great idea.

@Jolg42
Copy link
Member

Jolg42 commented Sep 22, 2016

Note : The GSUB table is now readable / writeable 🎊

@Jolg42 Jolg42 closed this as completed Sep 22, 2016
@mattlag
Copy link
Contributor Author

mattlag commented Sep 22, 2016

Thank you, @Jolg42!

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

3 participants