How does TXAA work?

From what I can gather, TXAA is an nvidia-developed, nvidia-specific anti-aliasing technique. Also it’s temporal anti-aliasing which, as I understand, means it reduces aliasing in moving scenes (correct me if I’m wrong). I also read that it has a blur effect that is more noticeable than most other common techniques (someone was saying on a … Read more

16″ MacBook Pro blue pixel aliasing on external display

I have a new MBP 2019 16″ with the AMD Radeon Pro 5500M 8 GB vid card. When I plugged my LG UltraFine 5K display in via USB-C I noticed strange light blue aliasing around font and images. Example (bad): Here is the same text (in same window) but on the MBP built-in retina display: … Read more

How can I turn off anti-aliasing for the text editor in Flash Builder on the Mac?

Is it possible to turn off anti-aliasing for the text editor in Flash Builder on the Mac? For Flex Builder I was able to do this via the terminal using the following defaults write com.adobe.flexbuilder AppleAntiAliasingThreshold 20 defaults write com.adobe.flexbuilder AppleSmoothFixedFontsSizeThreshold 20 Answer This post has the answer: defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 10 AttributionSource : … Read more

Override font smoothing (antialiasing) method in Google Sheets grid (Firefox)

How to override font smoothing used in Google Sheets grid to make fonts sharp (as everywhere else on a page)? As you can see from the screenshot below, most of the elements use sharp font (standard Windows smoothing, not Clear Type). Even text in a cell edit textbox is OK (see ‘World’ word). But column … Read more

Turn Off Anti-aliasing in Outlook 2003

I am running Outlook 2003 in Windows 7×64 with Internet Explorer 9. When I read a mail in the Reading Pane or by opening it, the text is anti-aliased. When I reply to a message, the text is not anti-aliased. How do I turn off anti-aliasing for viewing messages in Outlook? (Microsoft’s name for anti-aliasing … Read more

Override font smoothing (antialiasing) method in Google Sheets grid (Firefox)

How to override font smoothing used in Google Sheets grid to make fonts sharp (as everywhere else on a page)? As you can see from the screenshot below, most of the elements use sharp font (standard Windows smoothing, not Clear Type). Even text in a cell edit textbox is OK (see ‘World’ word). But column … Read more

How can I turn off anti-aliasing for the text editor in Flash Builder on the Mac?

Is it possible to turn off anti-aliasing for the text editor in Flash Builder on the Mac? For Flex Builder I was able to do this via the terminal using the following defaults write com.adobe.flexbuilder AppleAntiAliasingThreshold 20 defaults write com.adobe.flexbuilder AppleSmoothFixedFontsSizeThreshold 20 Answer This post has the answer: defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 10 AttributionSource : … Read more

Phpstorm smooth fonts

I’m using Brackets 1.5 and Phpstorm 10.0 on Windows 10. In Phpstorm the fonts are not good and codes are hard to read. On the other hand, in brackets fonts are great. Apparently Brackets uses “sourcecodepro-medium” font. I downloaded https://github.com/adobe-fonts/source-code-pro and installed the font but in Phpstorm I get weird characters. I tried other version … Read more

Requesting aliased :guifont rendering in Vim on Windows

Non-AA font rendering seems available everywhere except for Windows. In MacVim, this is possivle via noantialias. When using GTK2 front-end, the same can be achieved by adding antialias=false to the fontconfig query, e.g.: Courier New:size=12:antialias=false:rgba=rgb. For Motif, Athena and GTK1 front-ends, aliased rendering is the only option. But how do I request it in the … Read more

How to fake my screen to be CRT instead of LCD?

I assume that the operating system detects whether I have LCD or CRT, so it can select the allowed antialiasing methods? I want to get rid of this “brilliant” antialiasing for x-axis, called subpixel rendering. It does not work. My eyes can pick up the color differences too well, so looking at the text is … Read more