Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 7.0.1, Qt Creator 7.0.2, Qt Creator 8.0.0-beta1, Qt Creator 8.0.0-beta2, Qt Creator 8.0.0-rc1, Qt Creator 8.0.0
-
None
-
Gentoo Linux AMD64
-
-
4e8b7eee9 (master)
Description
Some fonts (like Fira Code) have ligatures for C++ operators. The "spaceship operator" of C++ for example. However, Creator renders it wrongly, unless it's commented out. Example:
The wrong ligature is used. When commented out, it works fine:
I don't know what causes this. The only thing I found is this comment in the FiraCode bug tracker:
https://github.com/tonsky/FiraCode/issues/64#issuecomment-227499029