https://github.com/bchavez/dwrite
Intercepts calls to DWrite.dll to make text readable. See http://www.softwareninjas.ca/dwrite-dll-wrapper for the latest freeware release.
https://github.com/bchavez/dwrite
Last synced: about 1 month ago
JSON representation
Intercepts calls to DWrite.dll to make text readable. See http://www.softwareninjas.ca/dwrite-dll-wrapper for the latest freeware release.
- Host: GitHub
- URL: https://github.com/bchavez/dwrite
- Owner: bchavez
- License: mit
- Created: 2015-07-30T02:04:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T05:08:48.000Z (almost 9 years ago)
- Last Synced: 2025-11-03T19:18:22.083Z (8 months ago)
- Language: C
- Size: 272 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a fork of the original source code primarily for research purposes.
My goal here would be to figure out how to disable anti-aliasing on a system-wide level on modern OSes like Windows 7, 8 and 10, including WPF apps.
# DWrite
Intercepts calls to DWrite.dll to make text readable. See http://www.softwareninjas.ca/dwrite-dll-wrapper for the latest freeware release.