diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-07 19:02:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-07 19:02:18 +0800 |
commit | 7ee925bf9489dd1176ec0c2f8a128c2363ebaa43 (patch) | |
tree | 5aaf480c3dfd9e0235c4ab3f15d5ad231a0b808a /graphics/Makefile | |
parent | 16d5c5867892e022f1d9177c47d247d0f3c20c06 (diff) | |
download | freebsd-ports-gnome-7ee925bf9489dd1176ec0c2f8a128c2363ebaa43.tar.gz freebsd-ports-gnome-7ee925bf9489dd1176ec0c2f8a128c2363ebaa43.tar.zst freebsd-ports-gnome-7ee925bf9489dd1176ec0c2f8a128c2363ebaa43.zip |
Graphite is a project under development within SIL'ss Non-Roman Script
Initiative and Language Software Development groups to provide
rendering capabilities for complex non-Roman writing systems. The
original goal was a system for the Windows platform; the system has
also been ported to Linux. Graphite can be used to create "smart
fonts" capable of displaying writing systems with various complex
behaviors. With respect to the Text Encoding Model, Graphite handles
the "Rendering" aspect of writing system implementation.
WWW: http://silgraphite.sourceforge.net/
PR: ports/129346
Submitted by: Dennis Herrmann <adox at mcx2.org>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3a3b756fda48..eecba5f30383 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -755,6 +755,7 @@ SUBDIR += shim SUBDIR += show SUBDIR += showimg + SUBDIR += silgraphite SUBDIR += simage SUBDIR += skanlite SUBDIR += skencil |