Skip to content

Commit 184f8d2

Browse files
committed
Update README.md
Signed-off-by: Glenn Lewis <[email protected]>
1 parent 6ab1edc commit 184f8d2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
This is an experimental package used to render open source fonts to
77
polygons using Go.
88

9+
As of version `v0.18.0`, all fonts have been moved to separate repos
10+
due to the original repo being [just too huge](https://github.com/golang/go/issues/67996#issuecomment-2197565901).
11+
12+
They are now organized by the first letter of the name of the font:
13+
14+
```
15+
github.com/gmlewis/go-fonts-a/fonts/aaarghnormal
16+
...
17+
github.com/gmlewis/go-fonts-b/fonts/baloo
18+
...
19+
github.com/gmlewis/go-fonts-z/fonts/znikomitno24
20+
```
21+
922
## Example usage
1023

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

0 commit comments

Comments
 (0)