The library supposedly supports liguatures, but the feature doesn't appear to be demonstrated.
Supposedly ligatures can be loaded according to the font loader:
These examples are named as such: https://recreatejs.github.io/txtjs/examples/#Text/ligatures, and https://recreatejs.github.io/txtjs/examples/#CharacterText/ligatures. It uses the 'lobster' font, but the corresponding font file doesn't appear to contain ligature data:
I'm not sure why this is.
The library supposedly supports liguatures, but the feature doesn't appear to be demonstrated.
Supposedly ligatures can be loaded according to the font loader:
txtjs/src/FontLoader.ts
Line 193 in 0fc35ac
These examples are named as such: https://recreatejs.github.io/txtjs/examples/#Text/ligatures, and https://recreatejs.github.io/txtjs/examples/#CharacterText/ligatures. It uses the 'lobster' font, but the corresponding font file doesn't appear to contain ligature data:
txtjs/font/lobster.txt
Line 347 in 0fc35ac
I'm not sure why this is.