Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euro20179/font-sel
Very basic font preview/selection menu
https://github.com/euro20179/font-sel
Last synced: 7 days ago
JSON representation
Very basic font preview/selection menu
- Host: GitHub
- URL: https://github.com/euro20179/font-sel
- Owner: Euro20179
- Created: 2022-06-13T17:22:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T20:19:29.000Z (over 2 years ago)
- Last Synced: 2023-08-20T04:19:06.051Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Font-sel
In my opinion there are not a lot of great font preview tools out there, so I made one mainly just for myself
---
It uses a deprecated function `gtk_widget_override_font` so hopefully it doesn't break too soon.
---
# Building
## Dependencies
`gtk 3`
## Build
```sh
sh ./build
```---
Don't set the font size too big or you'll probably regret it lol
# Configuration
* The really only thing you can do is style this. A good way to do that is to use `~/.config/gtk-3.0/gtk.css`
* selectors:
* `#Font-Sel-Window` The window
* `#font-label` The text that previews the font
* use `GTK_DEBUG=interactive font-sel` to find more.