-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improve positioning of Titlo Halves #3
Comments
Now I think |
The correct way to encode the Double Titlo is: What do you mean by it being "broken"? Which font are you using? |
In Windows 10, it seems to depend on the browser that is used. Microsoft Edge (the latest from Microsoft in terms of browsers) for once actually gives the best result. Firefox is okay, but Chrome fails completely. Examples are posted below. |
Yes, there is definitely some work that can be done on adjusting the heights. But that is actually kind of difficult to do in OpenType. |
You are not entering them correctly. It should be I[U+FE2E]C[U+FE2F]. |
Too complicated to fix, so I'm bumping this to the next release. |
You can try to create a branch repo for this work, then other people can help. |
Recently OpenType specification introduced OpenType Variation technology, does it help? |
I suppose you could use the Variations to create expanding widths of the titlo glyph. |
@typiconman @KrasnayaPloshchad As far as I can see the problem is not solved still. I offered my suggestions in #75. Well, actually the glyphs /uniFE2E and /uniFE26 can connect correctly above two letters without the help of /uniFE2F if /uniFE2E and /uniFE26 are a little bit longer then now and if the anchors are placed correctly. However a little compromise is necessary to get things right for all possible cases. The horizontal bar of the diacritics Titlo (/uniFE2E and /uniFE26) must be strictly horizontal. In this way, we will be sure that, in all possible cases, there will be no discrepancies in one direction or the other at the place of assembly. |
@StefanPeev attempts to fix this are welcome. |
See also the discussion in #25 and other threads referred to in this one. |
@typiconman If we have a good solution for Ponomar Unicode the same method can be used for any other font. The situation can be solved in FontLab 8 very simply: we add an anchor point to the first base letter in such a way that the Titlo diacritic /uniFE2E to be left justified. On the other hand we add an anchor point to the second base letter in such a way that the Titlo diacritic /uniFE26 to be right justified. If the horizontal bars of /uniFE2E and /uniFE26 are long enough, they will stick together in a nice way. I'll see how to do this in FontForge also. |
Hello,
I have encountered a confusion about combining titlo half, because there is a different font behavior for them.
The Spasskaya tower have an icon including Cyrillic nomina sacra marked with long titlo:
In the develop version of GNU FreeFont, the annotation can be implement in this way:
І<U+FE2E, U+FE2F>С Х<U+FE2E, U+FE2F>С
, but it seems not work with your fonts, maybe can be implement in this way:І<U+FE2E>С<U+FE2F> Х<U+FE2E>С<U+FE2F>
, but the titlo seems broken. I don’t know which combinations looks proper.P.S. You can get the develop version of GNU FreeFont from here, Microsoft Windows user can extract the font file by 7-zip: https://code.launchpad.net/~dns/+recipe/freefont
The text was updated successfully, but these errors were encountered: