kas-gui / kas-text

Rich text processing
Apache License 2.0
59 stars 2 forks source link

Font discovery / font-kit #38

Closed dhardy closed 3 years ago

dhardy commented 3 years ago

KAS-text uses CSS-like selection criteria to pick fonts, with the API essentially copied from font-kit's FamilyName and Properties.

Font-kit is a large library which we only use for font discovery. We actually depend on an older version to avoid extra dependencies in more recent versions of the library.

One way or another, we should remove font-kit as a dependency (possibly by extracting some of font-kit to a new library).

dhardy commented 3 years ago

Done (#46).