diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-11 21:03:20 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-11 21:03:20 -0500 |
commit | 665668e5a11d86448ed3cdcef7cffe14989f40f2 (patch) | |
tree | ee81908f2b2d8f4320d4e2313372d3556104b336 /data | |
parent | d2d6ccfeb77711eed7e48bf958b76168bdfd0621 (diff) |
Add a convenient default font.
* data/fonts/DejaVuSans.ttf: New file.
* data/fonts/AUTHORS: New file.
* data/Makefile.am: New file.
* configure.ac (AC_CONFIG_FILES): Add 'data/Makefile'.
* Makefile.am (SUBDIRS): Add 'data'.
* 2d/font.scm (default-font): New variable.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/fonts/AUTHORS | 2 | ||||
-rw-r--r-- | data/fonts/DejaVuSans.ttf | bin | 0 -> 741536 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..552da87 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,2 @@ +fontsdir = $(pkgdatadir)/fonts +fonts_DATA = fonts/DejaVuSans.ttf diff --git a/data/fonts/AUTHORS b/data/fonts/AUTHORS new file mode 100644 index 0000000..3367e7d --- /dev/null +++ b/data/fonts/AUTHORS @@ -0,0 +1,2 @@ +DejaVu font by http://dejavu-fonts.org/wiki/Authors +License details available at http://dejavu-fonts.org/wiki/License
\ No newline at end of file diff --git a/data/fonts/DejaVuSans.ttf b/data/fonts/DejaVuSans.ttf Binary files differnew file mode 100644 index 0000000..9d40c32 --- /dev/null +++ b/data/fonts/DejaVuSans.ttf |