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

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

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