提交 41fa49aa 编写于 作者: N Nigel Tao

Update x/exp/shiny/font to x/image/font.

上级 494079eb
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
"os" "os"
"github.com/golang/freetype/truetype" "github.com/golang/freetype/truetype"
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
"golang.org/x/image/math/fixed" "golang.org/x/image/math/fixed"
) )
......
...@@ -23,7 +23,7 @@ import ( ...@@ -23,7 +23,7 @@ import (
"os" "os"
"github.com/golang/freetype" "github.com/golang/freetype"
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
) )
var ( var (
......
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
"log" "log"
"github.com/golang/freetype/truetype" "github.com/golang/freetype/truetype"
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
"golang.org/x/image/math/fixed" "golang.org/x/image/math/fixed"
) )
......
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
"github.com/golang/freetype/raster" "github.com/golang/freetype/raster"
"github.com/golang/freetype/truetype" "github.com/golang/freetype/truetype"
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
"golang.org/x/image/math/fixed" "golang.org/x/image/math/fixed"
) )
......
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
"image" "image"
"github.com/golang/freetype/raster" "github.com/golang/freetype/raster"
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
"golang.org/x/image/math/fixed" "golang.org/x/image/math/fixed"
) )
......
...@@ -12,7 +12,7 @@ import ( ...@@ -12,7 +12,7 @@ import (
"strings" "strings"
"testing" "testing"
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
"golang.org/x/image/math/fixed" "golang.org/x/image/math/fixed"
) )
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
package truetype package truetype
import ( import (
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
"golang.org/x/image/math/fixed" "golang.org/x/image/math/fixed"
) )
......
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
"strings" "strings"
"testing" "testing"
"golang.org/x/exp/shiny/font" "golang.org/x/image/font"
"golang.org/x/image/math/fixed" "golang.org/x/image/math/fixed"
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册