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
|
Source: grcompiler
Build-Depends: cmake, debhelper-compat (= 13), docbook2x, pkg-config, libicu-dev (>= 4.2), liblz4-dev
Section: devel
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Daniel Glassey <wdg@debian.org>, Martin Hosken <martin_hosken@sil.org>
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/fonts-team/grcompiler
Vcs-Git: https://salsa.debian.org/fonts-team/grcompiler.git
Homepage: https://github.com/silnrsi/grcompiler
Package: grcompiler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libgraphite2-3, pango-graphite, gnome-www-browser | firefox-esr, libreoffice
Description: Compiler of smart (graphite) fonts
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 extensibility. 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 graphite compiler.
|