summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-12-02 00:38:09 +0100
committerTor Andersson <tor@ghostscript.com>2009-12-02 00:38:09 +0100
commit46903cebda57af8fb7d75ce20e4afe119b7cd52c (patch)
tree21011ab826ff0540b3360f4a3e9f52748a0dae6f /README
parent12482b4d82fb7bd8e2a4e5782c21250cb3af0d96 (diff)
downloadmupdf-46903cebda57af8fb7d75ce20e4afe119b7cd52c.tar.xz
Word wrap the long lines in README.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 14 insertions, 5 deletions
diff --git a/README b/README
index bd1ad375..c5abec02 100644
--- a/README
+++ b/README
@@ -2,11 +2,20 @@ ABOUT
MuPDF is a lightweight PDF viewer and toolkit written in portable C.
-The renderer in MuPDF is tailored for high quality anti-aliased graphics. MuPDF renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen.
-
-MuPDF has a small footprint. A binary that includes the standard Roman fonts is only one megabyte. A build with full CJK support (including an Asian font) is approximately five megabytes.
-
-MuPDF has support for all non-interactive PDF 1.7 features, and the toolkit provides a simple API for accessing the internal structures of the PDF document. Example code for navigating interactive links and bookmarks, encrypting PDF files, extracting fonts, images, and searchable text, and rendering pages to image files is provided.
+The renderer in MuPDF is tailored for high quality anti-aliased
+graphics. MuPDF renders text with metrics and spacing accurate to
+within fractions of a pixel for the highest fidelity in reproducing
+the look of a printed page on screen.
+
+MuPDF has a small footprint. A binary that includes the standard
+Roman fonts is only one megabyte. A build with full CJK support
+(including an Asian font) is approximately five megabytes.
+
+MuPDF has support for all non-interactive PDF 1.7 features, and the
+toolkit provides a simple API for accessing the internal structures of
+the PDF document. Example code for navigating interactive links and
+bookmarks, encrypting PDF files, extracting fonts, images, and
+searchable text, and rendering pages to image files is provided.
LICENSE