/* This is readme.txt file for Glyph Keeper library. */


Introduction
------------

What's this all about? It is text rendering. When you write a program you
will probably like it to print something on screen, like "Hello, World!" or
"Format? y/n". Yes? Then this library is for you!

More information is available on Glyph Keeper web-site:
  http://kd.lab.nig.ac.jp/glyph-keeper/

To do:
 1. Write a more sane readme.txt



Files, included in this package:
--------------------------------

docs/*  - Documentation

include/glyph.h  - Glyph Keeper header file,
    you may copy it to your compiler 'include' directory.

src/*  - Glyph Keeper source. If you compile Glyph Keeper manually,
    you only need to compile src/glyph.c', as it #includes all other files.

changes.txt  - Glyph Keeper version history.

license.txt  - Glyph Keeper license.

readme.txt  - This file.
