2
0
mirror of synced 2025-02-23 06:48:15 +00:00

font: move to exp/font.

Change-Id: I62d5bcd829cb35e13843586b25829938778c79f5
Reviewed-on: https://go-review.googlesource.com/11133
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Nigel Tao 2015-06-16 14:13:47 -07:00
parent 93e2526d55
commit 981e383923
7 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import (
"time" "time"
"code.google.com/p/freetype-go/freetype" "code.google.com/p/freetype-go/freetype"
"golang.org/x/mobile/font" "golang.org/x/mobile/exp/font"
"golang.org/x/mobile/geom" "golang.org/x/mobile/geom"
"golang.org/x/mobile/gl/glutil" "golang.org/x/mobile/gl/glutil"
) )

View File

@ -3,4 +3,4 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Package font provides platform independent access to system fonts. // Package font provides platform independent access to system fonts.
package font // import "golang.org/x/mobile/font" package font // import "golang.org/x/mobile/exp/font"