blob: eca59e48c555879e0e411309255bf4468d1e4f5a (
plain)
1
2
3
4
5
6
7
|
Graphite is a smart font engine that basically takes a unicode string
and font formatting information (features, size, etc.) and returns a
set of positioned glyphs. In reality, Graphite does more than this in
that it handles cursor tracking and interaction with the rendering
engine for string selection, etc.
This package is a wrapper for FreeType.
|