Skip to content

Commit

Permalink
docs(font-enumeration): add README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 25, 2024
1 parent 1774c79 commit 97549ae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions font-enumeration/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div align="center">

# font-enumeration 🗚

**Enumerate fonts using system libraries**

![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
[![Crates.io](https://img.shields.io/crates/v/font-enumeration.svg)](https://crates.io/crates/font-enumeration)
[![Build status](https://github.com/tomcur/font-metrics/workflows/CI/badge.svg)](https://github.com/tomcur/font-metrics/actions)

</div>

This is a cross-platform library for enumerating system fonts.

Supported platforms:

- Unix-like (Fontconfig)
- Windows (DirectWrite; **untested**)
- MacOS (Core Text; **untested**)

0 comments on commit 97549ae

Please sign in to comment.