I've built a new font! Thoughts and feedback on my approach very welcome.

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago (3 children)

Do modern day fonts even support automatic ligatures? How does that work? Or are there Unicode symbols for them?

  • source
  • hideshow 6 child comments
  • [–] 4 points 3 years ago*

    Yes, they do. Part of the OpenType standard are the so called “OpenType features” which (amongst other things) allow for contextual alternates, i.e. different kinds of ligatures, and for stylistic alternates, e.g. a slashed zero, a single-storey ɑ, etc. All of these different glyphs are encoded in the font and can be enabled when typesetting using different selectors. This website shows them off.

    Some ligatures, like “ffl”, are a separate character in Unicode. Some were added because they can be considered a different character in languages other than English. Some (like “ffl”) were added because of legacy reasons; “no more will be encoded in any circumstances”.

  • source
  • parent