https://github.com/fdwr/fontsetviewer
Utility to display items in an IDWriteFontSet and browse their name strings and preview. (Windows GUI exe)
https://github.com/fdwr/fontsetviewer
directwrite typography
Last synced: 11 months ago
JSON representation
Utility to display items in an IDWriteFontSet and browse their name strings and preview. (Windows GUI exe)
- Host: GitHub
- URL: https://github.com/fdwr/fontsetviewer
- Owner: fdwr
- License: other
- Created: 2017-12-05T23:18:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T01:51:00.000Z (about 3 years ago)
- Last Synced: 2025-03-31T22:32:58.221Z (about 1 year ago)
- Topics: directwrite, typography
- Language: C++
- Homepage:
- Size: 337 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# DWrite FontSetViewer
Simple utility to display items in an IDWriteFontSet.
- Preview item in font
- Displays axis information (on Windows 10+ RS3 Fall Creator's Update Build 10.0.16170 1709)
- Browse/sort/filter by item name strings
- Load custom fonts (no need to install them first, just File/Open or drag&drop)
- Copy names to clipboard
C++, compiled with Visual Studio 2017 RC.
