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

This commit is contained in:
Nigel Tao 2015-09-01 15:49:46 +10:00
parent 494079eb2b
commit 41fa49aa5b
8 changed files with 8 additions and 8 deletions

View File

@ -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"
)

View File

@ -23,7 +23,7 @@ import (
"os"
"github.com/golang/freetype"
"golang.org/x/exp/shiny/font"
"golang.org/x/image/font"
)
var (

View File

@ -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"
)

View File

@ -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"
)

View File

@ -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"
)

View File

@ -12,7 +12,7 @@ import (
"strings"
"testing"
"golang.org/x/exp/shiny/font"
"golang.org/x/image/font"
"golang.org/x/image/math/fixed"
)

View File

@ -6,7 +6,7 @@
package truetype
import (
"golang.org/x/exp/shiny/font"
"golang.org/x/image/font"
"golang.org/x/image/math/fixed"
)

View File

@ -15,7 +15,7 @@ import (
"strings"
"testing"
"golang.org/x/exp/shiny/font"
"golang.org/x/image/font"
"golang.org/x/image/math/fixed"
)