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
- Host: GitHub
- URL: https://github.com/xoofx/customformattingdemo
- Owner: xoofx
- License: mit
- Created: 2024-01-19T17:43:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T18:15:44.000Z (over 2 years ago)
- Last Synced: 2025-04-09T20:46:33.570Z (about 1 year ago)
- Topics: cpp, direct2d, directwrite, dwrite
- Language: C++
- Homepage: https://www.charlespetzold.com/blog/2014/01/Character-Formatting-Extensions-with-DirectWrite.html
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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!