diff options
author | minskim <minskim> | 2008-12-09 01:54:25 +0000 |
---|---|---|
committer | minskim <minskim> | 2008-12-09 01:54:25 +0000 |
commit | 8b11fd9b8f7a404fe07d6a7163c4b4c0d1101ca4 (patch) | |
tree | 5b94fb42b65dd73dbfeb7878f447da01beaa257a /graphics/silgraphite/PLIST | |
parent | 144eeccd85517409053a53cf23b3df7f13bafe94 (diff) | |
download | pkgsrc-8b11fd9b8f7a404fe07d6a7163c4b4c0d1101ca4.tar.gz |
Import silgraphite from pkgsrc-wip.
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.
Diffstat (limited to 'graphics/silgraphite/PLIST')
-rw-r--r-- | graphics/silgraphite/PLIST | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/silgraphite/PLIST b/graphics/silgraphite/PLIST new file mode 100644 index 00000000000..34525963675 --- /dev/null +++ b/graphics/silgraphite/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/09 01:54:25 minskim Exp $ +include/graphite/FileFont.h +include/graphite/Font.h +include/graphite/GrAppData.h +include/graphite/GrClient.h +include/graphite/GrCommon.h +include/graphite/GrConstants.h +include/graphite/GrData.h +include/graphite/GrDebug.h +include/graphite/GrExt.h +include/graphite/GrFeature.h +include/graphite/GrMstypes.h +include/graphite/GrPlatform.h +include/graphite/GrResult.h +include/graphite/GrStructs.h +include/graphite/GrWrappers.h +include/graphite/GraphiteProcess.h +include/graphite/IGrEngine.h +include/graphite/IGrJustifier.h +include/graphite/IGraphiteProcess.h +include/graphite/ITextSource.h +include/graphite/MemoryUsage.h +include/graphite/Segment.h +include/graphite/SegmentAux.h +include/graphite/SegmentPainter.h +lib/libgraphite.la +lib/pkgconfig/silgraphite.pc +@dirrm include/graphite |