I'm setting up the Fira Code font/ligatures on Emacs 26 for Windows, according to the guide at https://github.com/tonsky/FiraCode/wiki/Emacs-instructions#using-font-lock-keywords.
It creates the ligatures, but they are all shifted back. I'm guessing it's shifted one space per character in the ligature.
I tested using the text:
int test()
{
ptr->field = (a == b) ? 1 : 2;
}
https://www.website.com
screenshot
How do I correct this?