Crate scan_fonts

source ·
Expand description

Example

use scan_fonts::scan_fonts;

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

Structs

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

Enums

Font style

Functions

Recursively find all fonts in the path.