aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-19 10:35:59 +0200
committerMattias Andrée <maandree@kth.se>2022-07-19 10:35:59 +0200
commitf88ad65daae11d8fbccd8aeecd150cd57ed26b7e (patch)
tree9919cc9c079a02e3e45f478349d4f68060fc5c04
parentImprove makefile (diff)
downloadlibparsepcf-f88ad65daae11d8fbccd8aeecd150cd57ed26b7e.tar.gz
libparsepcf-f88ad65daae11d8fbccd8aeecd150cd57ed26b7e.tar.bz2
libparsepcf-f88ad65daae11d8fbccd8aeecd150cd57ed26b7e.tar.xz
Improve README
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 2a195c1..66e1aee 100644
--- a/README
+++ b/README
@@ -1 +1,11 @@
-libparsepcf is a C library for interpreting PCF (Portable Compiled Format) font files.
+NAME
+ libparsepcf - Library for interpreting PCF (Portable Compiled Format) font files
+
+DESCRIPTION
+ libparsepcf is a C library for interpreting PCF (Portable Compiled Format) font
+ files. It can be used to examine the contents of a font file. It does not render
+ text, instead the user is given enough information to implement it's own
+ rendering; nor is the library capable of creating PCF files.
+
+SEE ALSO
+ None