-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
The 'fffi' ligature #732
Comments
fffi – fff – fffl – ttt |
For your information: In German no ligature should be used across compound words. So the example „Schifffirma“ (ship company) may have the ligatures ff and fi, but not a ligature fffi. The same with the other examples: Schiff|fahrt, Sauerstoff|flasche, Balett|tänzerin. As far as I know, only two ff and then one l or i can exist inside a word, e.g. in Soufflé or effizient. There’s no no-compound word with three f or t. By the way: If you like to follow this good old typesetting rule then in German you often have to prevent ligatures, e.g. in Schilf|insel (reed island), Auf|lage (edition, no ligature with pre- or suffixes, too), Hof|fläche (yard area). |
Well that explains what I have found. Brill replaces each character with modified versions which fit together like a ligature, but are not a single ligature. I found several fonts which work like this (most from Tiro). Alegreya is slightly different. So these fonts seem to operate as you describe. Have not yet found any fonts handling the |
Sorry for the late reply. Thanks @charakterziffer for the info:
It seems like various fonts handle the [f][f][f][i] differently: So to summarise, Inter Variable acts like Lato (last on the list): merges three last characters in Schifffirma. It would be perfect if it could act like Helvetica Neue, Geneva, Plus Jakarta Sans and Myriad Pro – combine [ff] and [fi] separately in Shifffirma and [ffi] in efficient. (I hope I explained it in a clear way) |
Describe the bug
The 'fffi' letter combination doesn't bahave according to Discretionary Ligatures function (or isn't defined in this alternate set). First letter 'f' is disjoined from the rest.
To Reproduce
Steps to reproduce the behavior:
Die Schifffirma plante neue Routen für das kommende Jahr. In den Büros wurden effiziente Pläne erstellt, um die Kunden zufrieden zu stellen. Gleichzeitig wurde die Sicherheit der Fracht geprüft.
Expected behavior
It would be lovely to see the first 'f' joined the same way.
Screenshots
Environment
Additional context
Triple consonants are rather rare but occure in German compound words. Examples: Schifffirma, Schifffahrt, Sauerstoffflasche, Baletttanzerin, etc.
The text was updated successfully, but these errors were encountered: