Crate scan_fonts

Source
Expand description

§Example

use scan_fonts::scan_fonts;

  for font in scan_fonts(".")? {
    println!("font {:?}", font);
  }

Structs§

Font
A font file on the filesystem.
FontIterator
Iterate over each font.

Enums§

FontStyle
Font style

Functions§

scan_fonts
Recursively find all fonts in the path.