1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
A cross-platform, OpenGL terminal emulator.
Find a file
Joe Wilm 32bac94343 implement list_fonts::list_families
A list of families is returned. Each variant contains the variant's
style, the filepath for the variant, and the index of the variant in the
file. This info should be enough to get freetype to actually load a
font.
2016-02-21 17:49:13 -08:00
src implement list_fonts::list_families 2016-02-21 17:49:13 -08:00
.gitignore Initialize new cargo binary project 2016-02-21 08:15:41 -08:00
.travis.yml Add function for listing font names on linux 2016-02-21 15:20:03 -08:00
Cargo.lock Add function for listing font names on linux 2016-02-21 15:20:03 -08:00
Cargo.toml Add function for listing font names on linux 2016-02-21 15:20:03 -08:00