Top "Directwrite" questions

DirectWrite is a text layout and glyph rendering API by Microsoft.

Disable Cleartype (text anti-aliasing) in IE9

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 directwrite
How to improve DirectWrite performance when rendering lots of text?

I'm working on an application that renders lots of text (~350 lines with ~100 characters per line, possibly each frame). I find …

c++ directwrite