mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2f95c357b3
A type 1 Rasterizer Library for UNIX/X11. PR: 11682 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
13 lines
593 B
Plaintext
13 lines
593 B
Plaintext
t1lib is a library written in the C programming language allowing a programmer
|
|
to generate bitmaps from Adobe (TM) Type 1 fonts quite easily. These bitmaps
|
|
are returned in a data structure with type GLYPH. This special GLYPH-type is
|
|
also used in the X11 window system to describe character bitmaps. It contains
|
|
the bitmap data as well as some metric information. But t1lib is in itself
|
|
entirely independent of the X11-system or any other graphical user interface.
|
|
|
|
WWW :
|
|
http://www.neuroinformatik.ruhr-uni-bochum.de/ini/PEOPLE/rmz/t1lib/t1lib.html
|
|
|
|
- Ying-Chieh Liao
|
|
ijliao@csie.nctu.edu.tw
|