notoize

Crates.ionotoize
lib.rsnotoize
version2.9.2
sourcesrc
created_at2024-02-15 20:46:04.541757
updated_at2024-05-20 02:50:02.849108
descriptionA crate that tells you what Noto font stack you need.
homepage
repositoryhttps://github.com/berrymot/notoize/
max_upload_size
id1141531
size4,912,722
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
  • Sometimes outputs FangsongKSSRotated instead of CJK.
  • Fetches CJK when encountering emoji

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: 89

cargo fmt