diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-10 17:28:43 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-10 17:28:43 +0000 |
commit | f42d0fd6cd48f17e11d6c2d52fe479e8d12eeee4 (patch) | |
tree | 71f86c1e84dc58f53d7f111b4c9394d3287326da /devel/lasi/pkg-descr | |
parent | b444684131e4889e57be98bd53988ec2bd7e6d6c (diff) | |
download | ports-f42d0fd6cd48f17e11d6c2d52fe479e8d12eeee4.tar.gz ports-f42d0fd6cd48f17e11d6c2d52fe479e8d12eeee4.zip |
Add lasi 1.0.4, c++ stream output interface for creating Postscript
documents.
PR: ports/98601
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Approved by: lawrance (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=165038
Diffstat (limited to 'devel/lasi/pkg-descr')
-rw-r--r-- | devel/lasi/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/lasi/pkg-descr b/devel/lasi/pkg-descr new file mode 100644 index 000000000000..96257bd6b0e9 --- /dev/null +++ b/devel/lasi/pkg-descr @@ -0,0 +1,14 @@ +LASi +________ +libLASi is a library written by Larry Siden that provides a C++ stream +output interface ( with operator << ) for creating Postscript documents +that can contain characters from any of the scripts and symbol blocks +supported in Unicode and by Owen Taylor's Pango layout engine. The +library accomodates right-to-left scripts such as Arabic and Hebrew as +easily as left-to-right scripts. Indic and Indic-derived Complex Text +Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are +supported to the extent provided by Pango and by the OpenType fonts +installed on your system. All of this is provided without need for any +special configuration or layout calculation on the programmer's part. + +WWW: http://eyegene.ophthy.med.umich.edu/lasi/ |