OpenGL programs with character rendering services via an application
programming interface (API).
The character rendering services provided by GLC has some significant
advantages over platform specific interface such as GLX or WGL:
1. The GLC API is platform independent. Since most nontrivial GL
applications render characters, GLC is an important step toward the
goal of truly portable GL applications.
2. The GLC is simpler to use. Only two lines of GLC commands are
required to prepare for rendering characters.
3. GLC provides more ways to exploit the rendering power of OpenGL.
For example, a glyph can be drawn as a bitmap, a set of lines, a
set of triangles, or a textured rectangle.
4. GLC provides better support for glyph transformations. For
example, GLC supports rotated text, which is unavailable in GLX.
5. GLC provides better support for the large coded character set
defined by the standards ISO/IEC 10646:2003 and Unicode 4.0.1
QuesoGLC is a free (as in free speech) implementation of the GLC.
QuesoGLC is based on the FreeType library, provides Unicode support
and is designed to be easily ported to any platform that supports
both FreeType and the OpenGL API.
WWW: http://quesoglc.sourceforge.net/
- Support for registering MIME types with the host desktop.
- FBO mode is now the default for Direct3D.
- Support for COM proxy delegation.
- Proper fullscreen mode for the virtual desktop.
- Various bug fixes.
more function than libiconv. (Currently only support
few codecs)
WWW: http://github.com/buganini/bsdconv/
PR: ports/134871
Submitted by: buganini at gmail.com
package. For publication quality tables it utilizes the booktabs
package. It also supports the tabularx and tabulary packages for
nicer fixed-width tables. Furthermore, it supports the colortbl
package for colored tables optimized for presentations. The powerful
new ctable package is supported and especially recommended when
footnotes are needed. LaTeX::Table ships with some predefined, good
looking themes.
WWW: http://search.cpan.org/dist/LaTeX-Table/
PR: ports/135243
Submitted by: Wen Heping <wenheping at gmail.com>
Latex programs to format a LaTeX document. Formatting with LaTeX
is complicated; there are potentially many programs to run and the
output of those programs must be monitored to determine whether
further processing is required.
WWW: http://search.cpan.org/dist/LaTeX-Driver/
PR: ports/135170
Submitted by: Wen Heping <wenheping at gmail.com>
be formatted with LaTeX. It encodes characters that are special
to LaTeX or that are represented in LaTeX by LaTeX commands.
WWW: http://search.cpan.org/dist/LaTeX-Encode/
PR: ports/135171
Submitted by: Wen Heping <wenheping at gmail.com>
not fully) LaTeX documents and returns a tree-based representation
of what it finds. This tree is a LaTeX::TOM::Tree. The tree contains
LaTeX::TOM::Node nodes.
WWW: http://search.cpan.org/dist/LaTeX-TOM/
PR: ports/135245
Submitted by: Wen Heping <wenheping at gmail.com>
arbitrary number bases. It is as fast as I currently know how
to make it (of course relying only on the lovely Perl). If you
would rather utilize an object syntax for number-base conversion,
please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine
Math::BaseCalc module.
WWW: http://search.cpan.org/dist/Math-BaseCnv/
PR: ports/135216
Submitted by: Wen Heping <wenheping at gmail.com>