kiliman / operator-mono-lig

Add ligatures to Operator Mono similar to Fira Code
MIT License
3.2k stars 202 forks source link

Can't get open circle % #139

Closed likecreep closed 4 years ago

likecreep commented 4 years ago

Hi, I'm using vscode and here is my profiles.ini:

# name of profile (one or more sections, first should be name default)
[default]
# glyph=altglyph
percent=percent.alt
greater_equal.liga=greater_equal.2.liga
less_equal.liga=less_equal.2.liga

But I can't get open circle %. The % is still the close circle version.

kiliman commented 4 years ago

Hm.. That's what I have. What about the >= and <= ... do they have the horizontal bar (alternate) or the slanted bar (default)? If you're not seeing those, then it looks like the profiles.ini file is not being processed. Make sure you put it in the ./original folder.

likecreep commented 4 years ago

Hm.. That's what I have. What about the >= and <= ... do they have the horizontal bar (alternate) or the slanted bar (default)? If you're not seeing those, then it looks like the profiles.ini file is not being processed. Make sure you put it in the ./original folder.

I got the horizontal bar >= and <=. Only the % is not working. image

likecreep commented 4 years ago

The fonts I'm using are OperatorMono-Book and OperatorMono-BookItalic image

kiliman commented 4 years ago

Ok, I see. I just re-ran it on my end and I no longer have the percent.alt so apparently something must have broken since I last ran it. :(

Anyway, I'll take a look and let you know when it's fixed. I like the open-circle percent also.

kiliman commented 4 years ago

Hmm.. regenerated my fonts to test the italics fix and now I see the percent.alt glyph.

Anyway, once I've merged in the italics fix, I'll try again to see if this is still working.

image

kiliman commented 4 years ago

Let me know if this is still happening. We can reopen if necessary.