提交 bf25f8ce 编写于 作者: N Nigel Tao

Move files up one level.

上级 2f0c939b
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
"log" "log"
"os" "os"
"code.google.com/p/freetype-go/freetype" "github.com/golang/freetype"
) )
var ( var (
......
...@@ -14,7 +14,7 @@ import ( ...@@ -14,7 +14,7 @@ import (
"log" "log"
"os" "os"
"code.google.com/p/freetype-go/freetype/raster" "github.com/golang/freetype/raster"
) )
func p(x, y int) raster.Point { func p(x, y int) raster.Point {
......
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
"log" "log"
"os" "os"
"code.google.com/p/freetype-go/freetype/raster" "github.com/golang/freetype/raster"
) )
type node struct { type node struct {
......
...@@ -21,7 +21,7 @@ import ( ...@@ -21,7 +21,7 @@ import (
"math" "math"
"os" "os"
"code.google.com/p/freetype-go/freetype/raster" "github.com/golang/freetype/raster"
) )
func main() { func main() {
......
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
"io/ioutil" "io/ioutil"
"log" "log"
"code.google.com/p/freetype-go/freetype/truetype" "github.com/golang/freetype/truetype"
) )
var fontfile = flag.String("fontfile", "../../testdata/luxisr.ttf", "filename of the ttf font") var fontfile = flag.String("fontfile", "../../testdata/luxisr.ttf", "filename of the ttf font")
......
...@@ -13,8 +13,8 @@ import ( ...@@ -13,8 +13,8 @@ import (
"image" "image"
"image/draw" "image/draw"
"code.google.com/p/freetype-go/freetype/raster" "github.com/golang/freetype/raster"
"code.google.com/p/freetype-go/freetype/truetype" "github.com/golang/freetype/truetype"
) )
// These constants determine the size of the glyph cache. The cache is keyed // These constants determine the size of the glyph cache. The cache is keyed
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册