#font #stack #noto #tells

bin+lib notoize

A crate that tells you what Noto font stack you need

21 stable releases

new 2.8.0 May 16, 2024
2.7.0 Apr 23, 2024
2.3.0 Mar 22, 2024
2.1.0 Feb 18, 2024
1.5.0 Feb 18, 2024

#46 in Data formats

Download history 66/week @ 2024-02-09 661/week @ 2024-02-16 42/week @ 2024-02-23 80/week @ 2024-03-01 454/week @ 2024-03-08 202/week @ 2024-03-15 181/week @ 2024-03-22 18/week @ 2024-03-29 165/week @ 2024-04-05 531/week @ 2024-04-12 182/week @ 2024-04-19 19/week @ 2024-04-26 3/week @ 2024-05-03

738 downloads per month

MIT/Apache

280KB
329 lines

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

Dependencies

~4–20MB
~269K SLoC