Skip to content

Commit 2f0c939

Browse files
committed
Delete hg related detritus.
We use git and github now, not hg and code.google.com.
1 parent 160e1d6 commit 2f0c939

File tree

3 files changed

+6
-43
lines changed

3 files changed

+6
-43
lines changed

.hgignore

Lines changed: 0 additions & 35 deletions
This file was deleted.

README

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
This is a port of the Freetype font rasterizer (www.freetype.org) to the Go
2-
programming language (golang.org).
1+
The Freetype font rasterizer in the Go programming language.
32

43
To download and install from source:
5-
$ go get code.google.com/p/freetype-go/freetype
4+
$ go get github.com/golang/freetype
65

76
It is an incomplete port:
87
* It only supports TrueType fonts, and not Type 1 fonts nor bitmap fonts.
98
* It only supports the Unicode encoding.
109

1110
There are also some implementation differences:
12-
* It uses a 24.8 fixed point co-ordinate system everywhere internally,
11+
* It uses a 26.6 fixed point co-ordinate system everywhere internally,
1312
as opposed to the original Freetype's mix of 26.6 (or 10.6 for 16-bit
14-
systems) in some places, and 24.8 in the "smooth" rasterizer.
13+
systems) in some places, and 24.8 in the "smooth" rasterizer.
1514

1615
Freetype-Go is derived from Freetype, which is written in C. Freetype is
1716
copyright 1996-2010 David Turner, Robert Wilhelm, and Werner Lemberg.
1817
Freetype-Go is copyright The Freetype-Go Authors, who are listed in the
1918
AUTHORS file.
2019

21-
The Freetype-Go homepage is http://code.google.com/p/freetype-go/
22-
20+
Unless otherwise noted, the Freetype-Go source files are distributed
21+
under the BSD-style license found in the LICENSE file.

lib/codereview/codereview.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)