Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
gmlewis committed Jun 29, 2024
1 parent 6ab1edc commit 184f8d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
This is an experimental package used to render open source fonts to
polygons using Go.

As of version `v0.18.0`, all fonts have been moved to separate repos
due to the original repo being [just too huge](https://github.com/golang/go/issues/67996#issuecomment-2197565901).

They are now organized by the first letter of the name of the font:

```
github.com/gmlewis/go-fonts-a/fonts/aaarghnormal
...
github.com/gmlewis/go-fonts-b/fonts/baloo
...
github.com/gmlewis/go-fonts-z/fonts/znikomitno24
```

## Example usage

To use one or more fonts within a Go program, import the main
Expand Down

0 comments on commit 184f8d2

Please sign in to comment.