-
Re: Diacritics size on capital vs Lowercase in Vietnamese
Alternatively, shorter caps can be used as well for accented letters with accents that need a lot of space.It's not that popular, mostly because it's extra work, but does work well sometimes.1 -
Re: Escape accented characters in Font Info?
@"Igor Freiberger" The Mac Roman encoding needs to use Mac Roman values, not Unicode UTF-16 values. So in your case ú is \00FA in UTF-16 and \9C in Mac Roman. I’m not sure anyone needs to u…3 -
Re: IPA: Best practice?
ɪ should have serifs even in sans serif fonts. This is because accented ɪ and i must be distinct (ɪ́ vs. í, etc.) For a few decades ɩ was used as an alternative to avoid that problem in sans serif f…1 -
Re: germandbls monowidth small cap
It is possible and is very common. See https://learn.microsoft.com/en-us/typography/opentype/spec/gsub#lookuptype-2-multiple-substitution-subtable or https://adobe-type-tools.github.io/afdko/OpenType…3 -
Re: Variation Selectors for Ligatures?
You can use U+200D ZERO WIDTH JOINER (ZWJ) or U+200C ZERO WIDTH NON JOINER (ZWNJ) to indicate ligature or non-ligature behaviour at the character level, then it needs to be implemented in the font. T…3