freetype/testdata
Nigel Tao cf94cb9b43 freetype/truetype: update the golden tests for Ubuntu 14.04's version
of standard fonts like Deja Vu Sans Oblique.

LGTM=bsiegert
R=bsiegert
CC=golang-codereviews
https://codereview.appspot.com/164660043
2014-11-07 09:38:15 +11:00
..
COPYING freeetype: move the test fonts from the luxi-fonts/ directory to 2013-10-04 17:03:59 +10:00
README freetype: add script to create more hinting tests. 2013-10-09 20:07:32 +11:00
luximr.ttf freeetype: move the test fonts from the luxi-fonts/ directory to 2013-10-04 17:03:59 +10:00
luximr.ttx freetype/truetype: update the golden tests for Ubuntu 14.04's version 2014-11-07 09:38:15 +11:00
luxirr.ttf freeetype: move the test fonts from the luxi-fonts/ directory to 2013-10-04 17:03:59 +10:00
luxirr.ttx freetype/truetype: update the golden tests for Ubuntu 14.04's version 2014-11-07 09:38:15 +11:00
luxisr-12pt-sans-hinting.txt freetype/truetype: add testdata for advance widths and bounding boxes. 2013-12-16 13:47:21 +11:00
luxisr-12pt-with-hinting.txt freetype/truetype: add testdata for advance widths and bounding boxes. 2013-12-16 13:47:21 +11:00
luxisr.ttf freeetype: move the test fonts from the luxi-fonts/ directory to 2013-10-04 17:03:59 +10:00
luxisr.ttx freetype/truetype: update the golden tests for Ubuntu 14.04's version 2014-11-07 09:38:15 +11:00
make-other-hinting-txts.sh freetype/truetype: update the golden tests for Ubuntu 14.04's version 2014-11-07 09:38:15 +11:00

README

The luxi*.ttf and COPYING files in this directory were copied from the X.org
project, specifically
http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.0.tar.bz2

There are three Luxi fonts: sans (s), serif (r) and monospaced (m). For example,
luxisr.ttf is Luxi Sans. The 'r' here means regular, as opposed to bold.

The *.ttx files in this directory were generated from the *.ttf files
by the ttx command-line tool.
http://www.letterror.com/code/ttx/index.html

The *-hinting.txt files in this directory were generated from the *.ttf files
by the ../cmd/print-glyph-points command-line tool.