Oh my god
This commit is contained in:
parent
b8bf5743b4
commit
4e488582d0
@ -2,7 +2,7 @@ package textdraw
|
|||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
import "golang.org/x/image/math/fixed"
|
import "golang.org/x/image/math/fixed"
|
||||||
import "git.tebibyte.media/sashakoshka/tomo/defaultfont"
|
import defaultfont "git.tebibyte.media/sashakoshka/tomo/default/font"
|
||||||
|
|
||||||
func TestDoWord (test *testing.T) {
|
func TestDoWord (test *testing.T) {
|
||||||
text := []rune("The quick brown fox")
|
text := []rune("The quick brown fox")
|
||||||
|
@ -4,7 +4,7 @@ import "image"
|
|||||||
import "testing"
|
import "testing"
|
||||||
import "golang.org/x/image/math/fixed"
|
import "golang.org/x/image/math/fixed"
|
||||||
import "git.tebibyte.media/sashakoshka/tomo/fixedutil"
|
import "git.tebibyte.media/sashakoshka/tomo/fixedutil"
|
||||||
import "git.tebibyte.media/sashakoshka/tomo/defaultfont"
|
import defaultfont "git.tebibyte.media/sashakoshka/tomo/default/font"
|
||||||
|
|
||||||
func TestSetterLength (test *testing.T) {
|
func TestSetterLength (test *testing.T) {
|
||||||
// case 1
|
// case 1
|
||||||
|
Reference in New Issue
Block a user