KyleBanks / goggles

🔭 Goggles is a cross-platform GUI for your $GOPATH!
Apache License 2.0
671 stars 18 forks source link

Fonts look blurry on retina #24

Closed bits01 closed 7 years ago

bits01 commented 7 years ago

Any tips or fixes to make them look better?

leonklingele commented 7 years ago

Probably a bug of Gallium.

KyleBanks commented 7 years ago

I think @leonklingele is correct, even in the developer tools (cmd+d) the fonts are all blurry. I'll see if there's anything that can be done with CSS antialiasing properties but I'm not overly optimistic.

KyleBanks commented 7 years ago

@bits01 @leonklingele After some digging I found the issue and I've submitted a PR to Gallium to resolve it going forward.

In the meantime, the v0.2.0 release contains the fix. If you're building from source, you'll need to manually add the following lines to Goggles.app/Contents/Info.plist until the Gallium PR is merged:

<key>NSHighResolutionCapable</key>
<string>True</string>
bits01 commented 7 years ago

Thank you! Looks much better now.