https://github.com/gromnitsky/winmetrics
Tweak fonts in the Windows 10 1703+ default theme
https://github.com/gromnitsky/winmetrics
Last synced: 7 months ago
JSON representation
Tweak fonts in the Windows 10 1703+ default theme
- Host: GitHub
- URL: https://github.com/gromnitsky/winmetrics
- Owner: gromnitsky
- Created: 2018-07-06T09:48:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T21:34:35.000Z (about 5 years ago)
- Last Synced: 2025-01-20T06:42:13.212Z (9 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# winmetrics
Before 10 1703 Windows had a [dialog][] w/ which it was possible to
change such theme params like a font size of a window title. Now when
the dialog is gone you left either w/ a manual registry tweaking or
[various][] [tools][] than don't provide any visual guide to what
you're actually editing.[dialog]: doc/w7__window_color_and_appearance.png
[various]: https://www.wintools.info/index.php/advanced-system-font-changer
[tools]: https://winaero.com/Behold winmetrics:

Hovering over & clicking on a desired gui widget brings its relevant
options.Read more info in a [blog post][].
[blog post]: http://gromnitsky.blogspot.com/2018/07/a-peek-at-old-win32-apis.html
## Installation
Download a zip, unpack, double click on `runme.js`--a browser window
should pop up. After you're done w/ the util, close the browser tab--
the server process will auto-exit after a couple of sec.## Bugs
* I'm not sure about the math in calculating the pixel size of the
selected font. All the docs about Logfont point back to the 90s.
* If anything goes wrong, the util won't tell you a thing until you
open the devtools console tab.## License
MIT.