Expand description
§Example
use scan_fonts::scan_fonts;
for font in scan_fonts(".")? {
println!("font {:?}", font);
}
Structs§
- Font
- A font file on the filesystem.
- Font
Iterator - Iterate over each font.
Enums§
- Font
Style - Font style
Functions§
- scan_
fonts - Recursively find all fonts in the path.