UTF-8 Unicode operators vs digraphs
Dlighted
test at example.com
Sat Aug 15 19:09:42 UTC 2026
On Saturday, 15 August 2026 at 18:46:26 UTC, Kagamin wrote:
> Can't font customize rendering for different combinations, how
> it's done for ligatures? The problem I see maybe not all text
> rendering engines support this. If the font doesn't assign a
> ligature, it will become a bunch of radicals, hopefully it will
> still be understandable, which can be better than unknown
> character displayed today.
Yes, fonts can reuse glyphs as part of other glyphs.
He's suggesting that it could be encoded in a more complex way
through combinations, so that the rendering engine dynamically
composes the glyphs from smaller things without font creators
implementing anything manually or code points being used
specifically for one combination.
However that would add a lot of complexity to font rendering and
in reality anything that has to do with language is just as much
arbitrary as it follows rules. We just prefer to look at the
patterns.
More information about the Digitalmars-d
mailing list