JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers
https://jetbrains.com/mono
SIL Open Font License 1.1
10.57k stars 299 forks source link

What's the policy of include/exclude julia's special symbols? #584

Open dlintw opened 1 year ago

dlintw commented 1 year ago

https://github.com/JuliaLang/julia/blob/master/stdlib/REPL/src/latex_symbols.jl

In Julia language, it support to typing those latex symbols and convert it to the relative unicode font. I found some symbols can not correct display in JetBrainsMono font,

  1. Is it possible including all of them?
  2. If it is impossible, what's the policy
philippnurullin commented 1 year ago

Hi @dlintw Can you please make a list of symbols that you have problems with?

Following the link, I see a lot of symbols and it will be hard to support them all. So to understand your request better, I need to know the exact number of symbols requested, and can they can be separated in groups and given priority depending on their importance/frequency of usage.

dlintw commented 1 year ago

I haven't a clear idea about this. Maybe require more Julia expert to decide which symbols are important. I guess those operators may require included. Maybe from JetBrain's Julia customer survey may get a proper listing.