summaryrefslogtreecommitdiff
path: root/graphics/silgraphite
AgeCommit message (Collapse)AuthorFilesLines
2009-01-09silgraphite uses C99 features.minskim1-2/+2
2008-12-09Import silgraphite from pkgsrc-wip.minskim5-0/+82
Graphite is a project under development within SIL's Non-Roman Script Initiative and Language Software Development groups to provide rendering capabilities for complex non-Roman writing systems. Its smart-font engine is the bit that takes a Unicode string, font formatting information (features, size, etc.), and a font, and returns a set of positioned glyphs. Graphite also does more than this, in that it can handle cursor tracking and interaction with the application for string selection, etc.