How i can get list of the supported fonts? #7810
Replies: 5 comments 2 replies
-
Why would you want one?
|
Beta Was this translation helpful? Give feedback.
-
I had a plugin for neovim, to manage fonts directly from neovim, and quite a few people used it, but now the functionality is limited |
Beta Was this translation helpful? Give feedback.
-
kitty +runpy 'from kitty.fonts.common import all_fonts_map; import json; print(json.dumps(all_fonts_map(True), indent=2))'
|
Beta Was this translation helpful? Give feedback.
-
And here is a simple function that shows how to extract the platform independent data from the output of all_fonts_map. |
Beta Was this translation helpful? Give feedback.
-
it returns the same set of fonts as by the old list-fonts
|
Beta Was this translation helpful? Give feedback.
-
before i got list, but now interactive changer....
Beta Was this translation helpful? Give feedback.
All reactions