DirectWrite is a text layout and glyph rendering API by Microsoft.
It's well documented (e.g. here) that IE9 ignores the OS-wide settings for font smoothing (aka anti-aliasing). Even if font-smoothing …
wpf internet-explorer-9 antialiasing cleartype directwriteI'm working on an application that renders lots of text (~350 lines with ~100 characters per line, possibly each frame). I find …
c++ directwrite