kencrocken / FiraCodeiScript

Mashup Font of FiraCode and Script12
1.38k stars 181 forks source link

Not working with Sublime Text 3 (build 3176) #9

Open bhupesh-sf opened 6 years ago

bhupesh-sf commented 6 years ago

I have installed the font in the system. I am using ubuntu 18.04. It is working in absolutely fine in my terminal window. But when I try to use it in sublime it doesn't reflect there. Below are my settings:

"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Fira Code iScript",
"font_options": [
    "gray_antialias",
    "subpixel_antialias"
],
"font_size": 11

I am using material theme dark variant.

I love this font and would like to make it work on my editor. Any help is appreciated.

AllanLRH commented 6 years ago

EDIT: it works for me on Mac, ST build 3175. Turns out that I've spelled the font name wrong. Have you checked the console the check that the font is loaded correctly?

AllanLRH commented 6 years ago

While ligatures work, text rendered in italic aren't of a script type... does the color scheme need to specify something other than italic?

With Fira Code iScript

screen shot 2018-07-16 at 19 13 29

With Source Office Pro D

screen shot 2018-07-16 at 19 14 38
kencrocken commented 6 years ago

Your theme would have to support italics for the comment styles.

On Mon, Jul 16, 2018 at 1:13 PM Allan L. R. Hansen notifications@github.com wrote:

While ligatures work, text rendered in italic aren't of a script type... does the color scheme need to specify something other than italic?

[image: screen shot 2018-07-16 at 19 13 29] https://user-images.githubusercontent.com/2641327/42773027-5ec5f15e-892c-11e8-86ef-eac742f6493b.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kencrocken/FiraCodeiScript/issues/9#issuecomment-405319517, or mute the thread https://github.com/notifications/unsubscribe-auth/AGtwp1GE1ItqGNwJgpKTwIp6YiDv8QD5ks5uHMnQgaJpZM4U2W52 .

AllanLRH commented 6 years ago

Are there different styles of italic? Because the comments are rendered with the Source Office Pro D italic font, yet not with Fira Code iScript.

mikebarron commented 6 years ago

I'm having the same issue in ST3 (3.1.1, Build 3176) using the "Oceanic Next Italic" theme. I just noticed this in the ST3 console:

font face "Fira Code iScript" has different widths for italic characters, disabling to prevent text reflow

ghost commented 4 years ago

any updates on this issue?

mikebarron commented 4 years ago

I switched from ST3 to VS Code. Fira Code iScript works nicely there with the Oceanic Next Italic theme.