notoize

Crates.ionotoize
lib.rsnotoize
version
sourcesrc
created_at2024-02-15 20:46:04.541757
updated_at2024-11-22 20:53:47.121004
descriptionA crate that tells you what Noto font stack you need.
homepage
repositoryhttps://github.com/berrymot/notoize/
max_upload_size
id1141531
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
merrybot (berrymot)

documentation

README

notoize

A crate that tells you what Noto font stack you need.

This is not "not oize". what's oize

Beware:

  • no config options yet

notoize()

Takes a &str and returns a FontStack.

FontStack

A Vec<font names>.

  • files() returns a Vec<Font>.

Font

  • filename, bytes: for writing the font file elsewhere
  • fontname: for CSS
Commit count: 104

cargo fmt