We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab1edc commit 184f8d2Copy full SHA for 184f8d2
README.md
@@ -6,6 +6,19 @@
6
This is an experimental package used to render open source fonts to
7
polygons using Go.
8
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
22
## Example usage
23
24
To use one or more fonts within a Go program, import the main
0 commit comments