Skip to main content

Crate flash_font

Crate flash_font 

Source
Expand description

A library for managing a font database, including scanning, parsing, and searching fonts.

Provides utilities to synchronize font files on disk with a SQLite database and search for font files by their family names.

Modules§

error
parser
scanner

Functions§

select_font_by_name
Searches the database for font file paths matching a specific font family name.
update_font_database
Updates the font database by scanning the provided root directory.