sirdorius ( @sirdorius@programming.dev ) 36•1 year agoWhy the fuck is a page about fonts using 50% CPU?! Is it mining crypto or something?
elint ( @elint@programming.dev ) 22•1 year agoThey’re pretty fonts and they’re released under SIL Open Font License 1.1. I dig it.
qwertyasdef ( @qwertyasdef@programming.dev ) 15•1 year agoThat texture healing looks super nice. Is that something fonts can just do or does it require special editor support?
autokludge ( @autokludge@programming.dev ) English15•1 year agoIt’s basically a different type of ligature - it is standard to OTF fonts, but requires ligature support in your editor/terminal. Just need to enable ligatures and/or enable specific ligature sets. See https://github.com/githubnext/monaspace#editors or maybe https://wezfurlong.org/wezterm/config/font-shaping.html for the general procedure in a supporting terminal.
jeffhykin ( @jeffhykin@lemm.ee ) 1•1 year agoIs there a way to disable it but keep ligatures?
autokludge ( @autokludge@programming.dev ) English2•1 year agoFrom https://github.com/githubnext/monaspace#editors :
If you want coding ligatures but do not want texture healing, you can omit the
calt
setting: jeffhykin ( @jeffhykin@lemm.ee ) 1•1 year agoThank you!
Die4Ever ( @Die4Ever@programming.dev ) 11•1 year agoTexture healing works by finding each pair of adjacent characters where one wants more space, and one has too much. Narrow characters are swapped for ones that cede some of their whitespace, and wider characters are swapped for ones that extend to the very edge of their box. This swapping is powered by an OpenType feature called “contextual alternates,” which is widely supported by both operating systems and browser engines.
Contextual alternates are normally used for certain scripts, like Arabic, where the shape of each glyph depends on the surrounding glyphs. And they are also used for cursive handwriting fonts where the stroke of the “pen” might have different connection points across letters. Texture healing is a novel application of this technology to code.
basically fonts were already capable of using alternate versions of characters based on their nearby characters, so they used that for these fonts to allow for seemingly-dynamic sizing/spacing
lemmyvore ( @lemmyvore@feddit.nl ) English4•1 year agoIt’s an OpenType standard feature but the font rendering system has to support it and the app has to enable it. The page has a link to instructions for enabling it in VS Code but I have no idea about support status on different OS and desktop environments. I could see it working on webview on Android fwiw, I’m guessing it’s either well supported in general or at least by browsers.
admiralteal ( @admiralteal@kbin.social ) 4•1 year agoHere is the comprehensive editor compatibility list for Fira Code. Should be the same.
Aloso ( @aloso@programming.dev ) 1•1 year agoIt is well supported in all browsers and operating systems. At least VS Code and IntelliJ support it, and even some terminals.
jeffhykin ( @jeffhykin@lemm.ee ) 14•1 year agoI like all of it, except for that awful “texture healing”. Imagine having words above & below like
i=mins w=maxs
But the
m
’s just slightly don’t line up because the top one is wider than the bottom one. I’d feel like my editor was gaslighting me 🤢 OmnipotentEntity ( @OmnipotentEntity@beehaw.org ) 15•1 year agoHere’s your code example in the editor. I don’t personally think the difference between the 'm’s is super noticable. But what did strike me a lot more is the difference in height between the two 'i’s in the first line. I think that difference is pretty bad.
murtaza64 ( @murtaza64@programming.dev ) 9•1 year agoIt looks like it’s not an actual height difference, but the smaller width makes the second i look significantly smaller than the first, also implying a lower height.
OmnipotentEntity ( @OmnipotentEntity@beehaw.org ) 5•1 year agoTrue, they are the exact same height. Holy optical illusion, Batman!
I suppose this is part of what makes font design so difficult.
jeffhykin ( @jeffhykin@lemm.ee ) 3•1 year agoWelp, another reason I will absolutely not be using glyph-streching or whatever Microsoft called it.
jeffhykin ( @jeffhykin@lemm.ee ) 6•1 year agothanks for rendering that! and yeah that height difference is really weird. That almost seems like a bug.
Also Idk if the ='s make the m smaller or bigger.
If the streching is so small as to be unnoticable (and I agree it’s pretty subtle) then I also don’t really understand the benefit.
OmnipotentEntity ( @OmnipotentEntity@beehaw.org ) 6•1 year agoIf the streching is so small as to be unnoticable (and I agree it’s pretty subtle) then I also don’t really understand the benefit.
Typically, the idea behind this sort of design is that it should be unnoticeable. The motivation is that, with other monospace fonts, the differences in character width, along with the inconsistent spacing and line thicknesses are both noticable and distracting. Some of this badness is avoidable, and this is what this font attempts.
and yeah that height difference is really weird. That almost seems like a bug.
I’ve been informed, (and had to double check because I didn’t believe it,) that the two "i"s are actually the exact same height. The first looking larger than the second is an optical illusion. Font design is hard.
jeffhykin ( @jeffhykin@lemm.ee ) 1•1 year agoEh I don’t really buy the noticeable argument. Either it’s not noticeable both ways (doesn’t matter that m is squished all the time) or it’s not noticeable both ways (expanding m doesn’t align and it’s noticeable and annoying).
Optical Illusion
Wait no, its the fault of the stretching! I mean yes, the i’s are the same hight (which is shocking, thank you for correcting us on that) but the reason it’s an optical illusion is because the i on the left is wider and wide m exaggerates the thinness of the i on the right! Turn off the stretching and suddenly the i’s look the same height.Edit: I see someone else already pointed this out
This is what I meant by “feeling like my editor is gaslighting me”
wethegreenpeople ( @wethegreenpeople@sopuli.xyz ) 2•1 year agoThey would still line up, wouldn’t they? Or am I misunderstanding how the texture healing would work… Would they not take the same total amount of space?
Andy ( @Andy@programming.dev ) 11•1 year ago jeffhykin ( @jeffhykin@lemm.ee ) 7•1 year agoEach line is the same total length but the “m” in “mi” would be wider than the m in “ma”
muhanga ( @muhanga@programming.dev ) 13•1 year agoAnd sadly one more font I will never be able to use due to missing support of non-latin characters.
Sadly some features are nice.
meseek #2982 ( @ultratiem@lemmy.ca ) 6•1 year agoYou’d think after that page of “texture healing”, alignment, etc. etc., Microsoft would actually make a fully, complete font first and foremost…
muhanga ( @muhanga@programming.dev ) 1•1 year agoAnd release zip contains a _MACOSX folder which is a clear indication of sloppiness and/or rushed release. … and ligatures don’t work out the box in JetBrains product IDEs.
And if only they slapped beta on this there will be not problem what so ever…
meseek #2982 ( @ultratiem@lemmy.ca ) 1•1 year agoRushed, that’s just how they roll lol
admiralteal ( @admiralteal@kbin.social ) 11•1 year agoI still like Fira Code better. These are really nice and if there was a fast and easy way to implement fonts to my syntax highlighting maybe I’d give it more of a spin, but that seems really annoying to set up and baseline I don’t find any of these easier to read than Fira.
silas ( @silas@programming.dev ) English1•1 year agoI used to use Fira Code, but my new personal favorite is MonoLisa
beeng ( @beeng@discuss.tchncs.de ) 10•1 year agoHmm nothing really jumped out at me at first glance, I don’t mind the ligature stuff, but also love monospace for the aesthetic.
But I am glad they’re experimenting with this stuff. Ive always wanted a sarcastica font, we’re almost there with sArCAsm. But it’s a pain to write :)
g6d3np81 ( @g6d3np81@kbin.social ) 1•1 year ago __init__ ( @__init__@programming.dev ) 1•1 year agoHoly shit, I never even thought to do something like this. Hahaha. I’m gonna try it later.
beeng ( @beeng@discuss.tchncs.de ) 1•1 year agoZMK actually… But thanks for the idea.
murtaza64 ( @murtaza64@programming.dev ) 9•1 year agoI love the idea of using multiple font faces at the same time while looking at code. I wonder if (hope?) terminals will one day soon support switching fonts with control sequences… Would be pretty awesome!
cd_slash_rmrf ( @cd_slash_rmrf@programming.dev ) 2•1 year agonot sure about escape sequences just yet, but Kitty gives you insane control over font rendering https://sw.kovidgoyal.net/kitty/conf/#fonts
codemonk ( @codemonk@programming.dev ) 9•1 year agoTechnically, font healing is a neat idea. It fails for text that does not meat its requirements, i.e. two ‘m’ next to each other. Depending on the characters around them, this might create two different ‘m’.
This is unavoidable, of course. The only solution are proportional fonts. So font healing is a nice idea. It creates a more consistent spacing at the price of less consistent glyphs. Whether one likes this compromise, is a matter of taste. I personally lean towards consistent glyphs, but I did not try it for an extended period.
jadero ( @jadero@programming.dev ) 2•1 year agoI’ve long preferred proportional fonts and positional tab stops like what you find in a WYSIWYG word processor. Got a tab position wrong? Drag it as appropriate or, if necessary, add a new one. In fact, during a period where I was doing far more writing than programming, in the days before code completion, I preferred my WYSIWYG word processor to my code editor. I had appropriate scripts and macros for cleaning up imported text files and to always save both native format and a text file with spaces in place of tabs. I also had different templates for different languages so that I could have custom processing for different languages. (It helps that a big part of that job was teaching people how to use word processors as far more than just electronic typewriters.)
Now, of course, the programmer’s editor is an advanced tool tailored to the job, making it lunacy to even consider a word processor as code editor. Which doesn’t mean that there aren’t word processing concepts that might be valuable.
Nick Gravgaard has some good writing on the subject and links to a variety of resources, including to at least one proportional font designed for programming.
codemonk ( @codemonk@programming.dev ) 2•1 year agoInteresting. Thanks for sharing. I started with WYSIWYG and did not like editing with proportional fonts. Things do not align, the cursor jumps around and movements have variable distances. But I much prefer looking at beautifully typesetted proportional font (e.g. with LaTeX). While I think, monospaced font are nice for editing, they are okayish to look at.
Thanks for the link. I will look into it and maybe try proportional for coding once more. Another idea I really like are almost proportional fonts. Read about these fonts a few month ago. So far I haven’t tried them.
jadero ( @jadero@programming.dev ) 1•1 year agoI’m just getting back into programming as a retirement hobby after leaving the field due to burnout 15 years ago. That means I’m only just starting to figure out editors and such.
I don’t know of any code editors that use tab stops the way a word processor does. A word processor uses tab stops specifically for alignment at defined positions rather than tab characters equivalent to specific number of spaces (or tab key to insert specific number of spaces). Without the ability to set positional tab stops, I don’t know that proportional fonts will be all that great for most people.
I took a look at your link to almost proportional fonts. Thanks. I don’t know how I missed that, given that iA Writer is one of the editors I’ve been playing with for general purpose writing. (I’ve become disillusioned with the state of modern word processors.)
BatmanAoD ( @BatmanAoD@programming.dev ) 1•1 year agoI’m not sure I’d consider that “failing”. At first glance, I don’t mind the distinct “m” glyphs being juxtaposed. But perhaps I’d find it annoying after a while.
codemonk ( @codemonk@programming.dev ) 1•1 year agoMaybe ‘failing’ is too strong. What I mean is that in situations like the one I showed, texture healing cannot solve the problem of uneven texture. Not that they claimed it does. It just eases the problem. I like to know the trade-offs. When does it provide an improvement and when not? What tensions does that create?
From a users point of view, I do not know if it ‘fails’ or not. I totally agree with you. Maybe the I would find to distinct ‘m’ glyphs annoying, maybe not. And example emphasizes the ‘problem’. Maybe, I woukd even notice while coding or writing. To know that, I need to try. I just like to know the trade-offs in advance.
BatmanAoD ( @BatmanAoD@programming.dev ) 1•1 year agoWhen reading the announcement post, I was indeed hoping they’d include an example word with two "m"s in a row, so I was glad to see the example here. I don’t mind it, but it does feel almost dishonest to exclude that case from their post.
codemonk ( @codemonk@programming.dev ) 1•1 year agoYeah, I am always happy if a project not only mentions where it shines but also where it does not. But it is common practice not to do so. Same in academic publishing. Everybody is focused on selling oneself, it seems.
Bruno Finger ( @brunofin@lemm.ee ) 8•1 year agoThe fonts are nice but I absolutely hate the “copilot voice” text moving around idea, it’s absolutely terrible to read.
JakenVeina ( @JakenVeina@lemm.ee ) 7•1 year agoI don’t think the intention is that Copilot voice would be animated, I think they just had a dumb idea to highlight it that way in the demo. Look closely, and you’ll see the Copilot voice is the only text there written in the “Krypton” font. The animation indeed looks godawful.
Bruno Finger ( @brunofin@lemm.ee ) 3•1 year agoI hope you’re right
choroalp ( @choroalp@programming.dev ) 6•1 year agoI cant believe they gave the cool name of Radon to the shittiest font of the group
simonced ( @simonced@lemmy.one ) English4•1 year agoLooks nice, I’ll try it today and see how it goes. At least MS doing something good for a change…unless they added spyware to a font!? LOL
GarytheSnail ( @GarytheSnail@programming.dev ) 4•1 year agoI’m still loving comic code.
🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 🏆 ( @Kolanaki@yiffit.net ) English4•1 year agoOoo… I like the purple one (Krypton). Very space-aged.
SokathHisEyesOpen ( @Anticorp@lemmy.ml ) English1•1 year agoThe only font I’m interested in for Code is one that has ligatures. Otherwise I’m fine with whatever.
Rogue ( @Rogue@feddit.uk ) 6•1 year agoWhat do you like about ligatures? I disable them straight away. To me it just seems to add an unnecessary level of complexity to the experience
SokathHisEyesOpen ( @Anticorp@lemmy.ml ) English3•1 year agoI like the way they look. It makes the code more pleasant to read for me.