Options

R.I.P.

13»

Comments

  • Options
    I guess it brings up the question of what the lesser evil is, leaving a seemingly unused character in the font, or breaking the assigned unicode code point by not including it?
  • Options
    Ray LarabieRay Larabie Posts: 1,379
    edited November 2015
    As you travel through the mysterious world of Latin Unicode, you'll encounter several accented glyphs like the capital ringacutes where it's difficult to comfortably fit the accents into your vertical metrics. As far as I can see, there are 3 choices.

    1: Squeeze the accents. This can work in lighter weights but in heavier weights, the accents can turn into a smudge. If the accents end up overlapping, you might have to decompose and removing overlaps.

    2: Change your vertical metrics to allow for extremely high/low stacked accents. There are obvious disadvantages to doing that.

    3: Let the accents exceed your vertical metrics—let them hang over the line.

    If you look at Windows/Mac system fonts, you'll find all 3 of these approaches for ringacute and Vietnamese stacked accents. Someone with experience setting Vietnamese type could have insight on the best approach for dealing with tall accents.

    My assumption is that people setting Vietnamese are accustomed to the perils of vertical accent collisions and increase leading accordingly. If that's the case, maybe that one person, 50 years from now who finally uses an Aringacute, will also be able to deal with an accent that goes over the line.

    It's something I think about, because I've used all three of these approaches to the high/low accent problem.
  • Options
    Rainer, I'm curious how your CAT feature is different than Nick Shinn's?

    I wasn't aware of this CAT language issue (thought simply that /Ldot - /ldot was actually used), but looks like I'll be implementing a solution from now on.

    *Edit* Looks to me after reading the Glyphs Catalan Punt Volat page that the 'Spacing Solution' is most sound.
    In desktop fonts, I implement both the spacing solution and the outdated Ldot glyph for backwards compatibility. (Though actually, it is more for users who want to check if all necessary characters for a certain language are included, and for whatever reason, Ldot seems to be still popular on such lists.) Depending on the purpose of the font, I sometimes copy the contextual locl substitution into calt, to make it work in language-agnostic environments.

    In webfonts, where every byte counts, I never include unused characters like Ldot, ldot, IJ, ij, napostrophe and what have you. None of my fonts ever had aringacute, and I have not received a single complaint until today.

Sign In or Register to comment.