-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Diacritics in the PUA range? #25
Comments
Hey there! Sadly Depending on your conlang architecture, you may be able to hijack existing sets that have matching diacritics? Otherwise you'll have to resort to create individual ligatures for each possible combination in lieu of OpenType ones. (which, using the component system, is very maintainable!) As for PUA, although it's a bit painful to do, you can access them at the very bottom of the Unicode blocks in the Content browser area: [Edit: I realize you probably already knew about the PUA selector -_-] |
After a bit of research, I found this tutorial that helps me to implement my conlang font |
hmmm sadly no, I need to change the underlying font engine to support more advanced features :( |
I am currently working on making a font for a conlang.
Blue: Characters
Orange: Diacritics
I want to keep the range of characters in PUA, so when the font is used with normal texts, normal texts won't be affected.
This is one of the diacritics.
So how do I make a PUA unicode become a diacritic with
mkfont
?How can I configure some specific OpenType features?
Is it possible to do within
mkfont
?The text was updated successfully, but these errors were encountered: