Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Missing ligatures info for ENCLOSING KEYCAP characters #49

Open
monejava opened this issue Jul 28, 2016 · 3 comments
Open

Missing ligatures info for ENCLOSING KEYCAP characters #49

monejava opened this issue Jul 28, 2016 · 3 comments

Comments

@monejava
Copy link

monejava commented Jul 28, 2016

  • Font version: 1.3
  • Screenshots: Not necessary.
  • Operating system: MacOSX
  • Steps to Reproduce:

I'm currently trying to use the font from a PDF rendering library called ApacheFOP. The library does not support the non-BPM codepoints so I'm implementing the support (https://issues.apache.org/jira/browse/FOP-1969). That said I was able to print almost all the glyphs including flags (🇮🇹) and families (👨‍👩‍👦 ) using the ligatures table.

It looks like the font is missing the ligature info for the ENCLOSING KEYCAP characters (1⃣ 2⃣ etc..). I was wondering if it is a bug or an expected behavior.

Thanks

@13rac1
Copy link
Owner

13rac1 commented Jul 28, 2016

Sadly, it is currently expected behavior. 😦

Those are disabled, because there's no way to make this the default font and have them work as expected. This question is a OSX-specific duplicate of the Linux-specific #46. Keycaps require ligatures, ligatures require both original characters in the font. The only viable AFAIK workaround is described in #40 here: #40 (comment) But, that will either not work in OSX or replace your regular numbers.

I'm actually not sure how this is handled in Apple Color Emoji right now. I'll check that next week. Any other solutions or ideas are welcome!

@monejava
Copy link
Author

Thanks for the very detailed response. I was expecting that there was a reason, but hoping that it was a bug 🤔.

Actually it doesn't matter that much the Operating System since I'm implementing the reading of the font via Software (in the ApacheFOP library) and the result get printed in a PDF.

I'll try to see if the #40 can help me. I'll get back to you.

Thanks.

@DeeDeeG
Copy link

DeeDeeG commented Sep 10, 2017

I looked at Apple Color Emoji, the version from Yosemite (or earlier?), and they have the plain number glyphs within the font.

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

No branches or pull requests

3 participants