Popular recipes tagged "fontsmoothing" but not "windows_api"http://code.activestate.com/recipes/tags/fontsmoothing-windows_api/2013-05-07T09:17:56-07:00ActiveState Code RecipesEnable Clear Type font smoothing on Windows (ctypes version) (Python)
2013-05-07T09:17:56-07:00ccpizzahttp://code.activestate.com/recipes/users/4170754/http://code.activestate.com/recipes/578500-enable-clear-type-font-smoothing-on-windows-ctypes/
<p style="color: grey">
Python
recipe 578500
by <a href="/recipes/users/4170754/">ccpizza</a>
(<a href="/recipes/tags/fontsmoothing/">fontsmoothing</a>, <a href="/recipes/tags/windows/">windows</a>).
Revision 3.
</p>
<p>Running the script without parameters will enable Clear Type font smoothing. Pass 0, false, off, or disable to turn off Clear Type.</p>
<p>This version requires the <code>ctypes</code> module.</p>
<p>For a version that uses pywin32 see <a href="http://code.activestate.com/recipes/578499-enable-clear-type-font-smoothing-on-windows-pywin3/" rel="nofollow">http://code.activestate.com/recipes/578499-enable-clear-type-font-smoothing-on-windows-pywin3/</a> </p>