1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
Source: silgraphite2.0
Priority: optional
Section: libs
Maintainer: Daniel Glassey <wdg@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0)
Standards-Version: 3.7.2
Package: libgraphite-dev
Section: libdevel
Architecture: any
Depends: libgraphite3 (= ${Source-Version})
Conflicts: libsilgraphite-dev, libsilgraphite-2.0
Description: Development files for SILGraphite
SILGraphite is a system that can be used to create and use "smart fonts"
capable of displaying writing systems with various complex behaviors, such
as: contextual shaping, ligatures, reordering, split glyphs,
bidirectionality, stacking diacritics and complex positioning.
.
This library was designed and developed by the NRSI (Non-Roman Script
Initiative) within SIL International (www.sil.org) to act as a complement to
other smart font rendering technologies with limited practical local
extensability. Its purpose is to help meet the needs of a very large number
of "minority language" communities for local extensibility of complex script
behaviors.
.
The behavior of the SILGraphite rendering engine for a given writing system is
specified through extra tables added to a TrueType font. These tables are
generated by compiling a GDL (Graphite Description Language) source file into
a font using grcompiler.
.
This package contains the headers and development libraries.
Package: libgraphite3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libsilgraphite-dev, libsilgraphite-2.0
Description: SILGraphite - a "smart font" rendering engine
SILGraphite is a system that can be used to create and use "smart fonts"
capable of displaying writing systems with various complex behaviors, such
as: contextual shaping, ligatures, reordering, split glyphs,
bidirectionality, stacking diacritics and complex positioning.
.
This library was designed and developed by the NRSI (Non-Roman Script
Initiative) within SIL International (www.sil.org) to act as a complement to
other smart font rendering technologies with limited practical local
extensability. Its purpose is to help meet the needs of a very large number
of "minority language" communities for local extensibility of complex script
behaviors.
.
The behavior of the SILGraphite rendering engine for a given writing system is
specified through extra tables added to a TrueType font. These tables are
generated by compiling a GDL (Graphite Description Language) source file into
a font using grcompiler.
.
This package contains the shared library.
Package: libgraphite3-dbg
Priority: extra
Section: libdevel
Architecture: any
Depends: libgraphite3 (= ${Source-Version})
Conflicts: libsilgraphite-dev, libsilgraphite-2.0
Description: debugging symbols for SILGraphite
SILGraphite is a system that can be used to create and use "smart fonts"
capable of displaying writing systems with various complex behaviors, such
as: contextual shaping, ligatures, reordering, split glyphs,
bidirectionality, stacking diacritics and complex positioning.
.
This library was designed and developed by the NRSI (Non-Roman Script
Initiative) within SIL International (www.sil.org) to act as a complement to
other smart font rendering technologies with limited practical local
extensability. Its purpose is to help meet the needs of a very large number
of "minority language" communities for local extensibility of complex script
behaviors.
.
The behavior of the SILGraphite rendering engine for a given writing system is
specified through extra tables added to a TrueType font. These tables are
generated by compiling a GDL (Graphite Description Language) source file into
a font using grcompiler.
.
This package contains the debug library.
|