An open API service indexing awesome lists of open source software.

https://github.com/xoofx/customformattingdemo

Code saved from Charles Petzold article: Character Formatting Extensions with DirectWrite
https://github.com/xoofx/customformattingdemo

cpp direct2d directwrite dwrite

Last synced: 9 months ago
JSON representation

Code saved from Charles Petzold article: Character Formatting Extensions with DirectWrite

Awesome Lists containing this project

README

          

# CustomFormattingDemo

It is the code used in the excellent article [Character Formatting Extensions with DirectWrite](https://www.charlespetzold.com/blog/2014/01/Character-Formatting-Extensions-with-DirectWrite.html) from Charles Petzold.

Just wanted to make sure that it doesn't get lost (Capture on web archive [here](https://web.archive.org/web/20240119173732/https://www.charlespetzold.com/blog/2014/01/Character-Formatting-Extensions-with-DirectWrite.html) in case the link above doesn't work anymore)

> **NOTE**
>
> The project does not compile.
>
> If you want to make a PR to make it working, fair enough, but it might be quite some work to revive a project that is using 10 years old VC++/Windows 8.1 API! 😅

# License

The code didn't have a license, so I picked up MIT with Charles Petzold in its copyrighter. Hope it is ok!