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

Move files up one level.

上级 2f0c939b
......@@ -17,7 +17,7 @@ import (
"log"
"os"
"code.google.com/p/freetype-go/freetype"
"github.com/golang/freetype"
)
var (
......
......@@ -14,7 +14,7 @@ import (
"log"
"os"
"code.google.com/p/freetype-go/freetype/raster"
"github.com/golang/freetype/raster"
)
func p(x, y int) raster.Point {
......
......@@ -15,7 +15,7 @@ import (
"log"
"os"
"code.google.com/p/freetype-go/freetype/raster"
"github.com/golang/freetype/raster"
)
type node struct {
......
......@@ -21,7 +21,7 @@ import (
"math"
"os"
"code.google.com/p/freetype-go/freetype/raster"
"github.com/golang/freetype/raster"
)
func main() {
......
......@@ -11,7 +11,7 @@ import (
"io/ioutil"
"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")
......
......@@ -13,8 +13,8 @@ import (
"image"
"image/draw"
"code.google.com/p/freetype-go/freetype/raster"
"code.google.com/p/freetype-go/freetype/truetype"
"github.com/golang/freetype/raster"
"github.com/golang/freetype/truetype"
)
// 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.
先完成此消息的编辑!
想要评论请 注册