this post was submitted on 29 Jul 2023
127 points (100.0% liked)

Technology

37362 readers
256 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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
[–] [email protected] 3 points 11 months ago (3 children)

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

[–] [email protected] 6 points 11 months ago

Both! Unicode has some support for as-is ligatures. For example is U+FB01.

Modern fonts can also use self-defined ligatures. That's how fonts like https://www.sansbullshitsans.com/

So my plan is (eventually) to add in ligatures where Unicode has defined them - and automatically replace typed text with self-defined ligatures where it doesn't.

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago)

Of course they do, better than ever actually. Google OpenType ligatures, for example. You can even use those on the web using CSS.

Some fonts have hundreds of different ligatures.

[–] [email protected] 4 points 11 months ago* (last edited 11 months 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”.