-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Editor font not clear on Linux #12447
Comments
Comment by jasonsanjose Thanks for the heads up
|
Comment by jasonsanjose One more question. |
Comment by larz0
|
Comment by CommanderAlchemy
It's hard to really say it looks like its washed up a bit. Will try to experiment a bit. Maybe another font? |
Comment by larz0
|
Comment by peterflynn This is similar to #5801. The screenshot attached here -- and the first screenshot in #5801 -- doesn't look that bad to me. For comparison: The Linux screenshots look a tad fuzzier than Win but less fuzzy than Mac. |
Comment by peterflynn Workaround: follow these steps to customize the code editor font. I'll leave this open with Low priority rather than closing as dupe of #5801 since that bug seems more focused on how the font looks when it's made bigger than the default font size (which might actually be an issue on all platforms). |
Comment by peterflynn Another thing you can try, as
If you find that improves the appearance a lot, would you mind uploading another screenshot? (Ideally of the same text so we can compare -- so we can consider making that setting the default on Linux) |
Comment by CommanderAlchemy Thanks again for these fast responses really! Here is a screenshot with, smoothing on left and without on the right. For me personal thought is that the clarity feels a bit better but the look is worse. Most noticeable on "index.html" text. After playing around a bit, I tried to use my coding front that I use for other applications Droid Sans Mono Slashed |
Comment by carchrae using ubuntu 12.04 and MVA monitors the font is indeed hard to read or 'blurry' also, i can't easily do the workaround since it seems there is no less file distributed with the linux build. so i attempted to edit the minified css instead. i wonder if you'll be able to see any difference? (or if these screenshots look good on mac/windows?) |
Comment by carchrae To follow up, increasing the font size, choosing a different font (Oxygen Mono), and color theme (Obsidian) made a big difference. The sidebar is still hard to read, but I don't have to look at that as much. |
Comment by carchrae I tried brackets on a different monitor (smaller w/ higher DPI) and the default fonts were readable (although that was also on ubuntu 10.04). Even all of the screenshots above look fine. I suspect this is a DPI issue and made worse on large monitors with lower DPI (my monitors are 27" but the resolution is only 1920x1080, so they have a lower DPI). That said, I wonder if it would be possible to get things like the default font size/scaling (and perhaps even font, colours, etc) from the OS. It is certainly nice to be able to over-ride those per application, but it is somewhat expected that an application tries to match your local defaults (which have generally been chosen to work well on your setup). That request is certainly in the nice-to-have category, although if you care about first impressions, then at least putting a first-run popup saying "here is how to adjust the fonts so they look good on your display" might be an easy improvement. |
Comment by bassu Bracket's font rendering is still pretty much screwed in Linux and sadly that makes it unusable there. --> Going back to Emacs ;) |
Comment by larz0 Here's nice extension for you to play with, maybe you can get better font rendering from one of the fonts: https://github.com/tirithen/brackets-fonts |
Comment by bassu
|
Comment by carchrae yeah brackets gurus - i dug into the code a bit and saw that both windows and mac have a less override for codemirror - but linux does not. i wanted to understand why that was the case - in particular the history of the mac font issues (why it uses the Pro version of the font). |
Comment by sarim Noticing the same issue in mac too. You can see same file opened in brackets and textmate. Both using Font "Menlo" with size 12. Both using twilight theme. |
Comment by carchrae You might want to try https://github.com/stowball/brackets-legibility - this cranks up the font sizes. My screens have a very low-DPI (27" |
Comment by awebdeveloper The default font(family) is not good. Change to one used by gedit or geany or sublime text |
Comment by Tynach I think the bigger problem here is that subpixel rendering is not enabled, and I don't understand why nobody has brought this up in this thread. Here's a comparison: |
Comment by smth I'm trying Brackets on Mac (with a Retina display), and I have a similar problem. The text in Brackets has a look of faux bolding about it. Here is a comparison with Dreamweaver (left). |
Comment by imrek The problem persists, Brackets 1.6.0-16680 on Ubuntu 16.04, the font rendering is poor. |
Comment by azispratama92 how to solve this issue ? |
Issue by CommanderAlchemy
Sunday Nov 24, 2013 at 02:51 GMT
Originally opened as adobe/brackets#6094
Not sure what it is but the font just feels weird in the code editor. Not beeing 100% clear/sharp.
Seems other people are also complaining about it on : http://www.webupd8.org/2013/11/install-brackets-in-ubuntu-via-ppa-open.html
The text was updated successfully, but these errors were encountered: