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 f2e1272 commit 7be7a47Copy full SHA for 7be7a47
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+0.3.0
2
+---
3
+
4
+- Add Fonter and Glypher interfaces
5
+- Refactor rotation process
6
+- examples: use build directives for both Go1.17 and earlier versions
7
+- Add boundingbox
8
+- fix: tinyfontgen URL in README (#32)
9
+- Return LineWidth for empty string as 0,0
10
11
0.2.1
12
---
13
version.go
@@ -4,4 +4,4 @@ package tinyfont
// for support purposes.
//
// Update this value before release of new version of software.
-const Version = "0.2.1"
+const Version = "0.3.0"
0 commit comments