From 8ac4c21419b9a4c933e6a150c3f2f0b7fca90c43 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard
Date: Sun, 24 Sep 2017 12:21:28 +0100
Subject: [PATCH] Import fontforge_20170731~dfsg-1.debian.tar.xz
[dgit import tarball fontforge 1:20170731~dfsg-1 fontforge_20170731~dfsg-1.debian.tar.xz]
---
README.source | 11 +
autogen.sh | 16 +
changelog | 1343 +++++++++
compat | 1 +
control | 215 ++
control.in | 186 ++
copyright | 659 ++++
copyright-check | 30 +
copyright_hints | 2834 ++++++++++++++++++
fontforge-common.install | 6 +
fontforge-common.manpages | 1 +
fontforge-doc.doc-base | 9 +
fontforge-doc.install | 1 +
fontforge-nox.install | 1 +
fontforge-nox.lintian-overrides | 5 +
fontforge.install | 2 +
fontforge.lintian-overrides | 5 +
gbp.conf | 6 +
libfontforge-dev.links | 2 +
libfontforge2.lintian-overrides | 2 +
libfontforge2.symbols | 2068 +++++++++++++
libgdraw5.install | 2 +
patches/008_libgif.diff | 15 +
patches/020_fix_pyext_path.diff | 38 +
patches/024_def_background.diff | 16 +
patches/027_catch_ctrl-c_signal.diff | 52 +
patches/2001_repackaging_fixup.patch | 65 +
patches/2002_avoid_upstream_git_or_pkg.patch | 71 +
patches/2003_avoid_privacy_breach.patch | 73 +
patches/671971.diff | 66 +
patches/900_debian_HelpDir_path.diff | 42 +
patches/901_ld_as_needed.diff | 37 +
patches/902_fix_optipng_reads.diff | 22 +
patches/series | 10 +
python-fontforge.install | 3 +
rules | 79 +
source/format | 1 +
source/lintian-overrides | 15 +
watch | 5 +
39 files changed, 8015 insertions(+)
create mode 100644 README.source
create mode 100755 autogen.sh
create mode 100644 changelog
create mode 100644 compat
create mode 100644 control
create mode 100644 control.in
create mode 100644 copyright
create mode 100755 copyright-check
create mode 100644 copyright_hints
create mode 100644 fontforge-common.install
create mode 100644 fontforge-common.manpages
create mode 100644 fontforge-doc.doc-base
create mode 100644 fontforge-doc.install
create mode 100644 fontforge-nox.install
create mode 100644 fontforge-nox.lintian-overrides
create mode 100644 fontforge.install
create mode 100644 fontforge.lintian-overrides
create mode 100644 gbp.conf
create mode 100644 libfontforge-dev.links
create mode 100644 libfontforge2.lintian-overrides
create mode 100644 libfontforge2.symbols
create mode 100644 libgdraw5.install
create mode 100644 patches/008_libgif.diff
create mode 100644 patches/020_fix_pyext_path.diff
create mode 100644 patches/024_def_background.diff
create mode 100644 patches/027_catch_ctrl-c_signal.diff
create mode 100644 patches/2001_repackaging_fixup.patch
create mode 100644 patches/2002_avoid_upstream_git_or_pkg.patch
create mode 100644 patches/2003_avoid_privacy_breach.patch
create mode 100644 patches/671971.diff
create mode 100644 patches/900_debian_HelpDir_path.diff
create mode 100644 patches/901_ld_as_needed.diff
create mode 100644 patches/902_fix_optipng_reads.diff
create mode 100644 patches/series
create mode 100644 python-fontforge.install
create mode 100755 rules
create mode 100644 source/format
create mode 100644 source/lintian-overrides
create mode 100644 watch
diff --git a/README.source b/README.source
new file mode 100644
index 0000000..f88449e
--- /dev/null
+++ b/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+---------------------
+
+This source package uses CDBS and git-buildpackage. NMUs need not (but
+are encouraged to) make special use of these tools. In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..0aa6f8b
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+set -e
+
+# if below check fails, ensure these are correct and update md5sum
+GNULIB_MODULES="warnings manywarnings c-strtod gethostname getline \
+iconv inet_ntop localeconv progname strcase strtok_r strndup tmpfile \
+xalloc xvasprintf"
+
+if ! echo 3669ba4f10d68e36751cb6a9e09ade03 bootstrap.conf | md5sum -c -; then
+ echo ERROR: bootstrap.conf changed - please update debian/autogen.sh
+ exit 1
+fi
+
+gnulib-tool --libtool --no-vc-files --import "$GNULIB_MODULES"
+autoreconf --force --install
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..af1b88c
--- /dev/null
+++ b/changelog
@@ -0,0 +1,1343 @@
+fontforge (1:20170731~dfsg-1) unstable; urgency=high
+
+ [upstream]
+ * New release with number of adjustments and fixes.
+ + Fixes multiple CVE's listed below.
+ CVE-2017-11577, CVE-2017-11576, CVE-2017-11575, CVE-2017-11574,
+ CVE-2017-11572, CVE-2017-11571, CVE-2017-11569, CVE-2017-11568.
+ Closes: bug#869614. Thanks to Salvatore Bonaccorso.
+
+ [ Vasudev Kamath ]
+ * Add fontforge-doc package to fontforge source.
+ Closes: bug#855710, bug#853040. Thanks to Hideki Yamane.
+ * Simplify d-shlibs handling. Tighten to build-depend on recent d-hlibs.
+ * debian/patches:
+ + Drop patch 1001, merged upstream.
+ + Refresh patch 2002 with new upstream files.
+ + Add patch 2003 for removing SourceForge logo from documentation.
+ * Update libfontforge2.symbols file for new release.
+ There a lot of refactoring done by upstream without bumping major
+ version.
+ * Drop unused lintian-override from debian/source/lintian-override.
+ * Drop wild card debian-old/* from debian/copyright. It is no longer
+ available in upstream source.
+ * Do not disable PIE.
+ Closes: bug#865601. Thanks to Adrian Bunk.
+
+ [ Jonas Smedegaard ]
+ * Add myself as uploader.
+ * Update watch file: Use substitution strings.
+ * Drop superfluous dh_installdirs hint files.
+ * Advertise DEP-3 format in patch headers.
+ * Tighten lintian overrides regarding License-Reference.
+ * Tighten lintian overrides regarding long code lines.
+ * Add lintian override for obsolete-url-in-packaging false positive.
+ * Drop obsolete maintainer script make-clean-tarball.
+ * Avoid mentioning Debian in doc-base title.
+ * Update homepage.
+ * Modernize Vcs-* fields:
+ + Consistently use git (not cgit) in path.
+ + Consistently include .git suffix in path.
+ * Update copyright info:
+ + Extend coverage for myself. Relince packaging to GPL-3+.
+ + Merge same-licensed Files sections.
+ + List graphicore code, licensed as BSD-2-clause.
+ + Fix drop duplicate entries.
+ + Fix list fontforge/fvimportbdf.c (same as gdraw/fontP.h) as
+ licensed BSD-3-clause and X11~TOG (not BSD-3-clause).
+ + Fix list files licensed BSD-3-clause in initial wildcard section.
+ + Fix list files by a non-main copyright holder licensed GPL-3+.
+ + Fix list files by a non-main copyright holders licensed GPL-3+
+ with font exception.
+ + Fix list font files.
+ + Fix list files licensed GPL-2+.
+ + Fix add License section for LGPL-2.1+.
+ + Exclude non-DFSG free fonts from repackaged tarball.
+ * Update package relations:
+ + Stop conflict with defoma: Dropped before oldstable.
+ * Drop breaks+replaces unneeded since oldstable.
+ * Generalize and extend patch 2003 to cover more potential breaches.
+
+ -- Jonas Smedegaard Sun, 24 Sep 2017 13:21:28 +0200
+
+fontforge (1:20161005~dfsg-4) unstable; urgency=medium
+
+ * Upload to unstable.
+ * Replace libuninamelist0-dev with libuninamelist1-dev in the override
+ section of d-shlibmove.
+
+ -- Vasudev Kamath Sat, 12 Nov 2016 20:37:51 +0530
+
+fontforge (1:20161005~dfsg-3) experimental; urgency=medium
+
+ * Install pkg-config files for libfontforge-dev
+
+ -- Vasudev Kamath Sat, 22 Oct 2016 17:06:59 +0530
+
+fontforge (1:20161005~dfsg-2) experimental; urgency=medium
+
+ * Add libglib2.0-dev as build-depends to fontforge, this makes sure that
+ libfontforge-dev gets libglib2.0-dev build dependency.
+ Closes: bug#840417, Thanks to Vasudev Kamath.
+
+ -- Vasudev Kamath Sat, 15 Oct 2016 12:05:27 +0530
+
+fontforge (1:20161005~dfsg-1) experimental; urgency=medium
+
+ * Import new upstream release.
+ * debian/copyright:
+ + Updated for new release.
+ * Update libfontforge2.symbols file for new release.
+ * Override libreadline7-dev with libreadline-dev for d-shlibs.
+ * Drop embedded copies of Cantarrel and Inconsolata fonts and add
+ recommends on the appropriate package for fontforge-common.
+
+ -- Vasudev Kamath Mon, 10 Oct 2016 14:09:39 +0530
+
+fontforge (1:20160404~dfsg-4) experimental; urgency=medium
+
+ * debian/control:
+ + fontforge-common: Bump fontforge version in Breaks and Replaces.
+ Closes: bug#836989, Thanks to Andreas Beckmann.
+
+ -- Vasudev Kamath Fri, 09 Sep 2016 22:57:16 +0530
+
+fontforge (1:20160404~dfsg-3) experimental; urgency=medium
+
+ * Move common files to fontforge-common package.
+ + Install prefs and hotkeys file via fontforge-common
+ + Install resources file which is needed by both fontforge-nox and
+ fontforge-x.
+ * Install MIME file for fontforge.
+
+ -- Vasudev Kamath Sat, 13 Aug 2016 16:26:43 +0530
+
+fontforge (1:20160404~dfsg-2) experimental; urgency=medium
+
+ * Install hotkeys for fontforge-nox
+
+ -- Vasudev Kamath Sat, 06 Aug 2016 20:01:25 +0530
+
+fontforge (1:20160404~dfsg-1) experimental; urgency=medium
+
+ [ upstream ]
+ * New release.
+
+ [ Hideki Yamane ]
+ * Update copyright info: Rewrite using file format 1.0.
+
+ [ Vasudev Kamath ]
+ * Update git-buildpackage config: Filter *.orig files.
+ * Drop patches set_fontforge_package_name gitignore.
+ * Git-ignore quilt .pc dir.
+ * Refresh fix-spelling-error patch.
+ * Convert packaging to CDBS.
+ * Enable copyright checking.
+ * Update copyright info:
+ + Improve coverage.
+ + Drop duplicate license block.
+ + Fix licensing of gkeysym.h and fontP.h.
+ + Fix license of fontforgeexe/cv*.c to bsd-3-clause.
+ + Add myself as copyright holder for Debian packagging.
+ + Add wildcard catchall license block to handle files which does not
+ have copyright information.
+ * Track symbols file using pkg-kde-tools.
+ * Fix path for man pages
+ * Install gdraw related python files.
+ * Use d-shlibs for libfontforge2 and libfontforge-dev install.
+ + d-shlibs is added to BD.
+ + Drop libfontforge2 and libfontforge-dev .install and .dirs files.
+ * Install prefs and hotkeys with fontforge.
+ * Install pixmaps for fontforge in fontforge-common.
+ * Drop fontforge.menu file in favor of .desktop file.
+ * Fix some lintian warnings.
+ * Mark package compliant with Debian policy 3.9.8.
+ * Fix the typo in Vcs-Git field.
+ * Add myself to uploaders list.
+ * Build-Depend on shared-mime-info and desktop-file-utils.
+ * Invoke dh_python2 for python-fontforge.
+ + Added explicit BD on python and dh-python as per python policy.
+
+ [ Jonas Smedegaard ]
+ * Update copyright info:
+ + Modernize copyright-check routine.
+ + Move catch-all license to header paragraph: Arguably reflects only
+ effective license (not a granted license).
+ + Drop Files paragraph for no longer included libtools files.
+ Drop corresponding License paragraph.
+ + Use separate License paragraph for BSD license with typo.
+ + Wrap BSD licenses as 72 char.
+ + Merge Files paragraphs identically licensed as BSD-3-clause.
+ + Fix capitalization of upstream project name.
+ + Repackage to avoid binary osx/win code, and minified javascript.
+ Drop corresponding Files paragraphs.
+ + Fix use single-word License shortname.
+ + Fix revive likely proper license (included texts for files
+ "licensed" by The Open Group lacking any licensing permissions).
+ + Fix include license exceptions.
+ + Fix remove Files paragraph for files with no copyright or license.
+ + Fix properly mark licensing involving two AND'ed licenses as such.
+ + Use License-Grant and License-Reference fields.
+ Thanks to Ben Finney.
+ + Merge Files paragraphs with identical License and License-Grant.
+ + Fix include License paragraphs for Apache-2.0 and Expat.
+ + Add comment on origin of a copyright holder.
+ + Cover W3C-licensed test.
+ * Update watch file:
+ + Bump to file format 4.
+ + Use github pattern from documentation.
+ + Set repacksuffix.
+ + Add usage comment.
+ * Add lintian overrides regarding license in License-Reference field.
+ See bug#786450.
+ * Drop lintian overrides regarding minified javascript files:
+ Obsoletes by repackaged source (and arguably wrong in any case).
+ * Wrap and sort control and install files, with minimal whitespace.
+ * Update long descriptions based on upstream README.
+ * Update Vcs-* URLs:
+ + Use https protocol.
+ + Use cgit browser.
+ + Fix path.
+ * Build-depend unversioned on debhelper: Needed version satisfied even
+ in oldstable.
+ * Add lintian override regarding debhelper 9.
+ * App patch 2001 to adjust build tools for repackaged upstream source.
+ * Add patch 2002 to avoid build tools messing with VCS or packaging.
+ * Build-depend on python-all-dev (not python-dev even if effectively
+ same nowadays, and not needlesly versioned).
+ * Build-depend on uthash-dev.
+ * Bootstrap using dh-autoreconf (not cdbs). Build-depend on gnulib,
+ and tighten to build-depend versioned on cdbs.
+ * Drop patch fixing spelling error: Very minor (arguably a non-issue)
+ and inconsistently syncronized with translations.
+ * Update git-buildpackage config:
+ + Filter any .gitignore file.
+ + Use pristine-tar.
+ + Sign tags.
+ * Add README.source mentioning git-buildpackage and cdbs.
+ * Use CDBS "flavors" to build twice - with and without x11.
+
+ -- Vasudev Kamath Mon, 18 Jul 2016 20:01:48 +0530
+
+fontforge (1:2.0.20140101-1) experimental; urgency=low
+
+ * New upstream release (Closes: #675492)
+ * remove debian/clean
+ * debian/patches
+ - drop all old patches
+ - add set_fontforge_package_name.patch
+ - add fix-spelling-error.patch
+ * debian/control
+ - add "Build-Depends: libltdl-dev" (Closes: #725465)
+ - s/libfontforge1/libfontforge2/g
+ - add "{Breaks,Replaces}: libfontforge1" for libfontforge2
+ - s/libdraw4/libdraw5/g
+ - add "{Breaks,Replaces}: libdraw4" for libdraw5
+ - update dependency to libfontforge2 and libdraw5
+ - remove unnecessary "Build-Depends: automake, autoconf, bzip2"
+ - add "Build-Depends: dh-autoreconf"
+ * update debian/fontforge{,-common}.install to deal with file location
+ change
+ * debian/gdraw5.install
+ - install "libfontforgeexe.so.*", not install it to libfontforge2 package
+ since avoid "intra-source-package-circular-dependency"
+ * debian/rules
+ - unnecessary to move site-packages to dist-packages, removed
+ - temporary disable test
+ * add debian/source/lintian-overrides to once ignore lintian "missing
+ source" error for minified jquery source to put it to repository.
+ We'll investigate it later.
+ * debian/fontforge{,-nox}.lintian-overrides
+ - ignore manpage warning since fontforge-common package has those manpages.
+ * debian/libfontforge2.lintian-overrides
+ - ignore manpage warning since upstream use it apurpose
+
+ -- Hideki Yamane Sun, 12 Jan 2014 12:59:48 +0900
+
+fontforge (20120731.b-5) unstable; urgency=low
+
+ * Make packages Multi-Arch: foreign. Thanks to Dimitri John Ledkov.
+ Closes: #732743
+ * Update Standards to 3.9.5 (checked)
+
+ -- Christian Perrier Wed, 01 Jan 2014 09:24:42 +0100
+
+fontforge (20120731.b-4) unstable; urgency=low
+
+ [ Matthias Klose ]
+ * Merge patch from Ubuntu:
+ - Fix build with --as-needed.
+
+ -- Christian Perrier Sun, 03 Nov 2013 14:42:26 +0100
+
+fontforge (20120731.b-3) unstable; urgency=low
+
+ * debian/watch
+ - remove unnecessary uversionmangle
+ * debian/control
+ - "Build-Depends: libtiff5-dev", since libtiff-dev introduces dependency
+ to libtiff4 which is in oldlibs
+ - use canonical URL for Vcs-*
+
+ -- Hideki Yamane Tue, 25 Jun 2013 22:12:41 +0900
+
+fontforge (20120731.b-2) unstable; urgency=low
+
+ * upload to unstable
+
+ -- Hideki Yamane Wed, 05 Jun 2013 15:22:03 +0900
+
+fontforge (20120731.b-1) experimental; urgency=low
+
+ * New upstream release (Closes: #684109)
+ * debian/patches
+ - 001_complete_libpng-dev_transition.diff, 005_x_www_browser.diff,
+ 902_fix_optipng_reads.diff: merged upstream
+ - open_file_with_drag_and_drop.patch: drop it, conflict with upstream
+ * debian/fontforge-common.install: install icons
+
+ -- Hideki Yamane Tue, 14 May 2013 10:52:39 +0900
+
+fontforge (0.0.20120101+git-6) unstable; urgency=low
+
+ * debian/rules
+ - remove override_dh_python2, it's unnecessary.
+
+ -- Hideki Yamane Tue, 14 May 2013 10:27:38 +0900
+
+fontforge (0.0.20120101+git-5) experimental; urgency=low
+
+ * debian/rules
+ - fix all lintian error and warnings
+ + move python modules from site-packages to dist-packages manually
+ (Closes: #705904)
+ + chmod 0644 to *.so.* libraries
+ - install missing nox binaries
+ - don't build pyextention for -nox package to reduce build time
+ * debian/*.install
+ - don't conflict duplicate so within packages (Closes: #705857)
+
+ -- Hideki Yamane Mon, 22 Apr 2013 22:36:29 +0900
+
+fontforge (0.0.20120101+git-4) experimental; urgency=low
+
+ * debian/control
+ - build python modules for all supported versions (Closes: #575753)
+
+ -- Hideki Yamane Sun, 21 Apr 2013 08:44:40 +0900
+
+fontforge (0.0.20120101+git-3) experimental; urgency=low
+
+ * Team upload.
+ * debian/control
+ - remove KÄstutis BiliÅ«nas from Uploaders, thanks.
+ (Closes: #704972)
+ - add myself to Uploaders
+ - use debhelper (>= 9)
+ - set "Standards-Version: 3.9.4"
+ - add "{Conflicts,Replaces}: libfontforge-dev (<< 0.0.20120101+git-3)" to
+ libfontoforge1 since all .so files move to libfontoforge1
+ - set "Build-Depends: libtiff-dev" to make transition easier (Closes: #681538)
+ Thanks to Michael Terry
+ - remove obsolete "Dm-Upload-Allowed:" field
+ - add "Breaks: defoma" to avoid broken obsolete defoma symlink cause
+ segfault (Closes: #583546)
+ - add fontforge-common package to reduce the duplication (Closes: #705574)
+ - replace from "Conflicts: fontforge{,-nox}" to Breaks to ensure smooth
+ upgrade
+ * debian/patches
+ - add open_file_with_drag_and_drop.patch. It is able to open files with
+ Drag&Drop in launcher.
+ * debian/rules
+ - cleanup, use dh style. It brings concurrent build enable with --parallel
+ (Closes: #705437) Also, it reduces build time.
+ - enable "--with-freetype-bytecode" option by default (Closes: #688213,
+ #672775)
+ since related patent has expired.
+ - explicitly specify "--with-freetype-src=freetype" to reduce search time
+ (closes: #605871). However, should add freetype source to enable it and
+ not do so since it's not sure at this time.
+ * debian/*.{install,dirs},clean
+ - use with dh
+ * debian/compat
+ - set 9 to enable hardening (without setting dpkg-buildflags)
+
+ -- Hideki Yamane Thu, 28 Mar 2013 08:22:43 +0900
+
+fontforge (0.0.20120101+git-2) unstable; urgency=low
+
+ * Define SHELL in Makefiles. Thanks to Jakub Wilk for the patch
+ Closes: #671971
+
+ -- Christian Perrier Tue, 15 May 2012 22:21:12 +0200
+
+fontforge (0.0.20120101+git-1) unstable; urgency=low
+
+ * new upstream snapshot release from git (Closes: #656443)
+ * debian/patches: drop
+ 001_Support-libpng-1.5-by-only-using-accessor-functions.diff and
+ 905_fix_selection_crashes.diff (applied upstream)
+ * Bump Standards-Version to 3.9.3 (no changes needed)
+ * change B-D from libpng12-dev to libpng-dev (Closes: #662330)
+
+ -- Daniel Kahn Gillmor Tue, 13 Mar 2012 21:59:30 -0400
+
+fontforge (0.0.20110222-9) UNRELEASED; urgency=low
+
+ * convert to git-based packaging
+
+ -- Daniel Kahn Gillmor Mon, 06 Feb 2012 01:10:28 -0500
+
+fontforge (0.0.20110222-8) unstable; urgency=low
+
+ [ Daniel Kahn Gillmor ]
+ * Fix memory corruption when moving spline points via upstream patch by
+ Paul Flo Williams
+ Closes: #656359
+ * ensure fontforge-dbg gets symbols from X11-capable fontforge
+ Closes: #656498
+
+ -- Christian Perrier Wed, 01 Feb 2012 20:40:49 +0100
+
+fontforge (0.0.20110222-7) unstable; urgency=low
+
+ * Build using dh_python2. Patch from Ubuntu.
+
+ -- Christian Perrier Sun, 08 Jan 2012 13:44:41 +0100
+
+fontforge (0.0.20110222-6) unstable; urgency=low
+
+ * Enable hardened build flags through dpkg-buildflags
+ Closes: #653534
+
+ -- Christian Perrier Thu, 29 Dec 2011 08:21:59 +0100
+
+fontforge (0.0.20110222-5) unstable; urgency=low
+
+ * Team upload
+ * Support libpng 1.5 by only using accessor functions to png structures
+ Thanks to Paul Flo Williams for the patch
+ Closes: #649950
+
+ -- Christian Perrier Wed, 14 Dec 2011 20:04:01 +0100
+
+fontforge (0.0.20110222-4) unstable; urgency=low
+
+ * If trans_alpha is NULL (likely due to optimized png), don't crash
+ Closes: #646619
+
+ -- Christian Perrier Wed, 26 Oct 2011 04:22:18 +0200
+
+fontforge (0.0.20110222-3) unstable; urgency=low
+
+ * Add a versioned dependency on libfontforge1 for python-fontforge
+ to avoid incompatible versions to be installed together.
+ Closes: #642936
+
+ -- Christian Perrier Mon, 26 Sep 2011 07:44:25 +0200
+
+fontforge (0.0.20110222-2) unstable; urgency=low
+
+ * Build-Depends on libjpeg-dev instead of libjpeg62-dev.
+ Closes: #633936
+ * Build-Depends on python-dev instead of python-all-dev
+ Closes: #605838
+ * Add build-indep and build-arch build targets
+
+ -- Christian Perrier Sat, 03 Sep 2011 11:00:05 +0200
+
+fontforge (0.0.20110222-1) unstable; urgency=low
+
+ * New upstream version. (Closes: #628111, #628839)
+ - debian/patches
+ + drop since merged to upstream
+ - 030_fix_stack_corruption.diff
+ - 031_fix_spline_creation.diff
+ - 110_fix_incorrect_locale_code.diff
+ - cve-2010-4259.patch
+ * Set "Priority: extra" for fontforge-dbg
+
+ -- Christian Perrier Sun, 05 Jun 2011 15:45:34 +0200
+
+fontforge (0.0.20100501-6) unstable; urgency=low
+
+ * Team upload.
+ * debian/rules
+ - fix wrong configure option (Closes: #625564)
+ - "Getting rid of unneeded *.la / emptying dependency_libs",
+ not install *.la files. Thanks to Neil Williams (Closes: #621285)
+ - specify "CONFIG_SHELL=/bin/bash" to avoid FTBFS (Closes: #621932)
+ * debian/patches
+ - add 901_ld_as_needed.diff to fix build failure with ld --as-needed.
+ Thanks to Matthias Klose (Closes: #605839)
+ - drop 023_fix_desktop_file.diff (Closes: #608432)
+ * debian/control
+ - add debug package for fontforge (Closes: #602069)
+ - bump up "Standards-Version: 3.9.2"
+
+ -- Hideki Yamane Sat, 28 May 2011 21:24:48 +0900
+
+fontforge (0.0.20100501-5) unstable; urgency=low
+
+ * Team upload.
+ * debian/rules
+ - disable "--enable-double" that introduced in 0.0.20100501-3
+ to avoid building ttf-dejavu failure (Closes: #609094)
+
+ -- Hideki Yamane Fri, 07 Jan 2011 23:43:28 +0900
+
+fontforge (0.0.20100501-4) unstable; urgency=high
+
+ * Urgency high due to a security fix.
+ * debian/patches:
+ + grab patch from https://bugzilla.redhat.com/attachment.cgi?id=464658
+ Fixes: CVE-2010-4259, Closes: #605537.
+
+ -- Rogério Brito Tue, 07 Dec 2010 04:12:04 -0200
+
+fontforge (0.0.20100501-3) unstable; urgency=low
+
+ * debian/patches:
+ - fixed the patch 030_fix_stack_corruption.diff. Buffer size reduced
+ to the size recommended by upstream.
+ - added the patch 031_fix_spline_creation.diff resolve problem of
+ compiling lilypond on s390 architecure.. (Closes: #594629).
+ * debian/rules: added the option --enable-double in the fontforge configure
+ stage for decrease endless problems in the intersection code case.
+
+ -- KÄstutis BiliÅ«nas Sun, 28 Nov 2010 17:11:27 +0200
+
+fontforge (0.0.20100501-2) unstable; urgency=low
+
+ * Team upload
+ * Fix stack corruption in fontforge/svg.c
+ Closes: #550120
+
+ -- Christian Perrier Sun, 26 Sep 2010 16:06:26 +0200
+
+fontforge (0.0.20100501-1) unstable; urgency=high
+
+ * New upstream release (Closes: #590844, #591135, #591136).
+
+ [ Rogério Brito ]
+ * debian/patches:
+ - removed the patch 026_fix-null-pntr-dereference.diff.
+ Fixed upstream;
+ - added the patch 110_fix_incorrect_locale_code.diff correct locale
+ code.
+
+ [ KÄstutis BiliÅ«nas ]
+ * debian/patches:
+ - fixed the patch 005_x_www_browser.diff to give priority
+ to the user settings over system-wide settings. Thanks to Andreas
+ Neudecker for the bug report (Closes: #587844);
+ - added the patch 027_catch_ctrl-c_signal.diff for catching the ctrl-c
+ signal and asking the user whether he really wants to exit
+ (Closes: #578122).
+ * debian/control:
+ - aded Rogério Brito to Uploaders;
+ - bumped Standards-Version to 3.9.1. No changes required.
+
+ -- KÄstutis BiliÅ«nas Sat, 07 Aug 2010 11:33:59 +0300
+
+fontforge (0.0.20090923-2) unstable; urgency=low
+
+ * Switched to 3.0 (quilt) source format. As a consequence, no longer
+ build-depend on quilt and removed the file README.source.
+ * debian/control:
+ - add ${misc:Depends} to dependencies to properly cope with
+ debhelper-triggerred dependencies;
+ - bumped Standards-Version to 3.8.4. No changes required.
+ * debian/patches: added the patch 026_fix-null-pntr-dereference.diff for
+ allowing the dereference of the 'cs' pointer in the scstyles.c file if
+ it is non-NUL. Thanks to Rogério Brito for the
+ patch (Closes: #569548).
+
+ -- KÄstutis BiliÅ«nas Sat, 27 Feb 2010 10:18:58 +0200
+
+fontforge (0.0.20090923-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- KÄstutis BiliÅ«nas Sat, 26 Sep 2009 21:41:19 +0300
+
+fontforge (0.0.20090914-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - bumped Standards-Version to 3.8.3. No changes required;
+ - changed short and long descriptions (Closes: #537564).
+
+ [ Davide Viti ]
+ * debian/watch: workaround broken Sourceforge redirector.
+
+ -- KÄstutis BiliÅ«nas Wed, 16 Sep 2009 08:50:52 +0300
+
+fontforge (0.0.20090622-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches: removed the patch 025_bcunlink.diff -- fixed upstream.
+ * debian/rules: removed the call of deprecated dh_desktop.
+ * debian/control: bumped Standards-Version to 3.8.2. No changes required.
+
+ -- KÄstutis BiliÅ«nas Tue, 23 Jun 2009 22:29:54 +0300
+
+fontforge (0.0.20090408-2) unstable; urgency=low
+
+ * debian/patches:
+ - added the patch 024_def_background.diff for set the default background
+ color. Thanks to Theppitak Karoonboonyanan for
+ the patch (Closes: #525510);
+ - added the patch 025_bcunlink.diff for fixing segfaults building
+ ttf-cjk-compact. Thanks to Daniel Schepler for
+ the bug report (Closes: #527807).
+
+ -- KÄstutis BiliÅ«nas Tue, 12 May 2009 00:25:19 +0300
+
+fontforge (0.0.20090408-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules:
+ - Call chrpath to strip the rpath on /usr/bin.
+ * debian/control:
+ - added chrpath to Build-Depends;
+ - changed section to the new fonts section;
+ - added Depends on libgdraw4 for the fontforge binary package;
+ - bumped Standards-Version to 3.8.1. No changes required.
+
+ -- KÄstutis BiliÅ«nas Sat, 11 Apr 2009 23:42:31 +0300
+
+fontforge (0.0.20090224-2) experimental; urgency=low
+
+ * debian/control: added the dependency on libgdraw4 for libfontforge-dev
+ binary package.
+
+ -- KÄstutis BiliÅ«nas Sun, 01 Mar 2009 18:53:02 +0200
+
+fontforge (0.0.20090224-1) experimental; urgency=low
+
+ [ KÄstutis BiliÅ«nas ]
+ * New upstream release (Closes: #496048, #500543, #504440, #393487).
+ Actually the latter bug was fixed much earlier, but was forgotten
+ to close.
+ * First release from the pristine upstream tarball. Previously, the binary
+ packages was generated from the ourselves made tarball, which was
+ assembled from the several upstream tarballs. Now this is splited out
+ into a separate source packages.
+ * Added MIME support: updated the .desktop file with MimeType entries and
+ added .sharedmimeinfo file (Closes: #507427, #507428).
+ * Removed the file debian/fontforge.desktop. Now we are using the file
+ Packaging/fontforge.desktop from the upstream.
+ * debian/control:
+ - bumped Standards-Version to 3.8.0. No changes required;
+ - added the new libfontforge1, libgdraw4, libfontforge-dev and
+ fontforge-nox binary packages.
+ - added Build-Depends on libpango1.0-dev and libcairo2-dev.
+ - added the python-fontforge package to Suggests for fontforge binary
+ package.
+ - added DM-Upload-Allowed: yes.
+ * debian/rules:
+ - added the option --enable-devicetables and --with-type3 in the fontforge
+ configure stage.
+ - added a case check to check if the package is going to be built on Ubuntu
+ or Debian. Thanks to Arne Götje for suggestion.
+ - added a comparison of the installed libtool version and the libtoolize
+ option "--install", when libtool version is > 1.9b.
+ * debian/patches:
+ - the patches refreshed with quilt option '-p1'. This should make the
+ package work with the new source package format "3.0 (quilt)".
+ (closes: #485247). Thanks to Raphael Hertzog for
+ the bug report.
+ - disabled patch 999_disable_xinput.diff as this makes fontforge unusable
+ when XMODIFIERS is defined, which is needed for many East Asian
+ languages. Thanks to Arne Götje for suggestion.
+ - added the patch 023_fix_desktop_file for adjusting the desktop file for
+ Debian.
+ - the patch 020_fix_pyext_path.diff adjusted for the new library path
+ (Closes: #504705).
+ - fixed the patch 900_debian_HelpDir_path.diff.
+ * Removed the file debian/README and added the debian/README.source file
+ explaining how to edit or create the patches.
+
+ -- KÄstutis BiliÅ«nas Thu, 26 Feb 2009 18:42:00 +0200
+
+fontforge (0.0.20080429-1) unstable; urgency=low
+
+ * New upstream release (Closes: #483001).
+ * debian/patches: remove patch 022_validate.diff now included upstream
+ * patches/900_debian_HelpDir_path.diff adapted to new sources
+
+ -- Davide Viti Thu, 29 May 2008 09:54:53 +0200
+
+fontforge (0.0.20080330-2) unstable; urgency=low
+
+ [ KÄstutis BiliÅ«nas ]
+ * debian/patches: added the patch 022_validate.diff for fixing validation
+ for CID keyed fonts (Closes: #477947).
+
+ -- Davide Viti Thu, 01 May 2008 15:13:51 +0200
+
+fontforge (0.0.20080330-1) unstable; urgency=low
+
+ [Davide Viti]
+ * New upstream release (Closes: #472772).
+ * Updated version of showttf.c
+
+ [ KÄstutis BiliÅ«nas ]
+ * debian/fontforge-doc.linda-override: removed this file, since linda no
+ longer exists in the unstable distribution, and removed corresponding
+ statements in the debian/rules install target.
+ * debian/fontforge-doc.doc-base: an entry in the Section field changed
+ from X11 to Graphics debian/rules install target.
+
+ -- Davide Viti Tue, 01 Apr 2008 13:42:53 +0200
+
+fontforge (0.0.20080203-1) unstable; urgency=low
+
+ * New upstream release (Closes: #465829).
+
+ [ KÄstutis BiliÅ«nas ]
+ * debian/control:
+ - bumped Standards-Version to 3.7.3. No changes required.
+ - set the pkg-fonts team as Maintainer.
+ * debian/patches:
+ - fixed the patches 020_fix_pyext_path.diff and
+ 900_debian_HelpDir_path.diff.
+ - removed the patch 021_libspiro_link.diff -- fixed upstream.
+ * debian/rules:
+ - in the install target removed the /usr/include directory.
+
+ [ Christian Perrier ]
+ * debian/copyright:
+ - [Lintian] use the Unicode copyright symbol in copyright. Adapt
+ copyright years.
+
+ -- Christian Perrier Wed, 20 Feb 2008 05:48:34 +0100
+
+fontforge (0.0.20071110-1) unstable; urgency=low
+
+ * New upstream release (Closes: #452487, #452754).
+ * debian/control:
+ - added Build-Depends on libspiro-dev for compiling with the Spiro
+ curves support.
+ - added Vcs-Svn and Vcs-Browser fields.
+ * debian/patches:
+ - removed the patch 006_Fix_home_dir.diff -- fixed upstream.
+ - added the patch 021_libspiro_link.diff for fixing compilation with
+ Spiro curves support and option --with-regular-link.
+
+ -- KÄstutis BiliÅ«nas Sat, 10 Nov 2007 19:50:02 +0200
+
+fontforge (0.0.20071002-1) unstable; urgency=low
+
+ * New upstream release (Closes: #446961).
+ * debian/control:
+ - the homepage address removed from extended package description and added
+ Homepage field in the source package.
+ - added the new python-fontforge binary package.
+ - added Build-Depends on python-support package.
+ * debian/rules:
+ - added the option --enable-pyextension in the fontforge configure stage.
+ - added 'python setup.py install' in the install-arch target for installing
+ python extensions.
+ * debian/patches:
+ - the patch 006_Fix_home_dir.diff replaced by patch from the upstream.
+ - added the patch 020_fix_pyext_path.diff for fixing the path where the
+ python modules searches fontforge libs.
+
+ -- KÄstutis BiliÅ«nas Sun, 14 Oct 2007 10:29:20 +0300
+
+fontforge (0.0.20070831-2) unstable; urgency=low
+
+ * debian/rules: the command 'aclocal-1.7' changed to 'aclocal' in the
+ configure target (Closes: #441910).
+
+ -- KÄstutis BiliÅ«nas Tue, 11 Sep 2007 23:58:27 +0300
+
+fontforge (0.0.20070831-1) unstable; urgency=low
+
+ * New upstream release (Closes: #441771).
+ * debian/patches:
+ - removed the patches 014_fix_gdraw_gio.diff, 015_fix_mensis_ucs4.diff,
+ 016_badnames.diff and 017_nonbmpcrash.diff -- fixed upstream.
+ - added the patch 019_mensis_hntx.diff for convert to 4byte unichar_t.
+ - the patch 005_x_www_browser.diff supplemented for 'mensis'.
+ * debian/control: changed Build-Depends from automake1.7 to automake.
+ * debian/rules: re-organized using of the quilt. Refused from the targets
+ prepare, patch and unpatch, and included the file quilt.make instead. The
+ file debian/README is simplified accordingly.
+
+ -- KÄstutis BiliÅ«nas Mon, 03 Sep 2007 10:54:36 +0300
+
+fontforge (0.0.20070607-4) unstable; urgency=low
+
+ [ Paul Wise ]
+ * debian/menu: update for menu transition.
+
+ [ KÄstutis BiliÅ«nas ]
+ * debian/patches: added the patch 017_nonbmpcrash.diff from Eugeniy
+ Meshcheryakov and the upstream author George
+ Williams -- for fixing segfaults during scrolling
+ of the main window (Closes: #432762).
+
+ -- KÄstutis BiliÅ«nas Fri, 13 Jul 2007 00:24:19 +0300
+
+fontforge (0.0.20070607-3) unstable; urgency=low
+
+ * debian/control:
+ - added "Replaces: fontforge (<< 0.0.20061220-2)" for fixing file
+ overwrite problem on upgrade from pre 0.0.20061220-1 for better
+ support of derivative distributions.
+ - removed "Conflicts: pfaedit (<< 0.0.20040425)".
+ * debian/rules: now compiled and installed with option 'libdir=/usr/lib/fontforge',
+ so private libraries are moved from /usr/lib to /usr/lib/fontforge.
+ * Removed fontforge.{lintian,linda}-override files.
+
+ -- KÄstutis BiliÅ«nas Tue, 26 Jun 2007 23:26:53 +0300
+
+fontforge (0.0.20070607-2) unstable; urgency=low
+
+ * debian/fontforge.lintian-override: removed the lintian override for the
+ warning "package-name-doesnt-match-sonames" by suggestion of Christian
+ Perrier .
+
+ -- KÄstutis BiliÅ«nas Wed, 13 Jun 2007 10:07:32 +0300
+
+fontforge (0.0.20070607-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches:
+ - removed the patch 012_fix_ff_manpage.diff -- applied by upstream.
+ - removed the patch 013_fix_plugin.diif -- fixed upstream.
+ - removed the patch 1000_fix_reallocs.diff -- applied by upstream.
+ - added the patch 008_libgif.diff -- from the Ubuntu package by
+ Matthias Klose .
+ - added the patch 014_fix_gdraw_gio.diff - from upstream author
+ George Williams .
+ - added the patch 015_fix_mensis_ucs4.diff -- for fixing the problem
+ arisen after was changed from using UCS2 to using UCS4 in fontforge.
+ - added the patch 016_badnames.diff - from upstream author George
+ Williams .
+
+ -- KÄstutis BiliÅ«nas Fri, 08 Jun 2007 07:12:44 +0300
+
+fontforge (0.0.20070501-2) unstable; urgency=low
+
+ * debian/patches: added patch 1000_fix_reallocs.diff for fixing lookups
+ allocating on the 64-bit architectures. Thanks to Eugeniy Meshcheryakov
+ . (Closes: #422901).
+
+ -- KÄstutis BiliÅ«nas Wed, 09 May 2007 12:00:28 +0300
+
+fontforge (0.0.20070501-1) unstable; urgency=low
+
+ * New upstream release (Closes: #422135).
+ * debian/patches:
+ - removed the patches 001_gdraw.diff and 002_fontforge.diff.
+ - added the patch 012_fix_ff_manpage.diff for fixing some typos in the FF
+ manpage. Thanks to Reuben Thomas (Closes: #421258).
+ - added the patch 013_fix_plugin.diif from the upstream author
+ George Williams , for fixing compiliation
+ with python scripting support.
+ * debian/control: added Build-Depends on python-all-dev for compiling with
+ python scripting support.
+ * debian/rules: added the htdocs/flags directory installation in the target
+ install-indep.
+
+ -- KÄstutis BiliÅ«nas Thu, 03 May 2007 01:03:04 +0300
+
+fontforge (0.0.20070324-1) experimental; urgency=low
+
+ * New upstream (experimental) release.
+ * debian/patches: added the temporary patches 001_gdraw.diff and
+ 002_fontforge.diff from the current upstream CVS tree.
+
+ -- KÄstutis BiliÅ«nas Wed, 11 Apr 2007 23:01:56 +0300
+
+fontforge (0.0.20070312-1) unstable; urgency=low
+
+ * New upstream release:
+ - added possibility to turn off the splash screen from the preference
+ dialog (Closes: #412898).
+ - fixed typos in the man page fontforge.1 (Closes: #412897, #413180).
+ * debian/patches: removed the patch 010_libgif.diff - this change already
+ is in upstream source.
+ * debian/control:
+ - improved the fontforge package description (Closes: #413224).
+ Thanks to Reuben Thomas .
+ - added 'Section: graphics' in the first stanza of the control file.
+
+ -- KÄstutis BiliÅ«nas Mon, 26 Mar 2007 23:27:14 +0300
+
+fontforge (0.0.20061220-2) experimental; urgency=low
+
+ * debian/rules: abolished the manpage showttf.1 including into
+ fontforge-doc binary package (Closes: #406639).
+ * Fixed debian/watch file.
+ * debian/rules: restored back the option --with-regular-link in the
+ configure stage because of the Matthias Klose
+ request.
+ * debian/patches: added patch 010_libgif.diff from the upstream author
+ George Williams .
+ * debian/control: removed the field Recommends, because now these all
+ libs get into Depends.
+ * Fixed the file debian/fontforge.linda-override.
+
+ -- KÄstutis BiliÅ«nas Fri, 12 Jan 2007 19:49:20 +0200
+
+fontforge (0.0.20061220-1) experimental; urgency=low
+
+ * New upstream release.
+ * Added the fonttools utility - showttf (see: #300111). Also added the
+ man page for this program.
+ * debian/control: enlarged the fontforge package description - mentioned
+ other programs and utilities included in this package.
+ * debian/patches:
+ - removed the patches 000_fix_exec_prefix.diff and
+ patch 009_fix_SVG_output_quotes.diff -- applied by upstream.
+
+ -- KÄstutis BiliÅ«nas Sat, 23 Dec 2006 14:12:58 +0200
+
+fontforge (0.0.20061019-1) unstable; urgency=low
+
+ * New upstream release (Closes: #394675).
+ * debian/patches:
+ - removed the patch 008_nohomedir.diff -- fixed upstream.
+ - added patch 009_fix_SVG_output_quotes.diff for fixing missing quotes in
+ SVG output (Closes: #392688). Thanks to Wojciech MuÅa .
+ * debian/control: added the version number to Recommends for
+ libuninameslist0 package.
+
+ -- KÄstutis BiliÅ«nas Mon, 23 Oct 2006 15:24:15 +0300
+
+fontforge (0.0.20060822-2) unstable; urgency=low
+
+ * debian/patches:
+ - added patch 008_nohomedir.diff for fixing the segfaults
+ when home directory doesn't exist or is non-writable (Closes: #387451).
+ - fixed line numbers for the patches 006_Fix_home_dir.diff and
+ 900_debian_HelpDir_path.diff.
+
+ -- KÄstutis BiliÅ«nas Fri, 15 Sep 2006 08:54:00 +0300
+
+fontforge (0.0.20060822-1) unstable; urgency=low
+
+ * New upstream release. Fixes the following bugs:
+ - nonresizable context menu. Closes: #251923.
+ * debian/ffanvil32.xpm: made background of this icon transparent. Thanks
+ to Pascal de Bruijn for suggestion.
+
+ -- KÄstutis BiliÅ«nas Sat, 2 Sep 2006 23:10:03 +0300
+
+fontforge (0.0.20060703.1-1) unstable; urgency=low
+
+ * New upstream release: added new HTML documentation.
+ * debian/rules: added making the FontForge.pot file to the target
+ build-arch because of the Matthias Klose
+ request.
+
+ -- KÄstutis BiliÅ«nas Mon, 17 Jul 2006 10:28:30 +0300
+
+fontforge (0.0.20060703-1) unstable; urgency=low
+
+ * New upstream release.
+ * Ack previous NMU (Closes: #335263, #362123)
+ * debian/control:
+ - removed the field "Section: x11" from the source package part,
+ and added the field "Section: graphics" to the fontforge binary
+ package.
+ - bumped Standards-Version to 3.7.2. No changes required.
+
+ -- KÄstutis BiliÅ«nas Thu, 13 Jul 2006 22:20:30 +0300
+
+fontforge (0.0.20060430-1) unstable; urgency=low
+
+ * New maintainer (Closes: #357867).
+ * New upstream release (Closes: #328217, #316892, #361107, #365103).
+ * Removed libuninameslist_src-*.tgz from the tarball, because this
+ source not carry any sense here.
+ * debian/compat: use DH_COMPAT 5
+ * debian/rules:
+ - re-organized debian/patches for using quilt.
+ - added DEB_BUILD_OPTIONS=noopt (Closes: #361289).
+ - removed the option --with-regular-link from configure stage.
+ - use 'make -C ' and 'set -e' instead of the brackets. Thanks
+ to Matthias Klose for the suggestion
+ (Closes: #362300).
+ * debian/control:
+ - changed Build-Depends on debhelper (>= 5.0.0).
+ - bumped Standards-Version to 3.7.0. No changes required.
+ - changed Build-Depends from libpng3-dev to libpng12-dev, because
+ libpng3-dev is going away.
+ - added Build-Depends on libxml2-dev for parse SVG files and fonts.
+ - changed Build-Depends from xlibs-dev to libxt-dev (Closes: #344124).
+ - the libraries libfreetype6, libjpeg62, libpng12-0, libtiff4, libungif4g,
+ libuninameslist0, libxml2 and zlib1g added to Recommends.
+ - changed the fontforge-doc package description (Closes: #336056).
+ - added Build-Depends on libuninameslist-dev for displaying Unicode
+ Name Annotations.
+ - added homepage URL to fontforge package description.
+ - removed pfaedit, a migration package for FontForge.
+ - switch from using patch to quilt.
+ - changed section for fontforge-doc package to docs.
+ * Documented how to use the quilt in debian/README.
+ * debian/patches:
+ - fixed the patch 005_x_www_browser.diff. Thanks to Daniel Kahn
+ Gillmor for the patch
+ (Closes: #333548).
+ - removed the patches 001_fix_gdraw.diff, 002_fix_gdraw_part_2.diff and
+ 004_kill_rpatch_on_binaries.diff. Unnecessary any more.
+ - added patch 900_debian_HelpDir_path.diff for fixing the path to
+ ../doc/fontforge/html/ files.
+ * Fixed debian/watch file. Thanks to Daniel Kahn Gillmor
+ for the patch (Closes: #342180).
+ * debian/copyright: more complete copyright file.
+ * Added the icon file debian/ffanvil32.xpm and changed the menu entries in
+ debian/menu file. Added the menu entry for the Mensis program.
+ * Add desktop file (Closes: #362315).
+ * Added and installed files: fontforge.lintian-override,
+ fontforge.linda-override and fontforge-doc.linda-override.
+
+ -- KÄstutis BiliÅ«nas Mon, 1 May 2006 10:25:00 +0300
+
+fontforge (0.0.20051205-0.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Refresh debian/fontforge-patches/* to fix FTBFS. (Closes: 362123)
+ * Update debian/rules to fail if patches are unable to apply cleanly.
+
+ -- James Vega Sun, 23 Apr 2006 23:53:29 -0400
+
+fontforge (0.0.20051205-0.1) unstable; urgency=low
+
+ * Non-maintainer upload to allow new fonts to enter Debian
+ * New upstream release. Closes: #335263
+
+ -- Christian Perrier Sun, 18 Dec 2005 12:27:44 +0100
+
+fontforge (0.0.20050911-1) unstable; urgency=low
+
+ * New upstream release. (Closes: #319159, #326788)
+
+ -- Chanop Silpa-Anan Mon, 12 Sep 2005 13:33:11 +1000
+
+fontforge (0.0.20050904-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Wed, 7 Sep 2005 17:05:50 +1000
+
+fontforge (0.0.20050831-2) unstable; urgency=low
+
+ * Add bzip2 to Build-Depends (Closes: #326225)
+
+ -- Chanop Silpa-Anan Sat, 3 Sep 2005 19:05:56 +1000
+
+fontforge (0.0.20050831-1) unstable; urgency=low
+
+ * New upstream release; I just submitted my thesis, BTW.
+ (Closes: #319159, #325325)
+
+ -- Chanop Silpa-Anan Fri, 2 Sep 2005 16:39:30 +1000
+
+fontforge (0.0.20050502-1) unstable; urgency=low
+
+ * New upstream release. (Closes: #289316)
+
+ -- Chanop Silpa-Anan Fri, 6 May 2005 21:18:48 +1000
+
+fontforge (0.0.20041218-0.1) unstable; urgency=high
+
+ * NMU
+ * New upstream release
+ - cures segfault processing certain fonts (Closes: #285784)
+ * Also fixes FTBFS of lilypond, thus urgency high
+
+ -- Bastian Kleineidam Tue, 28 Dec 2004 13:57:53 +0100
+
+fontforge (0.0.20041012-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Wed, 13 Oct 2004 21:37:13 +1000
+
+fontforge (0.0.20040930-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Sat, 2 Oct 2004 23:39:56 +1000
+
+fontforge (0.0.20040824-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Wed, 1 Sep 2004 15:48:29 +1000
+
+fontforge (0.0.20040808-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Mon, 16 Aug 2004 17:37:30 +1000
+
+fontforge (0.0.20040703-2) unstable; urgency=low
+
+ * Recompile with libtiff4g.
+
+ -- Chanop Silpa-Anan Thu, 29 Jul 2004 18:30:12 +1000
+
+fontforge (0.0.20040703-1) unstable; urgency=low
+
+ * New July release.
+ * New libuninamelist-040701.
+
+ -- Chanop Silpa-Anan Sun, 4 Jul 2004 19:21:14 +1000
+
+fontforge (0.0.20040618-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bundle mensis with fontforge for the moment.
+
+ -- Chanop Silpa-Anan Sun, 27 Jun 2004 15:05:57 +1000
+
+fontforge (0.0.20040601-1) unstable; urgency=low
+
+ * New June release.
+ * Remove patch to fix internal nan error -- fixed upstream.
+
+ -- Chanop Silpa-Anan Thu, 3 Jun 2004 18:11:12 +1000
+
+fontforge (0.0.20040529-1) unstable; urgency=low
+
+ * New upstream release.
+ * Apply patch to fix internal nan error. (closes: # 251199)
+
+ -- Chanop Silpa-Anan Tue, 1 Jun 2004 17:03:46 +1000
+
+fontforge (0.0.20040523-1) unstable; urgency=low
+
+ * New upstream release.
+ Forforge has entered testing, finally.
+
+ -- Chanop Silpa-Anan Mon, 24 May 2004 15:33:19 +1000
+
+fontforge (0.0.20040509-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Mon, 10 May 2004 17:19:20 +1000
+
+fontforge (0.0.20040502-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Tue, 4 May 2004 21:42:19 +1000
+
+fontforge (0.0.20040425-1) unstable; urgency=low
+
+ * New upstream release.
+ * Downgrade fontforge-doc to Suggests. (closes: #245484)
+ * Add potrace to Suggests besides autotrace.
+ * Add pfaedit migration package.
+ * Fix Suggests list.
+
+ -- Chanop Silpa-Anan Mon, 26 Apr 2004 23:58:16 +1000
+
+fontforge (0.0.20040418-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chanop Silpa-Anan Tue, 20 Apr 2004 15:12:47 +1000
+
+fontforge (0.0.20040410.1-1) unstable; urgency=low
+
+ * New maintainer. (closes: #195675)
+ * Properly handle the /etc/alternatives/x-www-browsers.
+ * Add the missing the CID maps.
+ * Use ~/.FontForge for personal perferences.
+ * Fix a bad upload.
+
+ -- Chanop Silpa-Anan Fri, 16 Apr 2004 23:29:58 +1000
+
+fontforge (0.0.20040410-1) unstable; urgency=low
+
+ * New upstream version. (closes: #243719)
+ * Make a separated documentation package. (closes: #233432)
+
+ -- Chanop Silpa-Anan Fri, 16 Apr 2004 20:27:14 +1000
+
+pfaedit (0.0.20040111-1) unstable; urgency=low
+
+ * New upstream version. (closes: #226123)
+ * debian/copyright: Fix for type in pfaedit sourceforge URL.
+ (closes: #226132)
+
+ -- Peter Hawkins Mon, 19 Jan 2004 09:54:28 +1100
+
+pfaedit (0.0.20031110-1) unstable; urgency=low
+
+ * New upstream version.
+ * Added libuninameslist to build (closes: #188562)
+
+ -- Peter Hawkins Fri, 14 Nov 2003 14:38:54 +1100
+
+pfaedit (0.0.20031020-3) unstable; urgency=low
+
+ * debian/control, debian/rules: Add libtoolize invocation to update the
+ libtool version for ARM (closes: #217238)
+
+ -- Peter Hawkins Fri, 24 Oct 2003 09:32:19 +1000
+
+pfaedit (0.0.20031020-2) unstable; urgency=low
+
+ * Second upload in a short time period because I failed to see a couple of
+ easily fixed bugs sitting in the bug page, including one RC bug.
+ * debian/rules: Added quotes around usage of CFLAGS (closes: #198221)
+ * debian/patches/00[34]*: Link libgdraw against libgunicode so libgunicode
+ is completely linked. (closes: #195978)
+
+ -- Peter Hawkins Thu, 23 Oct 2003 20:25:28 +1000
+
+pfaedit (0.0.20031020-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/control: New maintainer - Peter Hawkins
+ * debian/control: Updated standards version to 3.6.1
+
+ -- Peter Hawkins Thu, 23 Oct 2003 19:21:42 +1000
+
+pfaedit (0.0.20030313-2) unstable; urgency=low
+
+ * Update config.sub and config.guess to fix build failure on mipsel.
+
+ -- Peter Hawkins Fri, 21 Mar 2003 12:27:15 +1100
+
+pfaedit (0.0.20030313-1) unstable; urgency=low
+
+ * New upstream version (closes: #174411, #183493)
+ * The libpng breakage seems fixed. Please reopen this bug if you still
+ experience this problem. (closes: #181249)
+ * Updated Standards Version to 3.5.9.
+ * Package hacked upon and rejigged by Peter Hawkins.
+
+ -- Peter Hawkins Sun, 2 Mar 2003 15:33:47 +1100
+
+pfaedit (0.0.20020905-1) unstable; urgency=low
+
+ * New upstream version
+ * Changed to use libpng3 instead of libpng2
+
+ -- Baruch Even Thu, 5 Sep 2002 08:13:28 +0300
+
+pfaedit (0.0.20020618-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Baruch Even Tue, 18 Jun 2002 22:23:30 +0300
+
+pfaedit (0.0.20020416-1) unstable; urgency=low
+
+ * New upstream version
+ + Added support for Arabic forms in GSUB table
+ + Fix problems under KDE desktop
+ * Remove recommendation on libtiff3 which doesn't exists
+
+ -- Baruch Even Fri, 26 Apr 2002 17:33:59 +0300
+
+pfaedit (0.0.20020312-1) unstable; urgency=low
+
+ * New upstream version (Closes: bug#139183)
+ + Fixed EPS reading problems
+ + Improved scripting abilities
+ - Generate PFM file
+ - Merge Kerning Info
+ - Remove all Kerning
+ + Added sfddiff, a diff between two SFD fonts (pfaedit native format)
+ + Improved handling of 8bit colormaps
+ * Upgrading also fixed two crashing problems (Closes: bug#138944, #138765)
+
+ -- Baruch Even Thu, 23 Mar 2002 01:09:00 +0200
+
+pfaedit (0.0.20020210-1) unstable; urgency=low
+
+ * New upstream version
+ + Fix crash when generating postscript from arial.ttf
+ + Changes to bitmap dialogs to allow more control over dpi
+ + Use freetype to generate bitmaps
+ + Added a scripting abilities
+ + Load the help documents locally instead of going to the homepage
+ + Fix a bug that caused to be used as the help browser, not it *does*
+ check for the existence of the browser.
+ * Actually make use of the loading of help documents locally.
+
+ -- Baruch Even Sun, 10 Feb 2002 12:03:26 +0200
+
+pfaedit (0.0.20020206-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Baruch Even Wed, 6 Feb 2002 01:53:10 +0200
+
+pfaedit (0.0.20020102-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Baruch Even Sat, 5 Jan 2002 00:25:54 +0200
+
+pfaedit (0.0.20011115-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Baruch Even Wed, 21 Nov 2001 00:18:27 +0200
+
+pfaedit (0.0.20011011-2) unstable; urgency=low
+
+ * Documentation was placed in /usr/share/doc/pfaedit/html/htdocs and should
+ be one directory upwards.
+ * Removed upstream ChangeLog file since it's empty.
+ * Removed upstream README file since it only contains install info.
+
+ -- Baruch Even Sun, 14 Oct 2001 10:41:11 +0200
+
+pfaedit (0.0.20011011-1) unstable; urgency=low
+
+ * Updated config.{guess,sub} files (Closes: Bug#115016)
+ * Fixed bug when loading BDF files with more than 256 characters.
+ (Closes: Bug#115212)
+ * Added CID maps for CJK support (Closes: Bug#114952)
+
+ -- Baruch Even Sat, 13 Oct 2001 21:38:10 +0200
+
+pfaedit (0.0.20010925-1) unstable; urgency=low
+
+ * Updated the HTML docs, upstream author had some copyrighted material in them.
+
+ -- Baruch Even Wed, 26 Sep 2001 14:16:51 +0200
+
+pfaedit (0.0.20010924-1) unstable; urgency=low
+
+ * New upstream version.
+ * Added HTML docs.
+
+ -- Baruch Even Wed, 26 Sep 2001 03:09:46 +0200
+
+pfaedit (0.0.20010908-2) unstable; urgency=low
+
+ * Fix a wrong dependency on libungif4 instead of libungif4g.
+ * Changed the image libraries from suggests to recommends.
+
+ -- Baruch Even Wed, 12 Sep 2001 00:01:01 +0300
+
+pfaedit (0.0.20010908-1) unstable; urgency=low
+
+ * Upstream version update.
+
+ -- Baruch Even Sun, 9 Sep 2001 15:11:47 +0300
+
+pfaedit (0.0.20010905-1) unstable; urgency=low
+
+ * Initial Release.
+ * Closes wnpp bug. (Closes: Bug#99904)
+
+ -- Baruch Even Fri, 31 Aug 2001 22:51:17 +0300
+
+
diff --git a/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644
index 0000000..e159388
--- /dev/null
+++ b/control
@@ -0,0 +1,215 @@
+Source: fontforge
+Section: fonts
+Priority: optional
+Maintainer: Debian Fonts Task Force
+Uploaders:
+ Christian Perrier ,
+ Daniel Kahn Gillmor ,
+ Davide Viti ,
+ Hideki Yamane ,
+ Jonas Smedegaard ,
+ Rogério Brito ,
+ Vasudev Kamath
+XS-Python-Version: all
+Build-Depends: cdbs,
+ debhelper,
+ dh-buildinfo,
+ dh-autoreconf,
+ gnulib,
+ libltdl-dev,
+ autoconf-archive,
+ autotools-dev,
+ chrpath,
+ shared-mime-info,
+ desktop-file-utils,
+ libreadline-dev,
+ dh-python,
+ libcairo2-dev,
+ libfreetype6-dev,
+ libgif-dev,
+ libjpeg-dev,
+ libpango1.0-dev,
+ libpng-dev,
+ libspiro-dev,
+ libtiff5-dev,
+ libuninameslist-dev,
+ libxml2-dev,
+ libxt-dev,
+ libglib2.0-dev,
+ python,
+ python-all-dev,
+ uthash-dev,
+ d-shlibs (>= 0.78~),
+ pkg-kde-tools
+Standards-Version: 4.1.0
+Homepage: https://fontforge.github.io/en-US/
+Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/fontforge.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-fonts/fontforge.git
+
+Package: fontforge
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ fontforge-common (= ${source:Version}),
+ libfontforge2 (= ${binary:Version}),
+ libgdraw5 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts:
+ fontforge-nox
+Suggests:
+ autotrace,
+ fontforge-doc,
+ fontforge-extras,
+ potrace,
+ python-fontforge
+Description: font editor
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package also provides these programs and utilities:
+ fontimage - produce a font thumbnail image;
+ fontlint - checks the font for certain common errors;
+ sfddiff - compare two font files.
+
+Package: fontforge-nox
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ fontforge-common (= ${source:Version}),
+ libfontforge2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts:
+ defoma,
+ fontforge
+Description: font editor - non-X version
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package also provides these programs and utilities:
+ fontimage - produce a font thumbnail image;
+ fontlint - checks the font for certain common errors;
+ sfddiff - compare two font files.
+ .
+ This package contains a version of FontForge compiled with support for
+ scripting but no GUI, and not require the graphics library.
+
+Package: fontforge-common
+Architecture: all
+Depends:
+ ${misc:Depends}
+Breaks:
+ fontforge (<< 1:20160404~dfsg-3),
+ fontforge-nox (<< 1:20160404~dfsg-3)
+Recommends:
+ fonts-cantarell,
+ fonts-inconsolata
+Description: font editor (common files)
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains common arch-independent files.
+
+Package: libfontforge-dev
+Section: libdevel
+Architecture: any
+Depends:
+ libfontforge2 (= ${binary:Version}),
+ libgdraw5 (= ${binary:Version}),
+ ${misc:Depends},
+ ${devlibs:Depends}
+Description: font editor - runtime library (development files)
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the runtime library's development files.
+
+Package: libfontforge2
+Section: libs
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks:
+ libfontforge1
+Replaces:
+ libfontforge1
+Description: font editor - runtime library
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the runtime library.
+
+Package: libgdraw5
+Section: libs
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks:
+ libgdraw4
+Replaces:
+ libgdraw4
+Description: font editor - runtime graphics and widget library
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the graphics and widget runtime library.
+
+Package: python-fontforge
+Architecture: any
+Depends:
+ libfontforge2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Section: python
+Description: font editor - Python bindings
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package provides the Python modules (the libraries fontforge and
+ psMat) to access a FontForge program for font manipulations.
+
+Package: fontforge-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends:
+ fontforge (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for fontforge
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the debugging symbols for fontforge.
+
+Package: fontforge-doc
+Section: doc
+Architecture: all
+Priority: optional
+Depends: ${misc:Depends}
+Description: documentation for fontforge
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the documentation for fontforge.
\ No newline at end of file
diff --git a/control.in b/control.in
new file mode 100644
index 0000000..baf56a9
--- /dev/null
+++ b/control.in
@@ -0,0 +1,186 @@
+Source: fontforge
+Section: fonts
+Priority: optional
+Maintainer: Debian Fonts Task Force
+Uploaders:
+ Christian Perrier ,
+ Daniel Kahn Gillmor ,
+ Davide Viti ,
+ Hideki Yamane ,
+ Jonas Smedegaard ,
+ Rogério Brito ,
+ Vasudev Kamath
+XS-Python-Version: all
+Build-Depends: @cdbs@
+Standards-Version: 4.1.0
+Homepage: https://fontforge.github.io/en-US/
+Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/fontforge.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-fonts/fontforge.git
+
+Package: fontforge
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ fontforge-common (= ${source:Version}),
+ libfontforge2 (= ${binary:Version}),
+ libgdraw5 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts:
+ fontforge-nox
+Suggests:
+ autotrace,
+ fontforge-doc,
+ fontforge-extras,
+ potrace,
+ python-fontforge
+Description: font editor
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package also provides these programs and utilities:
+ fontimage - produce a font thumbnail image;
+ fontlint - checks the font for certain common errors;
+ sfddiff - compare two font files.
+
+Package: fontforge-nox
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ fontforge-common (= ${source:Version}),
+ libfontforge2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts:
+ defoma,
+ fontforge
+Description: font editor - non-X version
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package also provides these programs and utilities:
+ fontimage - produce a font thumbnail image;
+ fontlint - checks the font for certain common errors;
+ sfddiff - compare two font files.
+ .
+ This package contains a version of FontForge compiled with support for
+ scripting but no GUI, and not require the graphics library.
+
+Package: fontforge-common
+Architecture: all
+Depends:
+ ${misc:Depends}
+Breaks:
+ fontforge (<< 1:20160404~dfsg-3),
+ fontforge-nox (<< 1:20160404~dfsg-3)
+Recommends:
+ fonts-cantarell,
+ fonts-inconsolata
+Description: font editor (common files)
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains common arch-independent files.
+
+Package: libfontforge-dev
+Section: libdevel
+Architecture: any
+Depends:
+ libfontforge2 (= ${binary:Version}),
+ libgdraw5 (= ${binary:Version}),
+ ${misc:Depends},
+ ${devlibs:Depends}
+Description: font editor - runtime library (development files)
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the runtime library's development files.
+
+Package: libfontforge2
+Section: libs
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks:
+ libfontforge1
+Replaces:
+ libfontforge1
+Description: font editor - runtime library
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the runtime library.
+
+Package: libgdraw5
+Section: libs
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks:
+ libgdraw4
+Replaces:
+ libgdraw4
+Description: font editor - runtime graphics and widget library
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the graphics and widget runtime library.
+
+Package: python-fontforge
+Architecture: any
+Depends:
+ libfontforge2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Section: python
+Description: font editor - Python bindings
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package provides the Python modules (the libraries fontforge and
+ psMat) to access a FontForge program for font manipulations.
+
+Package: fontforge-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends:
+ fontforge (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for fontforge
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the debugging symbols for fontforge.
+
+Package: fontforge-doc
+Section: doc
+Architecture: all
+Priority: optional
+Depends: ${misc:Depends}
+Description: documentation for fontforge
+ FontForge is a font editor.
+ Use it to create, edit and convert fonts
+ in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
+ and many other formats.
+ .
+ This package contains the documentation for fontforge.
\ No newline at end of file
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..aacaa8a
--- /dev/null
+++ b/copyright
@@ -0,0 +1,659 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-name: FontForge
+Upstream-contact: https://twitter.com/fontforge
+ https://github.com/fontforge/fontforge
+License-Grant:
+ FontForge is available as a whole under the terms of the
+ [GNU GPL](http://www.gnu.org/copyleft/gpl.html), version 3 or any later
+ version.
+License: GPL-3+
+Source: https://github.com/fontforge/fontforge
+ Repackaged, excluding potentially non-DFSG files.
+ * Binary code potentially linked against non-free Macintosh libraries.
+ * RPM-packaged binary code potentially linked against non-free Cygwin
+ libraries.
+ * Minified Javascript files.
+ * Non-DFSG free fonts
+Files-Excluded:
+ osx/*
+ win/*
+ *.min.js
+ tests/fonts/dvng10a-crash.sfd
+ tests/fonts/ecrm1000.pfb
+ tests/fonts/Hinting.sfd
+ tests/fonts/QuadraticConversionBug.sfd
+
+Files: *
+Copyright:
+ 1988,2000-2014, George Williams
+ 2000-2012, Alexey Kryukov
+ 2000-2012 MichaÅ Nowakowski
+ 2002, KANOU Hiroki
+ 2008, Hiran
+ 2011, Rafael Ferran i Peralta
+ 2012-2013, Khaled Hosny
+ 2012-2014, Ben Martin
+ 2012, Barry Schwartz
+ 2013,2016, Joe Da Silva
+ 2013, Matthew Skala
+ 2014, Abel Cheung
+ 2014, Reuben Thomas
+ 2016, Gioele Barabucci
+License: BSD-3-clause
+
+Files: Packaging/debian/*
+Copyright: 2006-2010, Debian Fonts Task Force
+License: GPL-2+
+
+Files: fontforge/collabclient.*
+ fontforge/collabclientpriv.h
+ fontforge/ffglib.h
+ fontforge/sfundo.h
+ fontforgeexe/collab/fontforge-internal-collab-server.h
+ fontforgeexe/collabclientui.*
+ fontforgeexe/fontlint.pe
+ fontforgeexe/sfundo.c
+ fontforgeexe/wordlistparser.*
+Copyright: 2013, Ben Martin
+ 2013, Matthew Skala
+ 2014-2015, the FontForge Project Developers
+License-Grant:
+ FontForge is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+
+
+Files: fontforgeexe/pixmaps/tango/Cantarell-*.ttf
+Copyright: 2009, Dave Crossland
+License-Grant:
+ This font is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+ with font exception
+ As a special exception, if you create a document which uses this font,
+ and embed this font or unaltered portions of this font into the
+ document, this font does not by itself cause the resulting document to
+ be covered by the GNU General Public License. This exception does not
+ however invalidate any other reasons why the document might be covered
+ by the GNU General Public License. If you modify this font, you may
+ extend this exception to your version of the font, but you are not
+ obligated to do so. If you do not wish to do so, delete this exception
+ statement from your version.
+
+Files: pycontrib/FontCompare/fc/*.py
+ pycontrib/FontCompare/fontcompare
+ pycontrib/FontCompare/setup.py
+ pycontrib/FontCompare/unittests/unittests.py
+Copyright: 2013, Mayank Jha
+License-Grant:
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+License: LGPL-2.1+
+
+Files: fontforgeexe/cvdebug.c
+ fontforgeexe/cvdgloss.c
+ fontforgeexe/cvgridfit.c
+Copyright: 2001-2012, George Williams
+License: BSD-3-clause~typo
+
+Files: collab/zmq_kvmsg.*
+ fontforgeexe/collab/fontforge-internal-collab-server.c
+Copyright: 2010-2011, iMatix Corporation and Contributors
+ 2013, Ben Martin
+License-Grant:
+ FontForge is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+License: Expat and GPL-3+
+Comment:
+ In addition to listed license grant, the files contain the full text of
+ the Expat license.
+
+Files: bootstrap
+Copyright: 2010-2012, Free Software Foundation, Inc
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+ with Libtool exception
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program or library that is built
+ using GNU Libtool, you may include this file under the same
+ distribution terms that you use for the rest of that program.
+
+Files: bootstrap.conf
+Copyright: 2010, Free Software Foundation, Inc
+License-Grant:
+ GNU fontforge is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or (at
+ your option) any later version.
+License: GPL-3+
+
+Files: pycontrib/gdraw/*
+Copyright: 2009
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+
+
+Files: pycontrib/svg2sfd.py
+Copyright: 2013, Google Inc.
+License-Grant:
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+License: Apache-2.0
+
+Files: inc/gkeysym.h
+Copyright: 1987, Digital Equipment Corporation, Maynard, Massachusetts
+ 1987,1994,1998, The Open Group
+License: X11~TOG and Expat~Digital
+Comment:
+ Included text contains no permissions, only copyright and disclaimers.
+ That seems to be an editorial error, however: The code apparently
+ originates from file keysymdef.h in X11 code predating XFree86 or Xorg.
+ Referenced complete license was revived in Xorg project at
+ .
+
+Files: fontforge/fvimportbdf.c
+ gdraw/fontP.h
+Copyright: 1985-1987,1991,1998, The Open Group
+ 2000-2012, George Williams
+License: BSD-3-clause and X11~TOG
+Comment:
+ Included text contains no permissions, only copyright and disclaimers.
+ That seems to be an editorial error, however: The code apparently
+ originates from file Xlib.h in X11 code predating XFree86 or Xorg.
+ Referenced complete license was revived in Xorg project at
+ .
+
+Files: nodejs/collabwebview/js/fontdrag.js
+ nodejs/collabwebview/js/otfeatures.js
+Copyright: 2010 Ryan Seddon
+ 2012 Pablo Impallari
+License-Grant:
+ Released under the MIT license
+License: Expat
+Comment:
+ Pablo Impallari not mentioned explicitly as copyright holder. inferred
+ from hint that is
+ canonical source.
+
+Files: nodejs/collabwebview/js/contentEditable/jquery.contenteditable.js
+Copyright: Makis Tracend
+License-Grant:
+ Released under the [MIT license](http://makesites.org/licenses/MIT)
+License: Expat
+
+Files: tests/build-aux/missing
+Copyright: 1996-1997, 1999-2000, 2002-2006, 2008-2009, Free Software
+ Foundation, Inc.
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+License: GPL-2+ with Autoconf exception
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a configuration
+ script generated by Autoconf, you may include it under the same
+ distribution terms that you use for the rest of that program.
+
+Files: fontforge/bezctx_ff.*
+Copyright: 2007, George Williams
+ 2007, Raph Levien
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+License: GPL-2+
+
+Files: tests/fonts/NimbusLGCUni-Regular.sfd
+ tests/fonts/n019003l.pfb
+Copyright: 1999, (URW)++ Design & Development
+ 2001-2005, Valek Filippov
+ 2001, Dmitry 40in
+ 1996-1997, The Omega Project
+ 2005, Alexey Kryukov
+License-Grant:
+ This font is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+License: GPL-2+ with font exception
+ As a special exception, permission is granted to include these font
+ programs in a Postscript or PDF file that consists of a document that
+ contains text to be displayed or printed using these fonts, regardless
+ of the conditions or license applying to the document itself.
+
+Files: gutils/g_giomime.c
+ pycontrib/gdraw/__init__.py
+ pycontrib/gdraw/gdraw.py
+Copyright: 2009,
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+
+
+Files: m4/ax_*.m4
+Copyright: 2008, Guido U. Draheim
+ 2008, Steven G. Johnson
+ 2011, Daniel Richard G.
+ 2011, Maarten Bosmans
+License-Grant:
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+ with Autoconf-Macro exception
+ As a special exception, the respective Autoconf Macro's copyright owner
+ gives unlimited permission to copy, distribute and modify the configure
+ scripts that are the output of Autoconf when processing the Macro. You
+ need not follow the terms of the GNU General Public License when using
+ or distributing such scripts, even though portions of the text of the
+ Macro appear in them. The GNU General Public License (GPL) does govern
+ all other use of the material that constitutes the Autoconf Macro.
+ .
+ This special exception to the GPL applies to versions of the Autoconf
+ Macro released by the Autoconf Archive. When you make and distribute a
+ modified version of the Autoconf Macro, you may extend this special
+ exception to the GPL to apply to your modified version as well.
+
+Files: tests/test926.py
+Copyright: 2012, W3C(R) (MIT, ERCIM, Keio, Beihang)
+License: W3C
+
+Files: pycontrib/FontCompare/unittests/lohit.ttf
+Copyright: 2011, Lohit Fonts Project contributors
+License-Grant:
+ Licensed under the SIL Open Font License 1.1 (see file OFL.txt)
+License: OFL-1.1
+
+Files: pycontrib/graphicore/ipython_view.py
+ pycontrib/graphicore.py
+ pycontrib/graphicore/shell.py
+Copyright: 2007, IBM Corporation
+ 2011, Lasse Fister
+License-Grant:
+ All rights reserved. This program and the accompanying materials are
+ made available under the terms of the BSD which accompanies this
+ distribution, and is available at
+ http://www.opensource.org/licenses/bsd-license.php
+License: BSD-2-clause
+Comment:
+ The referenced web page contains the BSD-2-clause license.
+
+Files: tests/fonts/cmbsy10.pfb
+Copyright: 1997, 2009, American Mathematical Society
+License-Grant:
+ This Font Software is licensed under the SIL Open Font License, Version
+ 1.1. This license is in the accompanying file OFL.txt, and is also
+ available with a FAQ at: http://scripts.sil.org/OFL.
+License: OFL-1.1
+
+Files: fontforgeexe/pixmaps/tango/Inconsolata-Bold.ttf
+Copyright: 2006,2011, Raph Levien
+License-Grant:
+ Licensed under the Apache License, Version 2.0 (the "License"); you may
+ not use this file except in compliance with the License. You may obtain
+ a copy of the License at .
+License: Apache-2.0
+
+Files: fontforgeexe/pixmaps/tango/Inconsolata-Regular.ttf
+Copyright: 2006-2012, Raph Levien
+ 2011-2012, Cyreal
+License-Grant:
+ This Font Software is licensed under the SIL Open Font License, Version
+ 1.1.
+License: OFL-1.1
+
+Files: tests/fonts/DejaVuSerif.sfd
+Copyright: 2003, Bitstream, Inc.
+License: DejaVu
+
+Files: tests/fonts/Ambrosia*.sfd
+Copyright: 1987-1998, George Williams
+License: BSD-2-clause
+Comment:
+ Content lacks copyright and license. Assumed to be the same font as
+ represented at
+
+ with same copyright holder as main upstream author of Fontforge.
+ Licensing assumed to be same as generally used for Fontforge.
+
+Files: debian/*
+Copyright: 2001 Baruch Even
+ 2006 KÄstutis BiliÅ«nas
+ 2013 Hideki Yamane
+ 2016 Vasudev Kamath
+ 2016-2017 Jonas Smedegaard
+License: GPL-3+
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
+
+License: GPL-2+
+License-Reference: /usr/share/common-licenses/GPL-2
+
+License: Apache-2.0
+License-Reference: /usr/share/common-licenses/Apache-2.0
+
+License: LGPL-2.1+
+License-Reference: /usr/share/common-licenses/LGPL-2.1
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: BSD-3-clause~typo
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ The name of the author may not be used to endorse or promote products
+ dercved from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the
+ distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: X11~TOG
+ Permission to use, copy, modify, distribute, and sell this software and
+ its documentation for any purpose is hereby granted without fee,
+ provided that the above copyright notice appear in all copies and that
+ both that copyright notice and this permission notice appear in
+ supporting documentation.
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of The Open Group shall
+ not be used in advertising or otherwise to promote the sale, use or
+ other dealings in this Software without prior written authorization
+ from The Open Group.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+
+License: Expat~Digital
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted,
+ provided that the above copyright notice appear in all copies and
+ that both that copyright notice and this permission notice appear in
+ supporting documentation, and that the name of Digital not be used in
+ advertising or publicity pertaining to distribution of the software
+ without specific, written prior permission.
+ .
+ DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
+ NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
+ USE OR PERFORMANCE OF THIS SOFTWARE.
+
+License: W3C
+ By obtaining and/or copying this work, you (the licensee) agree that
+ you have read, understood, and will comply with the following terms and
+ conditions.
+ .
+ Permission to copy, modify, and distribute this work, with or without
+ modification, for any purpose and without fee or royalty is hereby
+ granted, provided that you include the following on ALL copies of the
+ work or portions thereof, including modifications:
+ .
+ The full text of this NOTICE in a location viewable to users of the
+ redistributed or derivative work.
+ Any pre-existing intellectual property disclaimers, notices, or terms
+ and conditions. If none exist, the W3C Software and Document Short
+ Notice should be included.
+ Notice of any changes or modifications, through a copyright statement
+ on the new code or document such as "This software or document includes
+ material copied from or derived from [title and URI of the W3C
+ document]. Copyright (C) [YEAR] W3C(R) (MIT, ERCIM, Keio, Beihang)."
+ .
+ Disclaimers
+ .
+ THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
+ REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+ LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
+ PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE
+ ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+ .
+ COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
+ OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
+ DOCUMENT.
+ .
+ The name and trademarks of copyright holders may NOT be used in
+ advertising or publicity pertaining to the work without specific,
+ written prior permission. Title to copyright in this work will at all
+ times remain with copyright holders.
+
+License: OFL-1.1
+ PREAMBLE
+ .
+ The goals of the Open Font License (OFL) are to stimulate worldwide
+ development of collaborative font projects, to support the font
+ creation efforts of academic and linguistic communities, and to provide
+ a free and open framework in which fonts may be shared and improved in
+ partnership with others.
+ .
+ The OFL allows the licensed fonts to be used, studied, modified and
+ redistributed freely as long as they are not sold by themselves. The
+ fonts, including any derivative works, can be bundled, embedded,
+ redistributed and/or sold with any software provided that any reserved
+ names are not used by derivative works. The fonts and derivatives,
+ however, cannot be released under any other type of license. The
+ requirement for fonts to remain under this license does not apply to
+ any document created using the fonts or their derivatives.
+ .
+ DEFINITIONS
+ .
+ "Font Software" refers to the set of files released by the Copyright
+ Holder(s) under this license and clearly marked as such. This may
+ include source files, build scripts and documentation.
+ .
+ "Reserved Font Name" refers to any names specified as such after the
+ copyright statement(s).
+ .
+ "Original Version" refers to the collection of Font Software components
+ as distributed by the Copyright Holder(s).
+ .
+ "Modified Version" refers to any derivative made by adding to,deleting,
+ or substituting -- in part or in whole -- any of the components of the
+ Original Version, by changing formats or by porting the Font Software
+ to a new environment.
+ .
+ "Author" refers to any designer, engineer, programmer, technical writer
+ or other person who contributed to the Font Software.
+ .
+ PERMISSION & CONDITIONS
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Font Software, to use, study, copy, merge, embed, modify,
+ redistribute, and sell modified and unmodified copies of the Font
+ Software, subject to the following conditions:
+ .
+ 1) Neither the Font Software nor any of its individual components, in
+ Original or Modified Versions, may be sold by itself.
+ .
+ 2) Original or Modified Versions of the Font Software may be bundled,
+ redistributed and/or sold with any software, provided that each copy
+ contains the above copyright notice and this license. These can be
+ included either as stand-alone text files, human-readable headers or in
+ the appropriate machine-readable metadata fields within text or binary
+ files as long as those fields can be easily viewed by the user.
+ .
+ 3) No Modified Version of the Font Software may use the Reserved Font
+ Name(s) unless explicit written permission is granted by the
+ corresponding Copyright Holder. This restriction only applies to the
+ primary font name as presented to the users.
+ .
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+ Software shall not be used to promote, endorse or advertise any
+ Modified Version, except to acknowledge the contribution(s) of the
+ Copyright Holder(s) and the Author(s) or with their explicit written
+ permission.
+ .
+ 5) The Font Software, modified or unmodified, in part or in whole, must
+ be distributed entirely under this license, and must not be distributed
+ under any other license. The requirement for fonts to remain under this
+ license does not apply to any document created using the Font Software.
+ .
+ TERMINATION
+ .
+ This license becomes null and void if any of the above conditions are
+ not met.
+ .
+ DISCLAIMER
+ .
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+ OTHER DEALINGS IN THE FONT SOFTWARE.
+
+License: DejaVu
+ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
+ Vera is a trademark of Bitstream, Inc.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the fonts accompanying this license ("Fonts") and associated
+ documentation files (the "Font Software"), to reproduce and distribute
+ the Font Software, including without limitation the rights to use,
+ copy, merge, publish, distribute, and/or sell copies of the Font
+ Software, and to permit persons to whom the Font Software is furnished
+ to do so, subject to the following conditions:
+ .
+ The above copyright and trademark notices and this permission notice
+ shall be included in all copies of one or more of the Font Software
+ typefaces.
+ .
+ The Font Software may be modified, altered, or added to, and in
+ particular the designs of glyphs or characters in the Fonts may be
+ modified and additional glyphs or characters may be added to the Fonts,
+ only if the fonts are renamed to names not containing either the words
+ "Bitstream" or the word "Vera".
+ .
+ This License becomes null and void to the extent applicable to Fonts or
+ Font Software that has been modified and is distributed under the
+ "Bitstream Vera" names.
+ .
+ The Font Software may be sold as part of a larger software package but
+ no copy of one or more of the Font Software typefaces may be sold by
+ itself.
+ .
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
+ BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
+ OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
+ SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
+ .
+ Except as contained in this notice, the names of Gnome, the Gnome
+ Foundation, and Bitstream Inc., shall not be used in advertising or
+ otherwise to promote the sale, use or other dealings in this Font
+ Software without prior written authorization from the Gnome Foundation
+ or Bitstream Inc., respectively. For further information, contact:
+ fonts at gnome dot org.
diff --git a/copyright-check b/copyright-check
new file mode 100755
index 0000000..ad7dcc3
--- /dev/null
+++ b/copyright-check
@@ -0,0 +1,30 @@
+#!/bin/sh
+# Copyright © 2016-2017 Jonas Smedegaard
+# Description: helper script to update copyright_hints
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+set -eu
+
+# extract metadata from graphics files and fonts before copyright check
+# - skip ICNS graphics unlikely to contain metadata
+# - skip gettext and html files too messy for automated parsing
+export DEB_COPYRIGHT_EXTRACT_EXTS="gif jpeg pdf pfb png svg ttf"
+export DEB_COPYRIGHT_CHECK_IGNORE_EXTS="icns html po"
+
+make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true
+make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1
+
+# unconditionally merge changes - safe to do with git-tracked package
+[ ! -f debian/copyright_newhints ] || mv -f debian/copyright_newhints debian/copyright_hints
diff --git a/copyright_hints b/copyright_hints
new file mode 100644
index 0000000..9ae04d3
--- /dev/null
+++ b/copyright_hints
@@ -0,0 +1,2834 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: CONTRIBUTING.md
+ INSTALL-git.md
+ Packaging/debian/cp-src/clean
+ Packaging/debian/cp-src/compat
+ Packaging/debian/cp-src/fontforge-common.dirs
+ Packaging/debian/cp-src/fontforge-common.install
+ Packaging/debian/cp-src/fontforge-common.manpages
+ Packaging/debian/cp-src/fontforge-nox.dirs
+ Packaging/debian/cp-src/fontforge.dirs
+ Packaging/debian/cp-src/fontforge.install
+ Packaging/debian/cp-src/fontforge.menu
+ Packaging/debian/cp-src/fontforge.xpm
+ Packaging/debian/cp-src/gbp.conf
+ Packaging/debian/cp-src/libfontforge-dev.dirs
+ Packaging/debian/cp-src/libfontforge-dev.install
+ Packaging/debian/cp-src/libfontforge1.dirs
+ Packaging/debian/cp-src/libfontforge1.install
+ Packaging/debian/cp-src/libgdraw4.dirs
+ Packaging/debian/cp-src/libgdraw4.install
+ Packaging/debian/cp-src/make-clean-tarball
+ Packaging/debian/cp-src/python-fontforge.dirs
+ Packaging/debian/cp-src/python-fontforge.install
+ Packaging/debian/cp-src/rules
+ Packaging/debian/cp-src/source/format
+ Packaging/redhat/m4/rpm.spec
+ README.md
+ Unicode/.gitignore
+ Unicode/README.TXT
+ Unicode/charset/MacSymbol.c
+ Unicode/charset/ZapfDingbats.c
+ Unicode/charset/alphabet.c
+ Unicode/charset/big5.c
+ Unicode/charset/big5hkscs.c
+ Unicode/charset/gb2312.c
+ Unicode/charset/iso_8859_1.c
+ Unicode/charset/iso_8859_10.c
+ Unicode/charset/iso_8859_11.c
+ Unicode/charset/iso_8859_13.c
+ Unicode/charset/iso_8859_14.c
+ Unicode/charset/iso_8859_15.c
+ Unicode/charset/iso_8859_16.c
+ Unicode/charset/iso_8859_2.c
+ Unicode/charset/iso_8859_3.c
+ Unicode/charset/iso_8859_4.c
+ Unicode/charset/iso_8859_5.c
+ Unicode/charset/iso_8859_6.c
+ Unicode/charset/iso_8859_7.c
+ Unicode/charset/iso_8859_8.c
+ Unicode/charset/iso_8859_9.c
+ Unicode/charset/jis.c
+ Unicode/charset/jis201.c
+ Unicode/charset/johab.c
+ Unicode/charset/koi8_r.c
+ Unicode/charset/ksc5601.c
+ Unicode/charset/mac.c
+ Unicode/charset/win.c
+ Unicode/combiners.h
+ Unicode/unialt.c
+ breakpad/.gitignore
+ breakpad/server/.gitignore
+ breakpad/server/package.json
+ breakpad/server/report-acceptor.js
+ contrib/admintools/ffsplashbase.png
+ contrib/cidmap/Adobe-CNS1-6.cidmap
+ contrib/cidmap/Adobe-GB1-5.cidmap
+ contrib/cidmap/Adobe-Identity-0.cidmap
+ contrib/cidmap/Adobe-Japan1-5.cidmap
+ contrib/cidmap/Adobe-Japan1-6.cidmap
+ contrib/cidmap/Adobe-Japan2-0.cidmap
+ contrib/cidmap/Adobe-Korea1-2.cidmap
+ contrib/cidmap/Makefile.am
+ contrib/cidmap/src/README
+ contrib/cidmap/src/mapcns1.c
+ contrib/cidmap/src/mapgb1.c
+ contrib/cidmap/src/mapjapan1.c
+ contrib/cidmap/src/mapjapan2.c
+ contrib/cidmap/src/mapkorean.c
+ contrib/fonttools/README-ttf2eps
+ contrib/fonttools/findtable.c
+ contrib/fonttools/pfadecrypt.c
+ contrib/fonttools/portablecompositor.cpp
+ contrib/fonttools/stripttc.c
+ debian/README.source
+ debian/autogen.sh
+ debian/compat
+ debian/fontforge-common.install
+ debian/fontforge-common.manpages
+ debian/fontforge-doc.doc-base
+ debian/fontforge-doc.install
+ debian/fontforge-nox.install
+ debian/fontforge-nox.lintian-overrides
+ debian/fontforge.install
+ debian/fontforge.lintian-overrides
+ debian/gbp.conf
+ debian/libfontforge-dev.links
+ debian/libfontforge2.lintian-overrides
+ debian/libgdraw5.install
+ debian/patches/008_libgif.diff
+ debian/patches/024_def_background.diff
+ debian/patches/027_catch_ctrl-c_signal.diff
+ debian/patches/2001_repackaging_fixup.patch
+ debian/patches/2002_avoid_upstream_git_or_pkg.patch
+ debian/patches/2003_avoid_privacy_breach.patch
+ debian/patches/671971.diff
+ debian/patches/900_debian_HelpDir_path.diff
+ debian/patches/901_ld_as_needed.diff
+ debian/patches/902_fix_optipng_reads.diff
+ debian/patches/series
+ debian/python-fontforge.install
+ debian/rules
+ debian/source/format
+ debian/watch
+ desktop/fontforge.desktop
+ desktop/fontforge.xml
+ desktop/icons-old/16x16/apps/fontforge.png
+ desktop/icons-old/22x22/apps/fontforge.png
+ desktop/icons-old/24x24/apps/fontforge.png
+ desktop/icons-old/256x256/apps/fontforge.png
+ desktop/icons-old/32x32/apps/fontforge.png
+ desktop/icons-old/48x48/apps/fontforge.png
+ desktop/icons-old/scalable/apps/fontforge.svg
+ desktop/icons-old/src/icon-16x16-apps-fontforge.svg
+ desktop/icons-old/src/icon-24x24-apps-fontforge.svg
+ desktop/icons-old/src/icon-32x32-apps-fontforge.svg
+ desktop/icons-older/FFbutton-128.png
+ desktop/icons-older/FFbutton-32.png
+ desktop/icons-older/FFslug-128.png
+ desktop/icons-older/FFslug-32.png
+ desktop/icons-older/FFslug-48.png
+ desktop/icons-older/ffanvil32.gif
+ desktop/icons-older/fontforge.png
+ desktop/icons-older/fontforge.svg
+ desktop/icons-older/fontforge.xpm
+ desktop/icons/128x128/apps/fontforge.png
+ desktop/icons/16x16/apps/fontforge.png
+ desktop/icons/22x22/apps/fontforge.png
+ desktop/icons/24x24/apps/fontforge.png
+ desktop/icons/256x256/apps/fontforge.png
+ desktop/icons/32x32/apps/fontforge.png
+ desktop/icons/48x48/apps/fontforge.png
+ desktop/icons/64x64/apps/fontforge.png
+ desktop/icons/scalable/apps/fontforge.svg
+ desktop/icons/src/icon-16x16-apps-fontforge.svg
+ desktop/icons/src/icon-24x24-apps-fontforge.svg
+ desktop/icons/src/icon-32x32-apps-fontforge.svg
+ doc/README-unix
+ doc/html/.htaccess
+ doc/html/AddLookup-Liga.png
+ doc/html/AmbrosiaFV-bm.png
+ doc/html/AmbrosiaFV.png
+ doc/html/Anna.gif
+ doc/html/Antigone.gif
+ doc/html/As.png
+ doc/html/BASEdlg.png
+ doc/html/BASEfeat.png
+ doc/html/BASElang.png
+ doc/html/BethSans.png
+ doc/html/BethSerif.png
+ doc/html/BexpandBigSerifs.png
+ doc/html/BexpandCJK.png
+ doc/html/BexpandLCG.png
+ doc/html/BexpandLCGsquish.png
+ doc/html/Big5.txt
+ doc/html/BitmapReference.png
+ doc/html/BitmapView.png
+ doc/html/BoldHiraDA.png
+ doc/html/BottomSerif.png
+ doc/html/Bperspective.png
+ doc/html/C1.png
+ doc/html/C10.png
+ doc/html/C2.png
+ doc/html/C3.png
+ doc/html/C4.png
+ doc/html/C5.png
+ doc/html/C6.png
+ doc/html/C7.png
+ doc/html/C8.png
+ doc/html/C9.png
+ doc/html/CaslonOriginality.png
+ doc/html/ChangeGlyph1Dlg.png
+ doc/html/ChangeGlyph2Dlg.png
+ doc/html/ChangeGlyph3Dlg.png
+ doc/html/ChangeWeight.png
+ doc/html/ChangeXHeightDlg.png
+ doc/html/CharPrint.png
+ doc/html/ClippedA.png
+ doc/html/ClippedARaster.png
+ doc/html/CondenseExtend.png
+ doc/html/Constrain1_1.png
+ doc/html/Constrain1_2.png
+ doc/html/Constrain2_1.png
+ doc/html/Constrain2_2.png
+ doc/html/Cspirals.png
+ doc/html/Cspiro0.png
+ doc/html/Cspiro1.png
+ doc/html/Cspiro10.png
+ doc/html/Cspiro2.png
+ doc/html/Cspiro3.png
+ doc/html/Cspiro4.png
+ doc/html/Cspiro5.png
+ doc/html/Cspiro6.png
+ doc/html/Cspiro6_5.png
+ doc/html/Cspiro7.png
+ doc/html/Cspiro8.png
+ doc/html/Cspiro9.png
+ doc/html/CyrilItalicComp.png
+ doc/html/DisplayFonts.png
+ doc/html/Eback.png
+ doc/html/EbackTtf.png
+ doc/html/Efore.png
+ doc/html/EforeTtf.png
+ doc/html/Ehinted.png
+ doc/html/EhintedTtf.png
+ doc/html/Eperspective.png
+ doc/html/FF32.png
+ doc/html/FFmacotfIcon.png
+ doc/html/FFsfd32.png
+ doc/html/FVHMetrics.png
+ doc/html/FVVMetrics.png
+ doc/html/FlatSerif.png
+ doc/html/FontDisplay.png
+ doc/html/FontForge.css
+ doc/html/FontForgeSplash.png
+ doc/html/FontImage.png
+ doc/html/FontSample.png
+ doc/html/GButton.png
+ doc/html/GCancelButton.png
+ doc/html/GComboBox.png
+ doc/html/GComboBoxMenu.png
+ doc/html/GDefaultButton.png
+ doc/html/GDropList.png
+ doc/html/GLabel.png
+ doc/html/GListMark.png
+ doc/html/GMatrixEdit.png
+ doc/html/GNumericField.png
+ doc/html/GNumericFieldSpinner.png
+ doc/html/GRadio.png
+ doc/html/GSUB-Order.png
+ doc/html/GTextField.png
+ doc/html/GenerateFamily.png
+ doc/html/GenerateOptions.png
+ doc/html/GenerateTTC.png
+ doc/html/GlyphSep-To.png
+ doc/html/GlyphSep-rectangles.png
+ doc/html/GradientDlg.png
+ doc/html/GridFit.png
+ doc/html/GridFitM.png
+ doc/html/H-bm.png
+ doc/html/H-gm.png
+ doc/html/HI.hints.png
+ doc/html/HI.nohints.png
+ doc/html/HebrewMetrics.png
+ doc/html/HebrewSerifs.png
+ doc/html/Hints.png
+ doc/html/InsertTxtDlg.png
+ doc/html/ItalicCompCaslon.png
+ doc/html/ItalicCompGalliard.png
+ doc/html/ItalicDlg.png
+ doc/html/JustOutside.png
+ doc/html/JustifyDlg.png
+ doc/html/JustifyExtenderDlg.png
+ doc/html/JustifyLangDlg.png
+ doc/html/JustifyLookupDlg.png
+ doc/html/KernPairs.png
+ doc/html/LinearGradient.png
+ doc/html/MATH-Constants.png
+ doc/html/MATH-Exten.png
+ doc/html/MATH-GlyphConstructed.png
+ doc/html/MATH-GlyphConstruction.png
+ doc/html/MATH-GlyphConstructionDlg.png
+ doc/html/MATH-Italic.png
+ doc/html/MATH-MathKern.png
+ doc/html/MATH-MathKernGraph.png
+ doc/html/MATH-MathKernText.png
+ doc/html/MATH-TopAccent.png
+ doc/html/MATH-VertVariants.png
+ doc/html/MacFeatName.png
+ doc/html/MacMapping.png
+ doc/html/MassRename.png
+ doc/html/MenuWithMacIcons.png
+ doc/html/MenuWithoutMacIcons.png
+ doc/html/Metal-fontforge-600.jpeg
+ doc/html/MetalType.jpeg
+ doc/html/MetricsView-features.png
+ doc/html/MetricsView.png
+ doc/html/MultiPrint.png
+ doc/html/NoPointHint.png
+ doc/html/OutlineInline.png
+ doc/html/PageSetup.png
+ doc/html/PathToBind.png
+ doc/html/PfaEdits.gif
+ doc/html/PoV.png
+ doc/html/Print.png
+ doc/html/QGDlg.png
+ doc/html/QGList.png
+ doc/html/RadialGradient.png
+ doc/html/RadialGradientDlg.png
+ doc/html/ReviewHints.png
+ doc/html/SelectByATT.png
+ doc/html/Shades.png
+ doc/html/Shades2.png
+ doc/html/Shades4.png
+ doc/html/ShadowWireframe.png
+ doc/html/ShowGridFit.png
+ doc/html/Sigma13x16.png
+ doc/html/Sigma28x33.png
+ doc/html/Sigma54x64.png
+ doc/html/SmallcapsDlg.png
+ doc/html/Spacem_1.png
+ doc/html/Spacem_2.png
+ doc/html/SubSuperDlg.png
+ doc/html/TTCvt.png
+ doc/html/TTPoints.png
+ doc/html/TTRaster.png
+ doc/html/TTRegisters.png
+ doc/html/TTStack.png
+ doc/html/TTStorage.png
+ doc/html/TTgloss.png
+ doc/html/TextBoundDistortedGlyphs.png
+ doc/html/TextBoundUnitaryGlyph.png
+ doc/html/TextUnbound.png
+ doc/html/Tile.png
+ doc/html/TilePath.png
+ doc/html/TilePath2.png
+ doc/html/TilePattern.png
+ doc/html/TilePatternDlg.png
+ doc/html/TiledPattern.png
+ doc/html/TiledPattern45.png
+ doc/html/To-kerned.png
+ doc/html/To-unkerned.png
+ doc/html/Tricolor.png
+ doc/html/VerticalMetrics.png
+ doc/html/aItalic.png
+ doc/html/a_dieresis_macron.png
+ doc/html/a_with_anchor.png
+ doc/html/aacutebase.png
+ doc/html/aacutemid.png
+ doc/html/acenter.png
+ doc/html/addlookup-kern.png
+ doc/html/agetinfo.png
+ doc/html/agrave_anchored.png
+ doc/html/ahighest.png
+ doc/html/alignedBaselines.png
+ doc/html/allgreek.png
+ doc/html/alphakappaiota.png
+ doc/html/alphakappaiotatheta.png
+ doc/html/anchorcontrol-base.png
+ doc/html/anchorcontrol-mark.png
+ doc/html/arabic-seen.png
+ doc/html/asm1.png
+ doc/html/asm2.png
+ doc/html/asm3.png
+ doc/html/asm4.png
+ doc/html/autowidth.png
+ doc/html/bdfinfo.png
+ doc/html/bed-script.png
+ doc/html/bezier.gif
+ doc/html/bitmapchar.png
+ doc/html/bitmapsavail.png
+ doc/html/boustrophedon.png
+ doc/html/bowlweb.gif
+ doc/html/bvlayers.png
+ doc/html/bvtools.png
+ doc/html/cap-height.png
+ doc/html/charinfo-comment.png
+ doc/html/charinfo-comp.png
+ doc/html/charinfo-counters.png
+ doc/html/charinfo-lig.png
+ doc/html/charinfo-pos.png
+ doc/html/charinfo-subs.png
+ doc/html/charinfo-tex.png
+ doc/html/charinfo-tilesize.png
+ doc/html/charinfo-variants.png
+ doc/html/charinfo.png
+ doc/html/charview-multilayer.png
+ doc/html/charview-quadratic.png
+ doc/html/charview-vert.png
+ doc/html/charview2.png
+ doc/html/charwithhintmask.png
+ doc/html/colorbutton.png
+ doc/html/colorpicker.jpeg
+ doc/html/contextchain-class.png
+ doc/html/contextchain-classlist.png
+ doc/html/contextchain-coverage.png
+ doc/html/contextchain-format.png
+ doc/html/contextchain-glyphlists.png
+ doc/html/contextchain-pickglyph.png
+ doc/html/contextchain-rcover.png
+ doc/html/contextchain-simpleclasses.png
+ doc/html/contextchain-simplecoverage.png
+ doc/html/contextchain-simpleglyph.png
+ doc/html/copyfeatures.png
+ doc/html/corpchar.txt
+ doc/html/cpinfo.png
+ doc/html/cpodd.png
+ doc/html/cubic2quad.png
+ doc/html/cvarrowicon.png
+ doc/html/cvcornericon.png
+ doc/html/cvcurveicon.png
+ doc/html/cvdebug.png
+ doc/html/cvellipseicon.png
+ doc/html/cvflipicon.png
+ doc/html/cvfreehandicon.png
+ doc/html/cvhandicon.png
+ doc/html/cvhvcurveicon.png
+ doc/html/cvknifeicon.png
+ doc/html/cvmagicon.png
+ doc/html/cvpenicon.png
+ doc/html/cvperspectiveicon.png
+ doc/html/cvpolyicon.png
+ doc/html/cvrecticon.png
+ doc/html/cvrotate3dicon.png
+ doc/html/cvrotateicon.png
+ doc/html/cvrulericon.png
+ doc/html/cvscaleicon.png
+ doc/html/cvskewicon.png
+ doc/html/cvspiroG2icon.png
+ doc/html/cvspiroG4icon.png
+ doc/html/cvspirocornericon.png
+ doc/html/cvspirolefticon.png
+ doc/html/cvspiromodeicon.png
+ doc/html/cvspirorighticon.png
+ doc/html/cvstaricon.png
+ doc/html/cvt-to-mac.png
+ doc/html/cvtangenticon.png
+ doc/html/definegroups.png
+ doc/html/delta0.png
+ doc/html/delta1.png
+ doc/html/devaBaseline.png
+ doc/html/devaHangBaseline.png
+ doc/html/devaLatinBaseline.png
+ doc/html/displaygroups.png
+ doc/html/donate.png
+ doc/html/doublestruck-B.png
+ doc/html/eItalic.png
+ doc/html/editcvt.png
+ doc/html/edittransition-context.png
+ doc/html/edittransition-indic.png
+ doc/html/edittransition-insert.png
+ doc/html/edittransition-kern.png
+ doc/html/emptyfont-A-sel.png
+ doc/html/emptyhlig.png
+ doc/html/englishkernpairs.txt
+ doc/html/exclude-post.png
+ doc/html/exclude-pre.png
+ doc/html/expand-joint-post.png
+ doc/html/expand-joint-pre.png
+ doc/html/expand-post.png
+ doc/html/expand-pre.png
+ doc/html/expandedlines.png
+ doc/html/expandstroke.png
+ doc/html/extrema-poi.png
+ doc/html/f+i.png
+ doc/html/fItalic.png
+ doc/html/featsetdlg.png
+ doc/html/ff-screenshot.png
+ doc/html/ffanvil16.png
+ doc/html/ffanvil300.png
+ doc/html/ffanvil32.png
+ doc/html/ffcartouche.png
+ doc/html/ffdownload.png
+ doc/html/ffi-caret.png
+ doc/html/ffi-moved.png
+ doc/html/ffi-refs.png
+ doc/html/ffi-rmoverlap.png
+ doc/html/ffi-unlink.png
+ doc/html/fftype16.png
+ doc/html/fftype300.svg
+ doc/html/fftype32.png
+ doc/html/fi.png
+ doc/html/findprobs-att.png
+ doc/html/findprobs-bb.png
+ doc/html/findprobs-cid.png
+ doc/html/findprobs-hint.png
+ doc/html/findprobs-paths.png
+ doc/html/findprobs-random.png
+ doc/html/findprobs-refs.png
+ doc/html/findprobs.png
+ doc/html/flags/BrasilFlag.png
+ doc/html/flags/English.gif
+ doc/html/flags/GermanFlag.png
+ doc/html/flags/Greece.png
+ doc/html/flags/Nisshoki-Japan.png
+ doc/html/flags/Polish.png
+ doc/html/flags/RussianFlag.png
+ doc/html/flags/StarsStripes.gif
+ doc/html/flags/Tricolor.gif
+ doc/html/flags/UnionJack.gif
+ doc/html/flags/VietnamFlag.png
+ doc/html/flags/taiwan.png
+ doc/html/floating-A.png
+ doc/html/fontcompdlg.png
+ doc/html/fontcompresults.png
+ doc/html/fontforge-banner-420.jpeg
+ doc/html/fontforge-tutorial.pdf
+ doc/html/fontinfo-charsets.png
+ doc/html/fontinfo-cid.png
+ doc/html/fontinfo-comment.png
+ doc/html/fontinfo-gasp.png
+ doc/html/fontinfo-general.png
+ doc/html/fontinfo-layers.png
+ doc/html/fontinfo-lookups.png
+ doc/html/fontinfo-macfeat.png
+ doc/html/fontinfo-macstyle.png
+ doc/html/fontinfo-markclasses.png
+ doc/html/fontinfo-marksets.png
+ doc/html/fontinfo-panose.png
+ doc/html/fontinfo-private.png
+ doc/html/fontinfo-psuid.png
+ doc/html/fontinfo-size.png
+ doc/html/fontinfo-ssnames.png
+ doc/html/fontinfo-subsup.png
+ doc/html/fontinfo-tex.png
+ doc/html/fontinfo-ttfmetrics.png
+ doc/html/fontinfo-ttfname-bigedit.png
+ doc/html/fontinfo-ttfname.png
+ doc/html/fontinfo-ttfvals.png
+ doc/html/fontinfo-unicode.png
+ doc/html/fontinfo-woff.png
+ doc/html/fontinfo.png
+ doc/html/fontview-cid.png
+ doc/html/fontview-grouped.png
+ doc/html/fontview.fr.png
+ doc/html/fontview.ru.png
+ doc/html/fraktur-A.png
+ doc/html/freehandctl.png
+ doc/html/fv-normal.png
+ doc/html/fv-smallcaps.png
+ doc/html/fvOutOfDateHinting.png
+ doc/html/generate-upload.png
+ doc/html/generate.png
+ doc/html/glyphinfo-one.png
+ doc/html/grave_with_anchor.png
+ doc/html/greymapedit.png
+ doc/html/greymapsavail.png
+ doc/html/hexley.png
+ doc/html/hintboundingbox.png
+ doc/html/hintdiagonalends.png
+ doc/html/hintdiagonalinter.png
+ doc/html/hintmaskinfo.png
+ doc/html/histogram.png
+ doc/html/hligaheadruledone.png
+ doc/html/hligallrulesdone.png
+ doc/html/hligback.png
+ doc/html/hligbacknomatch.png
+ doc/html/hligbackrule.png
+ doc/html/hligbackruledone.png
+ doc/html/hligbyclasses.png
+ doc/html/hliggreekahead.png
+ doc/html/hliggreekback.png
+ doc/html/hliggreekclass.png
+ doc/html/hligiotaclass.png
+ doc/html/hligkappa.png
+ doc/html/hligkappaclass.png
+ doc/html/hligkappaiota.png
+ doc/html/hligmatchsubs.png
+ doc/html/hlignewrule.png
+ doc/html/hligrule.png
+ doc/html/hligseqdlg.png
+ doc/html/hotkeys.jpeg
+ doc/html/i1.png
+ doc/html/i2.png
+ doc/html/i3.png
+ doc/html/i4.png
+ doc/html/import.png
+ doc/html/intersect-post.png
+ doc/html/ja/AmbrosiaFV.png
+ doc/html/ja/BitmapView.png
+ doc/html/ja/FontForge.css
+ doc/html/ja/GenerateFamily.png
+ doc/html/ja/GenerateOptions.png
+ doc/html/ja/MacFeatName.png
+ doc/html/ja/MacMapping.png
+ doc/html/ja/MetricsView.png
+ doc/html/ja/PageSetup.png
+ doc/html/ja/VerticalMetrics.png
+ doc/html/ja/agetinfo.png
+ doc/html/ja/bitmapsavail.png
+ doc/html/ja/charview2.png
+ doc/html/ja/definegroups.png
+ doc/html/ja/displaygroups.png
+ doc/html/ja/expandstroke.png
+ doc/html/ja/fontcompdlg.png
+ doc/html/ja/fontcompresults.png
+ doc/html/ja/fontinfo-comment.png
+ doc/html/ja/fontinfo-macstyle.png
+ doc/html/ja/fontinfo-panose.png
+ doc/html/ja/fontinfo-private.png
+ doc/html/ja/fontinfo-ps.png
+ doc/html/ja/fontinfo-size.png
+ doc/html/ja/fontinfo-statemach.png
+ doc/html/ja/fontinfo-subsup.png
+ doc/html/ja/fontinfo-tex.png
+ doc/html/ja/fontinfo-ttfmetrics.png
+ doc/html/ja/fontinfo-ttfvals.png
+ doc/html/ja/fontinfo.png
+ doc/html/ja/fontview-grouped.png
+ doc/html/ja/generate.png
+ doc/html/ja/greymapsavail.png
+ doc/html/ja/layerdlg.png
+ doc/html/ja/macFeatureSetting.png
+ doc/html/ja/macfeature.png
+ doc/html/ja/pointinfo-interp.png
+ doc/html/ja/pointinfo.png
+ doc/html/ja/prefs-apps.png
+ doc/html/ja/prefs-editing.png
+ doc/html/ja/prefs-font.png
+ doc/html/ja/prefs-generic.png
+ doc/html/ja/prefs-macfeat.png
+ doc/html/ja/prefs-macmap.png
+ doc/html/ja/prefs-script.png
+ doc/html/ja/privatekey.png
+ doc/html/ja/privatekeymenu.png
+ doc/html/ja/rgetinfo.png
+ doc/html/k1.png
+ doc/html/k2.png
+ doc/html/k3.png
+ doc/html/k4.png
+ doc/html/k5.png
+ doc/html/k6.png
+ doc/html/ka-change.png
+ doc/html/kanjichar.png
+ doc/html/kanjifont.png
+ doc/html/kappa_iota-context.png
+ doc/html/kappa_iota-lookup.png
+ doc/html/kappa_iota-subtable.png
+ doc/html/kappaiota-lookups.png
+ doc/html/kappaiotatheta.png
+ doc/html/kern-We-12.png
+ doc/html/kern-We-150.png
+ doc/html/kernbyclasses.png
+ doc/html/kerningclass.png
+ doc/html/kerningformat.png
+ doc/html/kernpairclose.png
+ doc/html/l1.png
+ doc/html/l10.png
+ doc/html/l2.png
+ doc/html/l3.png
+ doc/html/l4.png
+ doc/html/l5.png
+ doc/html/l6.png
+ doc/html/l7.png
+ doc/html/l8.png
+ doc/html/l9.png
+ doc/html/lang-dlg.png
+ doc/html/latinBaseline.png
+ doc/html/latinHangBaseline.png
+ doc/html/latinNormalBaseline.png
+ doc/html/layerdlg.png
+ doc/html/layers.png
+ doc/html/lcani.gif
+ doc/html/lcdigits.png
+ doc/html/logo3.gif
+ doc/html/lookup-metadata.png
+ doc/html/lparen-108.png
+ doc/html/mItalic.png
+ doc/html/macFeatureSetting.png
+ doc/html/macfeature.png
+ doc/html/manual-ja-hover.png
+ doc/html/manual-ja.png
+ doc/html/menu_down.png
+ doc/html/mergepost.png
+ doc/html/mergepre.png
+ doc/html/metrics-kappa_iota.png
+ doc/html/misalignedBaselines.png
+ doc/html/mmappleaxes.png
+ doc/html/mmaxes.png
+ doc/html/mmcharview.png
+ doc/html/mmcounts.png
+ doc/html/mmdesigns.png
+ doc/html/mmextrapolate2.png
+ doc/html/mmfinal.png
+ doc/html/mmfuncs.png
+ doc/html/mmnamedstyles.png
+ doc/html/mmnamingastyle.png
+ doc/html/newanchor.png
+ doc/html/newcountermask.png
+ doc/html/newfont.png
+ doc/html/non-linear.png
+ doc/html/o-baddir.png
+ doc/html/o1.png
+ doc/html/o2.png
+ doc/html/o3.png
+ doc/html/o4.png
+ doc/html/o5.png
+ doc/html/openfont.png
+ doc/html/outlinechar.png
+ doc/html/overlappedlines.png
+ doc/html/overshoot.png
+ doc/html/phi-hints-filled.png
+ doc/html/phi-hints-outline.png
+ doc/html/phi-nohints-filled.png
+ doc/html/phi-nohints-outline.png
+ doc/html/pnts.gif
+ doc/html/pointinfo-interp.png
+ doc/html/pointinfo.png
+ doc/html/pointsize.png
+ doc/html/prefs-accent.png
+ doc/html/prefs-apps.png
+ doc/html/prefs-editing.png
+ doc/html/prefs-font.png
+ doc/html/prefs-generate.png
+ doc/html/prefs-generic.png
+ doc/html/prefs-macfeat.png
+ doc/html/prefs-macmap.png
+ doc/html/prefs-navigation.png
+ doc/html/prefs-newfont.png
+ doc/html/prefs-openfont.png
+ doc/html/prefs-opentype.png
+ doc/html/prefs-pshints.png
+ doc/html/prefs-script.png
+ doc/html/prefs-sync.png
+ doc/html/prefs-tt.png
+ doc/html/prefs-ttinstrs.png
+ doc/html/privatekey.png
+ doc/html/privatekeymenu.png
+ doc/html/quadbezier.gif
+ doc/html/quadbezier.png
+ doc/html/quadraticspline.gif
+ doc/html/quadraticspline.png
+ doc/html/removefeature.png
+ doc/html/resedit.png
+ doc/html/retagfeature.png
+ doc/html/rgetinfo.png
+ doc/html/rparen-108.png
+ doc/html/rplprocess.png
+ doc/html/rplref.png
+ doc/html/rplsansserifs.png
+ doc/html/rplserifs.png
+ doc/html/ruler.png
+ doc/html/sans-serif-def.png
+ doc/html/script-A.png
+ doc/html/script-lang-dlg.png
+ doc/html/serif-def.png
+ doc/html/serif.png
+ doc/html/serif2.png
+ doc/html/setwidth.png
+ doc/html/short-long-s.png
+ doc/html/showatt.png
+ doc/html/sidebearings.png
+ doc/html/sm-picture.png
+ doc/html/spacekappaiotaspace.png
+ doc/html/spacer1x20.png
+ doc/html/spironextconstraint.png
+ doc/html/spiropointinfo.png
+ doc/html/spiroprevconstraint.png
+ doc/html/splines.gif
+ doc/html/statemachine-context.png
+ doc/html/statemachine-indic.png
+ doc/html/statemachine-insert.png
+ doc/html/strokechar.png
+ doc/html/subtable-ffi.png
+ doc/html/subtable-gpos-anchor.png
+ doc/html/subtable-gpos-kernpair.png
+ doc/html/subtable-gpos-singlefull.png
+ doc/html/subtable-gpos-singlehide.png
+ doc/html/subtable-gsub-ligature.png
+ doc/html/subtable-gsub-single.png
+ doc/html/subtable-oldstyle.png
+ doc/html/subtable-to.png
+ doc/html/tilepath-center.png
+ doc/html/tilepath-final.png
+ doc/html/tilepath-left.png
+ doc/html/tilepath-orig.png
+ doc/html/tilepath-right.png
+ doc/html/tilepath-scale.png
+ doc/html/tilepath-selection.png
+ doc/html/tilepath-tile.png
+ doc/html/tilepath-ts.png
+ doc/html/tools.png
+ doc/html/transform.png
+ doc/html/transition-context.png
+ doc/html/transition-indic.png
+ doc/html/transition-insert.png
+ doc/html/transition-kern.png
+ doc/html/ttfinstrs-edit.png
+ doc/html/ttfinstrs-view.png
+ doc/html/tutorial-ja-hover.png
+ doc/html/tutorial-ja.png
+ doc/html/tutorial-zh_TW-hover.png
+ doc/html/tutorial-zh_TW.png
+ doc/html/twolines.png
+ doc/html/u432Italic.png
+ doc/html/u433Italic.png
+ doc/html/ucEItalic.png
+ doc/html/vItalic.png
+ doc/html/validation.png
+ doc/html/wItalic.png
+ doc/html/x-height.png
+ doc/html/xItalic.png
+ fontforge.pc.in
+ fontforge/.gitignore
+ fontforge/asmfpst.h
+ fontforge/autohint.h
+ fontforge/autosave.h
+ fontforge/autotrace.h
+ fontforge/autowidth.h
+ fontforge/bitmapchar.h
+ fontforge/bvedit.h
+ fontforge/clipnoui.h
+ fontforge/crctab.c
+ fontforge/crctab.h
+ fontforge/cvexport.h
+ fontforge/cvimages.h
+ fontforge/cvundoes.h
+ fontforge/dumpbdf.h
+ fontforge/dumppfa.h
+ fontforge/effects.h
+ fontforge/encoding.h
+ fontforge/featurefile.h
+ fontforge/flaglist.c
+ fontforge/flaglist.h
+ fontforge/fvcomposite.h
+ fontforge/fvfonts.h
+ fontforge/fvimportbdf.h
+ fontforge/glif_name_hash.c
+ fontforge/glif_name_hash.h
+ fontforge/glyphcomp.h
+ fontforge/http.h
+ fontforge/ikarus.h
+ fontforge/langfreq.h
+ fontforge/libffstamp.h
+ fontforge/libstamp.h
+ fontforge/lookups.h
+ fontforge/macbinary.h
+ fontforge/macenc.h
+ fontforge/mathconstants.h
+ fontforge/mem.c
+ fontforge/mem.h
+ fontforge/namelist.h
+ fontforge/othersubrs.h
+ fontforge/palmfonts.h
+ fontforge/parsepdf.h
+ fontforge/parsepfa.h
+ fontforge/parsettf.h
+ fontforge/parsettfatt.h
+ fontforge/parsettfbmf.h
+ fontforge/parsettfvar.h
+ fontforge/psread.h
+ fontforge/pua.c
+ fontforge/scstyles.h
+ fontforge/sfd.h
+ fontforge/spiro.h
+ fontforge/splinefill.h
+ fontforge/splineorder2.h
+ fontforge/splineoverlap.h
+ fontforge/splinerefigure.h
+ fontforge/splinesave.h
+ fontforge/splinesaveafm.h
+ fontforge/splinestroke.h
+ fontforge/splineutil.h
+ fontforge/splineutil2.h
+ fontforge/stamper.c
+ fontforge/start.h
+ fontforge/strlist.c
+ fontforge/strlist.h
+ fontforge/svg.h
+ fontforge/tables.h
+ fontforge/threaddummy.c
+ fontforge/tottf.h
+ fontforge/tottfaat.h
+ fontforge/tottfgpos.h
+ fontforge/tottfvar.h
+ fontforge/ttfspecial.h
+ fontforge/usermenu.h
+ fontforge/winfonts.h
+ fontforge/woff.h
+ fontforge/zapfnomen.c
+ fontforgeexe/acorn2sfd.c
+ fontforgeexe/darwinsetup.in
+ fontforgeexe/fontimage.pe
+ fontforgeexe/pixmaps/2012/README.md
+ fontforgeexe/pixmaps/2012/changeweight.png
+ fontforgeexe/pixmaps/2012/charviewicon.xbm
+ fontforgeexe/pixmaps/2012/chooseraudio.png
+ fontforgeexe/pixmaps/2012/chooserback.png
+ fontforgeexe/pixmaps/2012/chooserbookmark.png
+ fontforgeexe/pixmaps/2012/choosercid.png
+ fontforgeexe/pixmaps/2012/choosercompressed.png
+ fontforgeexe/pixmaps/2012/chooserconfigtool.png
+ fontforgeexe/pixmaps/2012/choosercore.png
+ fontforgeexe/pixmaps/2012/chooserdir.png
+ fontforgeexe/pixmaps/2012/chooserforward.png
+ fontforgeexe/pixmaps/2012/chooserhomefolder.png
+ fontforgeexe/pixmaps/2012/chooserimage.png
+ fontforgeexe/pixmaps/2012/choosermac.png
+ fontforgeexe/pixmaps/2012/choosermacttf.png
+ fontforgeexe/pixmaps/2012/choosernobookmark.png
+ fontforgeexe/pixmaps/2012/chooserobject.png
+ fontforgeexe/pixmaps/2012/choosertar.png
+ fontforgeexe/pixmaps/2012/choosertextbdf.png
+ fontforgeexe/pixmaps/2012/choosertextc.png
+ fontforgeexe/pixmaps/2012/choosertextcss.png
+ fontforgeexe/pixmaps/2012/choosertextfontps.png
+ fontforgeexe/pixmaps/2012/choosertextfontsfd.png
+ fontforgeexe/pixmaps/2012/choosertexthtml.png
+ fontforgeexe/pixmaps/2012/choosertextjava.png
+ fontforgeexe/pixmaps/2012/choosertextmake.png
+ fontforgeexe/pixmaps/2012/choosertextplain.png
+ fontforgeexe/pixmaps/2012/choosertextps.png
+ fontforgeexe/pixmaps/2012/choosertextxml.png
+ fontforgeexe/pixmaps/2012/chooserttf.png
+ fontforgeexe/pixmaps/2012/chooserunknown.png
+ fontforgeexe/pixmaps/2012/chooserupdir.png
+ fontforgeexe/pixmaps/2012/chooservideo.png
+ fontforgeexe/pixmaps/2012/colorwheel.png
+ fontforgeexe/pixmaps/2012/editclear.png
+ fontforgeexe/pixmaps/2012/editclearback.png
+ fontforgeexe/pixmaps/2012/editcopy.png
+ fontforgeexe/pixmaps/2012/editcopyfg2bg.png
+ fontforgeexe/pixmaps/2012/editcopylayer2layer.png
+ fontforgeexe/pixmaps/2012/editcopylbearing.png
+ fontforgeexe/pixmaps/2012/editcopylookupdata.png
+ fontforgeexe/pixmaps/2012/editcopyrbearing.png
+ fontforgeexe/pixmaps/2012/editcopyref.png
+ fontforgeexe/pixmaps/2012/editcopyvwidth.png
+ fontforgeexe/pixmaps/2012/editcopywidth.png
+ fontforgeexe/pixmaps/2012/editcut.png
+ fontforgeexe/pixmaps/2012/editfind.png
+ fontforgeexe/pixmaps/2012/editjoin.png
+ fontforgeexe/pixmaps/2012/editmerge.png
+ fontforgeexe/pixmaps/2012/editpaste.png
+ fontforgeexe/pixmaps/2012/editpasteafter.png
+ fontforgeexe/pixmaps/2012/editpasteinto.png
+ fontforgeexe/pixmaps/2012/editredo.png
+ fontforgeexe/pixmaps/2012/editrmundoes.png
+ fontforgeexe/pixmaps/2012/editrplref.png
+ fontforgeexe/pixmaps/2012/editsameas.png
+ fontforgeexe/pixmaps/2012/editselect.png
+ fontforgeexe/pixmaps/2012/editundo.png
+ fontforgeexe/pixmaps/2012/editunlink.png
+ fontforgeexe/pixmaps/2012/elementaddextrema.png
+ fontforgeexe/pixmaps/2012/elementalign.png
+ fontforgeexe/pixmaps/2012/elementanticlock.png
+ fontforgeexe/pixmaps/2012/elementautotrace.png
+ fontforgeexe/pixmaps/2012/elementbdfinfo.png
+ fontforgeexe/pixmaps/2012/elementbitmapsavail.png
+ fontforgeexe/pixmaps/2012/elementbuildaccent.png
+ fontforgeexe/pixmaps/2012/elementbuildcomposite.png
+ fontforgeexe/pixmaps/2012/elementclockwise.png
+ fontforgeexe/pixmaps/2012/elementcomparefonts.png
+ fontforgeexe/pixmaps/2012/elementcomparelayers.png
+ fontforgeexe/pixmaps/2012/elementcorrectdir.png
+ fontforgeexe/pixmaps/2012/elementexpandstroke.png
+ fontforgeexe/pixmaps/2012/elementfindprobs.png
+ fontforgeexe/pixmaps/2012/elementfontinfo.png
+ fontforgeexe/pixmaps/2012/elementgetinfo.png
+ fontforgeexe/pixmaps/2012/elementglyphinfo.png
+ fontforgeexe/pixmaps/2012/elementhbaselines.png
+ fontforgeexe/pixmaps/2012/elementinterpolatefonts.png
+ fontforgeexe/pixmaps/2012/elementmathinfo.png
+ fontforgeexe/pixmaps/2012/elementmergefonts.png
+ fontforgeexe/pixmaps/2012/elementorder.png
+ fontforgeexe/pixmaps/2012/elementotherinfo.png
+ fontforgeexe/pixmaps/2012/elementregenbitmaps.png
+ fontforgeexe/pixmaps/2012/elementremovebitmaps.png
+ fontforgeexe/pixmaps/2012/elementrenameglyph.png
+ fontforgeexe/pixmaps/2012/elementround.png
+ fontforgeexe/pixmaps/2012/elementshowdep.png
+ fontforgeexe/pixmaps/2012/elementsimplify.png
+ fontforgeexe/pixmaps/2012/elementstyles.png
+ fontforgeexe/pixmaps/2012/elementtilepath.png
+ fontforgeexe/pixmaps/2012/elementtilepattern.png
+ fontforgeexe/pixmaps/2012/elementtransform.png
+ fontforgeexe/pixmaps/2012/elementvalidate.png
+ fontforgeexe/pixmaps/2012/elementvbaselines.png
+ fontforgeexe/pixmaps/2012/exclude.png
+ fontforgeexe/pixmaps/2012/extendcondense.png
+ fontforgeexe/pixmaps/2012/fflogo.png
+ fontforgeexe/pixmaps/2012/fflogo13.png
+ fontforgeexe/pixmaps/2012/ffsplash1.png
+ fontforgeexe/pixmaps/2012/ffsplash2.png
+ fontforgeexe/pixmaps/2012/ffsplash3.png
+ fontforgeexe/pixmaps/2012/fileclose.png
+ fontforgeexe/pixmaps/2012/filedisplay.png
+ fontforgeexe/pixmaps/2012/fileexecute.png
+ fontforgeexe/pixmaps/2012/fileexport.png
+ fontforgeexe/pixmaps/2012/filegenerate.png
+ fontforgeexe/pixmaps/2012/filegeneratefamily.png
+ fontforgeexe/pixmaps/2012/fileimport.png
+ fontforgeexe/pixmaps/2012/filemergefeature.png
+ fontforgeexe/pixmaps/2012/filenew.png
+ fontforgeexe/pixmaps/2012/fileopen.png
+ fontforgeexe/pixmaps/2012/fileprefs.png
+ fontforgeexe/pixmaps/2012/fileprint.png
+ fontforgeexe/pixmaps/2012/filequit.png
+ fontforgeexe/pixmaps/2012/filerecent.png
+ fontforgeexe/pixmaps/2012/filerevert.png
+ fontforgeexe/pixmaps/2012/filerevertbackup.png
+ fontforgeexe/pixmaps/2012/filerevertglyph.png
+ fontforgeexe/pixmaps/2012/filesave.png
+ fontforgeexe/pixmaps/2012/filesaveall.png
+ fontforgeexe/pixmaps/2012/filesaveas.png
+ fontforgeexe/pixmaps/2012/findinter.png
+ fontforgeexe/pixmaps/2012/fliphor.png
+ fontforgeexe/pixmaps/2012/flipvert.png
+ fontforgeexe/pixmaps/2012/fontview2.xbm
+ fontforgeexe/pixmaps/2012/helpabout.png
+ fontforgeexe/pixmaps/2012/helphelp.png
+ fontforgeexe/pixmaps/2012/helpindex.png
+ fontforgeexe/pixmaps/2012/hintsadddstem.png
+ fontforgeexe/pixmaps/2012/hintsaddhstem.png
+ fontforgeexe/pixmaps/2012/hintsaddvstem.png
+ fontforgeexe/pixmaps/2012/hintsautohint.png
+ fontforgeexe/pixmaps/2012/hintscleardstems.png
+ fontforgeexe/pixmaps/2012/hintsclearhstems.png
+ fontforgeexe/pixmaps/2012/hintsclearvstems.png
+ fontforgeexe/pixmaps/2012/hintsdontautohint.png
+ fontforgeexe/pixmaps/2012/hintsreviewhints.png
+ fontforgeexe/pixmaps/2012/inline.png
+ fontforgeexe/pixmaps/2012/intersection.png
+ fontforgeexe/pixmaps/2012/logo.xbm
+ fontforgeexe/pixmaps/2012/menuempty.png
+ fontforgeexe/pixmaps/2012/metricscenter.png
+ fontforgeexe/pixmaps/2012/metricssetlbearing.png
+ fontforgeexe/pixmaps/2012/metricssetrbearing.png
+ fontforgeexe/pixmaps/2012/metricssetvwidth.png
+ fontforgeexe/pixmaps/2012/metricssetwidth.png
+ fontforgeexe/pixmaps/2012/oblique.png
+ fontforgeexe/pixmaps/2012/outline.png
+ fontforgeexe/pixmaps/2012/overlapexclude.png
+ fontforgeexe/pixmaps/2012/overlapfindinter.png
+ fontforgeexe/pixmaps/2012/overlapintersection.png
+ fontforgeexe/pixmaps/2012/overlaprm.png
+ fontforgeexe/pixmaps/2012/palette3drotate.png
+ fontforgeexe/pixmaps/2012/palettecorner.png
+ fontforgeexe/pixmaps/2012/palettecurve.png
+ fontforgeexe/pixmaps/2012/paletteelipse.png
+ fontforgeexe/pixmaps/2012/paletteflip.png
+ fontforgeexe/pixmaps/2012/palettefreehand.png
+ fontforgeexe/pixmaps/2012/palettehand.png
+ fontforgeexe/pixmaps/2012/palettehvcurve.png
+ fontforgeexe/pixmaps/2012/paletteknife.png
+ fontforgeexe/pixmaps/2012/paletteline.png
+ fontforgeexe/pixmaps/2012/palettemagnify.png
+ fontforgeexe/pixmaps/2012/palettepen.png
+ fontforgeexe/pixmaps/2012/palettepencil.png
+ fontforgeexe/pixmaps/2012/paletteperspective.png
+ fontforgeexe/pixmaps/2012/palettepointer.png
+ fontforgeexe/pixmaps/2012/palettepoly.png
+ fontforgeexe/pixmaps/2012/paletterect.png
+ fontforgeexe/pixmaps/2012/paletterotate.png
+ fontforgeexe/pixmaps/2012/paletteruler.png
+ fontforgeexe/pixmaps/2012/palettescale.png
+ fontforgeexe/pixmaps/2012/paletteshift.png
+ fontforgeexe/pixmaps/2012/paletteskew.png
+ fontforgeexe/pixmaps/2012/palettesmall3drotate.png
+ fontforgeexe/pixmaps/2012/palettesmallcorner.png
+ fontforgeexe/pixmaps/2012/palettesmallcurve.png
+ fontforgeexe/pixmaps/2012/palettesmallelipse.png
+ fontforgeexe/pixmaps/2012/palettesmallflip.png
+ fontforgeexe/pixmaps/2012/palettesmallhand.png
+ fontforgeexe/pixmaps/2012/palettesmallhvcurve.png
+ fontforgeexe/pixmaps/2012/palettesmallknife.png
+ fontforgeexe/pixmaps/2012/palettesmallmag.png
+ fontforgeexe/pixmaps/2012/palettesmallpen.png
+ fontforgeexe/pixmaps/2012/palettesmallpencil.png
+ fontforgeexe/pixmaps/2012/palettesmallperspective.png
+ fontforgeexe/pixmaps/2012/palettesmallpointer.png
+ fontforgeexe/pixmaps/2012/palettesmallpoly.png
+ fontforgeexe/pixmaps/2012/palettesmallrect.png
+ fontforgeexe/pixmaps/2012/palettesmallrotate.png
+ fontforgeexe/pixmaps/2012/palettesmallruler.png
+ fontforgeexe/pixmaps/2012/palettesmallscale.png
+ fontforgeexe/pixmaps/2012/palettesmallskew.png
+ fontforgeexe/pixmaps/2012/palettesmallspirocorner.png
+ fontforgeexe/pixmaps/2012/palettesmallspirocurve.png
+ fontforgeexe/pixmaps/2012/palettesmallspirog2curve.png
+ fontforgeexe/pixmaps/2012/palettesmallspiroleft.png
+ fontforgeexe/pixmaps/2012/palettesmallspiroright.png
+ fontforgeexe/pixmaps/2012/palettesmallstar.png
+ fontforgeexe/pixmaps/2012/palettesmalltangent.png
+ fontforgeexe/pixmaps/2012/palettespirocorner.png
+ fontforgeexe/pixmaps/2012/palettespirocurve.png
+ fontforgeexe/pixmaps/2012/palettespirodisabled.png
+ fontforgeexe/pixmaps/2012/palettespirodown.png
+ fontforgeexe/pixmaps/2012/palettespirog2curve.png
+ fontforgeexe/pixmaps/2012/palettespiroleft.png
+ fontforgeexe/pixmaps/2012/palettespiroright.png
+ fontforgeexe/pixmaps/2012/palettespiroup.png
+ fontforgeexe/pixmaps/2012/palettestar.png
+ fontforgeexe/pixmaps/2012/palettetangent.png
+ fontforgeexe/pixmaps/2012/pointsG2curve.png
+ fontforgeexe/pixmaps/2012/pointsaddanchor.png
+ fontforgeexe/pixmaps/2012/pointscorner.png
+ fontforgeexe/pixmaps/2012/pointscurve.png
+ fontforgeexe/pixmaps/2012/pointshvcurve.png
+ fontforgeexe/pixmaps/2012/pointsmakearc.png
+ fontforgeexe/pixmaps/2012/pointsmakeline.png
+ fontforgeexe/pixmaps/2012/pointsnamecontour.png
+ fontforgeexe/pixmaps/2012/pointsnamepoint.png
+ fontforgeexe/pixmaps/2012/pointsspironext.png
+ fontforgeexe/pixmaps/2012/pointsspiroprev.png
+ fontforgeexe/pixmaps/2012/pointstangent.png
+ fontforgeexe/pixmaps/2012/ptinfocorner.png
+ fontforgeexe/pixmaps/2012/ptinfocurve.png
+ fontforgeexe/pixmaps/2012/ptinfohvcurve.png
+ fontforgeexe/pixmaps/2012/ptinfotangent.png
+ fontforgeexe/pixmaps/2012/python.png
+ fontforgeexe/pixmaps/2012/rmoverlap.png
+ fontforgeexe/pixmaps/2012/rotate180.png
+ fontforgeexe/pixmaps/2012/rotateccw.png
+ fontforgeexe/pixmaps/2012/rotatecw.png
+ fontforgeexe/pixmaps/2012/selectblue.png
+ fontforgeexe/pixmaps/2012/selectcyan.png
+ fontforgeexe/pixmaps/2012/selectdefault.png
+ fontforgeexe/pixmaps/2012/selectgreen.png
+ fontforgeexe/pixmaps/2012/selectmagenta.png
+ fontforgeexe/pixmaps/2012/selectred.png
+ fontforgeexe/pixmaps/2012/selectwhite.png
+ fontforgeexe/pixmaps/2012/selectyellow.png
+ fontforgeexe/pixmaps/2012/shadow.png
+ fontforgeexe/pixmaps/2012/skew.png
+ fontforgeexe/pixmaps/2012/styleschangeweight.png
+ fontforgeexe/pixmaps/2012/styleschangexheight.png
+ fontforgeexe/pixmaps/2012/stylesextendcondense.png
+ fontforgeexe/pixmaps/2012/stylesinline.png
+ fontforgeexe/pixmaps/2012/stylesitalic.png
+ fontforgeexe/pixmaps/2012/stylesoblique.png
+ fontforgeexe/pixmaps/2012/stylesoutline.png
+ fontforgeexe/pixmaps/2012/stylesshadow.png
+ fontforgeexe/pixmaps/2012/stylessmallcaps.png
+ fontforgeexe/pixmaps/2012/stylessubsuper.png
+ fontforgeexe/pixmaps/2012/styleswireframe.png
+ fontforgeexe/pixmaps/2012/tools3drotate.png
+ fontforgeexe/pixmaps/2012/toolselipse.png
+ fontforgeexe/pixmaps/2012/toolsflip.png
+ fontforgeexe/pixmaps/2012/toolsfreehand.png
+ fontforgeexe/pixmaps/2012/toolsknife.png
+ fontforgeexe/pixmaps/2012/toolsmagnify.png
+ fontforgeexe/pixmaps/2012/toolspen.png
+ fontforgeexe/pixmaps/2012/toolsperspective.png
+ fontforgeexe/pixmaps/2012/toolspointer.png
+ fontforgeexe/pixmaps/2012/toolspolygon.png
+ fontforgeexe/pixmaps/2012/toolsrect.png
+ fontforgeexe/pixmaps/2012/toolsrotate.png
+ fontforgeexe/pixmaps/2012/toolsruler.png
+ fontforgeexe/pixmaps/2012/toolsscale.png
+ fontforgeexe/pixmaps/2012/toolsscroll.png
+ fontforgeexe/pixmaps/2012/toolsskew.png
+ fontforgeexe/pixmaps/2012/toolsspiro.png
+ fontforgeexe/pixmaps/2012/toolsstar.png
+ fontforgeexe/pixmaps/2012/transformfliphor.png
+ fontforgeexe/pixmaps/2012/transformflipvert.png
+ fontforgeexe/pixmaps/2012/transformrotate180.png
+ fontforgeexe/pixmaps/2012/transformrotateccw.png
+ fontforgeexe/pixmaps/2012/transformrotatecw.png
+ fontforgeexe/pixmaps/2012/transformskew.png
+ fontforgeexe/pixmaps/2012/ttdebugcontinue.png
+ fontforgeexe/pixmaps/2012/ttdebugexit.png
+ fontforgeexe/pixmaps/2012/ttdebugmenudelta.png
+ fontforgeexe/pixmaps/2012/ttdebugstepinto.png
+ fontforgeexe/pixmaps/2012/ttdebugstepout.png
+ fontforgeexe/pixmaps/2012/ttdebugstepover.png
+ fontforgeexe/pixmaps/2012/ttdebugstop.png
+ fontforgeexe/pixmaps/2012/ttdebugstopped.png
+ fontforgeexe/pixmaps/2012/ttdebugwatchpnt.png
+ fontforgeexe/pixmaps/2012/viewbiggersize.png
+ fontforgeexe/pixmaps/2012/viewfindinfont.png
+ fontforgeexe/pixmaps/2012/viewfit.png
+ fontforgeexe/pixmaps/2012/viewformer.png
+ fontforgeexe/pixmaps/2012/viewgoto.png
+ fontforgeexe/pixmaps/2012/viewinsertafter.png
+ fontforgeexe/pixmaps/2012/viewinsertbefore.png
+ fontforgeexe/pixmaps/2012/viewlayers.png
+ fontforgeexe/pixmaps/2012/viewnext.png
+ fontforgeexe/pixmaps/2012/viewnextdef.png
+ fontforgeexe/pixmaps/2012/viewpalettes.png
+ fontforgeexe/pixmaps/2012/viewprev.png
+ fontforgeexe/pixmaps/2012/viewprevdef.png
+ fontforgeexe/pixmaps/2012/viewreplace.png
+ fontforgeexe/pixmaps/2012/viewsmallersize.png
+ fontforgeexe/pixmaps/2012/viewzoomin.png
+ fontforgeexe/pixmaps/2012/viewzoomout.png
+ fontforgeexe/pixmaps/2012/wireframe.png
+ fontforgeexe/pixmaps/tango/.gitignore
+ fontforgeexe/pixmaps/tango/README.md
+ fontforgeexe/pixmaps/tango/changeweight.png
+ fontforgeexe/pixmaps/tango/charviewicon.xbm
+ fontforgeexe/pixmaps/tango/check_off.png
+ fontforgeexe/pixmaps/tango/check_off_disabled.png
+ fontforgeexe/pixmaps/tango/check_on.png
+ fontforgeexe/pixmaps/tango/check_on_disabled.png
+ fontforgeexe/pixmaps/tango/chooseraudio.png
+ fontforgeexe/pixmaps/tango/chooserback.png
+ fontforgeexe/pixmaps/tango/chooserbookmark.png
+ fontforgeexe/pixmaps/tango/choosercid.png
+ fontforgeexe/pixmaps/tango/choosercompressed.png
+ fontforgeexe/pixmaps/tango/chooserconfigtool.png
+ fontforgeexe/pixmaps/tango/choosercore.png
+ fontforgeexe/pixmaps/tango/chooserdir.png
+ fontforgeexe/pixmaps/tango/chooserforward.png
+ fontforgeexe/pixmaps/tango/chooserhomefolder.png
+ fontforgeexe/pixmaps/tango/chooserimage.png
+ fontforgeexe/pixmaps/tango/choosermac.png
+ fontforgeexe/pixmaps/tango/choosermacttf.png
+ fontforgeexe/pixmaps/tango/choosernobookmark.png
+ fontforgeexe/pixmaps/tango/chooserobject.png
+ fontforgeexe/pixmaps/tango/choosersfdir.png
+ fontforgeexe/pixmaps/tango/choosertar.png
+ fontforgeexe/pixmaps/tango/choosertextbdf.png
+ fontforgeexe/pixmaps/tango/choosertextc.png
+ fontforgeexe/pixmaps/tango/choosertextcss.png
+ fontforgeexe/pixmaps/tango/choosertextfontps.png
+ fontforgeexe/pixmaps/tango/choosertextfontsfd.png
+ fontforgeexe/pixmaps/tango/choosertexthtml.png
+ fontforgeexe/pixmaps/tango/choosertextjava.png
+ fontforgeexe/pixmaps/tango/choosertextmake.png
+ fontforgeexe/pixmaps/tango/choosertextplain.png
+ fontforgeexe/pixmaps/tango/choosertextps.png
+ fontforgeexe/pixmaps/tango/choosertextxml.png
+ fontforgeexe/pixmaps/tango/chooserttf.png
+ fontforgeexe/pixmaps/tango/chooserunknown.png
+ fontforgeexe/pixmaps/tango/chooserupdir.png
+ fontforgeexe/pixmaps/tango/chooservideo.png
+ fontforgeexe/pixmaps/tango/colorwheel.png
+ fontforgeexe/pixmaps/tango/downarrow.png
+ fontforgeexe/pixmaps/tango/editclear.png
+ fontforgeexe/pixmaps/tango/editclearback.png
+ fontforgeexe/pixmaps/tango/editcopy.png
+ fontforgeexe/pixmaps/tango/editcopyfg2bg.png
+ fontforgeexe/pixmaps/tango/editcopylayer2layer.png
+ fontforgeexe/pixmaps/tango/editcopylbearing.png
+ fontforgeexe/pixmaps/tango/editcopylookupdata.png
+ fontforgeexe/pixmaps/tango/editcopyrbearing.png
+ fontforgeexe/pixmaps/tango/editcopyref.png
+ fontforgeexe/pixmaps/tango/editcopyvwidth.png
+ fontforgeexe/pixmaps/tango/editcopywidth.png
+ fontforgeexe/pixmaps/tango/editcut.png
+ fontforgeexe/pixmaps/tango/editfind.png
+ fontforgeexe/pixmaps/tango/editjoin.png
+ fontforgeexe/pixmaps/tango/editmerge.png
+ fontforgeexe/pixmaps/tango/editmergetoline.png
+ fontforgeexe/pixmaps/tango/editpaste.png
+ fontforgeexe/pixmaps/tango/editpasteafter.png
+ fontforgeexe/pixmaps/tango/editpasteinto.png
+ fontforgeexe/pixmaps/tango/editredo.png
+ fontforgeexe/pixmaps/tango/editrmundoes.png
+ fontforgeexe/pixmaps/tango/editrplref.png
+ fontforgeexe/pixmaps/tango/editsameas.png
+ fontforgeexe/pixmaps/tango/editselect.png
+ fontforgeexe/pixmaps/tango/editundo.png
+ fontforgeexe/pixmaps/tango/editunlink.png
+ fontforgeexe/pixmaps/tango/elementaddextrema.png
+ fontforgeexe/pixmaps/tango/elementalign.png
+ fontforgeexe/pixmaps/tango/elementanticlock.png
+ fontforgeexe/pixmaps/tango/elementautotrace.png
+ fontforgeexe/pixmaps/tango/elementbdfinfo.png
+ fontforgeexe/pixmaps/tango/elementbitmapsavail.png
+ fontforgeexe/pixmaps/tango/elementbuildaccent.png
+ fontforgeexe/pixmaps/tango/elementbuildcomposite.png
+ fontforgeexe/pixmaps/tango/elementclockwise.png
+ fontforgeexe/pixmaps/tango/elementcomparefonts.png
+ fontforgeexe/pixmaps/tango/elementcomparelayers.png
+ fontforgeexe/pixmaps/tango/elementcorrectdir.png
+ fontforgeexe/pixmaps/tango/elementexpandstroke.png
+ fontforgeexe/pixmaps/tango/elementfindprobs.png
+ fontforgeexe/pixmaps/tango/elementfontinfo.png
+ fontforgeexe/pixmaps/tango/elementgetinfo.png
+ fontforgeexe/pixmaps/tango/elementglyphinfo.png
+ fontforgeexe/pixmaps/tango/elementhbaselines.png
+ fontforgeexe/pixmaps/tango/elementinterpolatefonts.png
+ fontforgeexe/pixmaps/tango/elementmathinfo.png
+ fontforgeexe/pixmaps/tango/elementmergefonts.png
+ fontforgeexe/pixmaps/tango/elementorder.png
+ fontforgeexe/pixmaps/tango/elementotherinfo.png
+ fontforgeexe/pixmaps/tango/elementregenbitmaps.png
+ fontforgeexe/pixmaps/tango/elementremovebitmaps.png
+ fontforgeexe/pixmaps/tango/elementrenameglyph.png
+ fontforgeexe/pixmaps/tango/elementround.png
+ fontforgeexe/pixmaps/tango/elementshowdep.png
+ fontforgeexe/pixmaps/tango/elementsimplify.png
+ fontforgeexe/pixmaps/tango/elementstyles.png
+ fontforgeexe/pixmaps/tango/elementtilepath.png
+ fontforgeexe/pixmaps/tango/elementtilepattern.png
+ fontforgeexe/pixmaps/tango/elementtransform.png
+ fontforgeexe/pixmaps/tango/elementvalidate.png
+ fontforgeexe/pixmaps/tango/elementvbaselines.png
+ fontforgeexe/pixmaps/tango/exclude.png
+ fontforgeexe/pixmaps/tango/extendcondense.png
+ fontforgeexe/pixmaps/tango/fflogo.png
+ fontforgeexe/pixmaps/tango/fflogo13.png
+ fontforgeexe/pixmaps/tango/ffsplash1.png
+ fontforgeexe/pixmaps/tango/ffsplash2.png
+ fontforgeexe/pixmaps/tango/ffsplash3.png
+ fontforgeexe/pixmaps/tango/fileclose.png
+ fontforgeexe/pixmaps/tango/fileclose2.png
+ fontforgeexe/pixmaps/tango/filedisplay.png
+ fontforgeexe/pixmaps/tango/fileexecute.png
+ fontforgeexe/pixmaps/tango/fileexport.png
+ fontforgeexe/pixmaps/tango/filegenerate.png
+ fontforgeexe/pixmaps/tango/filegeneratefamily.png
+ fontforgeexe/pixmaps/tango/fileimport.png
+ fontforgeexe/pixmaps/tango/filemergefeature.png
+ fontforgeexe/pixmaps/tango/filenew.png
+ fontforgeexe/pixmaps/tango/fileopen.png
+ fontforgeexe/pixmaps/tango/fileprefs.png
+ fontforgeexe/pixmaps/tango/fileprint.png
+ fontforgeexe/pixmaps/tango/filequit.png
+ fontforgeexe/pixmaps/tango/filerecent.png
+ fontforgeexe/pixmaps/tango/filerevert.png
+ fontforgeexe/pixmaps/tango/filerevertbackup.png
+ fontforgeexe/pixmaps/tango/filerevertglyph.png
+ fontforgeexe/pixmaps/tango/filesave.png
+ fontforgeexe/pixmaps/tango/filesaveall.png
+ fontforgeexe/pixmaps/tango/filesaveas.png
+ fontforgeexe/pixmaps/tango/findinter.png
+ fontforgeexe/pixmaps/tango/fliphor.png
+ fontforgeexe/pixmaps/tango/flipvert.png
+ fontforgeexe/pixmaps/tango/fontview2.xbm
+ fontforgeexe/pixmaps/tango/helpabout.png
+ fontforgeexe/pixmaps/tango/helphelp.png
+ fontforgeexe/pixmaps/tango/helpindex.png
+ fontforgeexe/pixmaps/tango/hintsadddstem.png
+ fontforgeexe/pixmaps/tango/hintsaddhstem.png
+ fontforgeexe/pixmaps/tango/hintsaddvstem.png
+ fontforgeexe/pixmaps/tango/hintsautohint.png
+ fontforgeexe/pixmaps/tango/hintscleardstems.png
+ fontforgeexe/pixmaps/tango/hintsclearhstems.png
+ fontforgeexe/pixmaps/tango/hintsclearvstems.png
+ fontforgeexe/pixmaps/tango/hintsdontautohint.png
+ fontforgeexe/pixmaps/tango/hintsreviewhints.png
+ fontforgeexe/pixmaps/tango/inline.png
+ fontforgeexe/pixmaps/tango/intersection.png
+ fontforgeexe/pixmaps/tango/logo.xbm
+ fontforgeexe/pixmaps/tango/menuempty.png
+ fontforgeexe/pixmaps/tango/metricscenter.png
+ fontforgeexe/pixmaps/tango/metricssetlbearing.png
+ fontforgeexe/pixmaps/tango/metricssetrbearing.png
+ fontforgeexe/pixmaps/tango/metricssetvwidth.png
+ fontforgeexe/pixmaps/tango/metricssetwidth.png
+ fontforgeexe/pixmaps/tango/oblique.png
+ fontforgeexe/pixmaps/tango/outline.png
+ fontforgeexe/pixmaps/tango/overlapexclude.png
+ fontforgeexe/pixmaps/tango/overlapfindinter.png
+ fontforgeexe/pixmaps/tango/overlapintersection.png
+ fontforgeexe/pixmaps/tango/overlaprm.png
+ fontforgeexe/pixmaps/tango/palette3drotate-selected.png
+ fontforgeexe/pixmaps/tango/palette3drotate.png
+ fontforgeexe/pixmaps/tango/palettecorner-selected.png
+ fontforgeexe/pixmaps/tango/palettecorner.png
+ fontforgeexe/pixmaps/tango/palettecurve-selected.png
+ fontforgeexe/pixmaps/tango/palettecurve.png
+ fontforgeexe/pixmaps/tango/paletteelipse-selected.png
+ fontforgeexe/pixmaps/tango/paletteelipse.png
+ fontforgeexe/pixmaps/tango/paletteflip-selected.png
+ fontforgeexe/pixmaps/tango/paletteflip.png
+ fontforgeexe/pixmaps/tango/palettefreehand-selected.png
+ fontforgeexe/pixmaps/tango/palettefreehand.png
+ fontforgeexe/pixmaps/tango/palettehand-selected.png
+ fontforgeexe/pixmaps/tango/palettehand.png
+ fontforgeexe/pixmaps/tango/palettehvcurve-selected.png
+ fontforgeexe/pixmaps/tango/palettehvcurve.png
+ fontforgeexe/pixmaps/tango/paletteknife-selected.png
+ fontforgeexe/pixmaps/tango/paletteknife.png
+ fontforgeexe/pixmaps/tango/paletteline.png
+ fontforgeexe/pixmaps/tango/palettemagnify-selected.png
+ fontforgeexe/pixmaps/tango/palettemagnify.png
+ fontforgeexe/pixmaps/tango/palettepen-selected.png
+ fontforgeexe/pixmaps/tango/palettepen.png
+ fontforgeexe/pixmaps/tango/palettepencil.png
+ fontforgeexe/pixmaps/tango/paletteperspective-selected.png
+ fontforgeexe/pixmaps/tango/paletteperspective.png
+ fontforgeexe/pixmaps/tango/palettepointer-selected.png
+ fontforgeexe/pixmaps/tango/palettepointer.png
+ fontforgeexe/pixmaps/tango/palettepoly-selected.png
+ fontforgeexe/pixmaps/tango/palettepoly.png
+ fontforgeexe/pixmaps/tango/paletterect-selected.png
+ fontforgeexe/pixmaps/tango/paletterect.png
+ fontforgeexe/pixmaps/tango/paletterotate-selected.png
+ fontforgeexe/pixmaps/tango/paletterotate.png
+ fontforgeexe/pixmaps/tango/paletteruler-selected.png
+ fontforgeexe/pixmaps/tango/paletteruler.png
+ fontforgeexe/pixmaps/tango/palettescale-selected.png
+ fontforgeexe/pixmaps/tango/palettescale.png
+ fontforgeexe/pixmaps/tango/paletteselectedbg.png
+ fontforgeexe/pixmaps/tango/paletteshift.png
+ fontforgeexe/pixmaps/tango/paletteskew-selected.png
+ fontforgeexe/pixmaps/tango/paletteskew.png
+ fontforgeexe/pixmaps/tango/palettesmall3drotate.png
+ fontforgeexe/pixmaps/tango/palettesmallcorner.png
+ fontforgeexe/pixmaps/tango/palettesmallcurve.png
+ fontforgeexe/pixmaps/tango/palettesmallelipse.png
+ fontforgeexe/pixmaps/tango/palettesmallflip.png
+ fontforgeexe/pixmaps/tango/palettesmallhand.png
+ fontforgeexe/pixmaps/tango/palettesmallhvcurve.png
+ fontforgeexe/pixmaps/tango/palettesmallknife.png
+ fontforgeexe/pixmaps/tango/palettesmallmag.png
+ fontforgeexe/pixmaps/tango/palettesmallpen.png
+ fontforgeexe/pixmaps/tango/palettesmallpencil.png
+ fontforgeexe/pixmaps/tango/palettesmallperspective.png
+ fontforgeexe/pixmaps/tango/palettesmallpointer.png
+ fontforgeexe/pixmaps/tango/palettesmallpoly.png
+ fontforgeexe/pixmaps/tango/palettesmallrect.png
+ fontforgeexe/pixmaps/tango/palettesmallrotate.png
+ fontforgeexe/pixmaps/tango/palettesmallruler.png
+ fontforgeexe/pixmaps/tango/palettesmallscale.png
+ fontforgeexe/pixmaps/tango/palettesmallskew.png
+ fontforgeexe/pixmaps/tango/palettesmallspirocorner.png
+ fontforgeexe/pixmaps/tango/palettesmallspirocurve.png
+ fontforgeexe/pixmaps/tango/palettesmallspirog2curve.png
+ fontforgeexe/pixmaps/tango/palettesmallspiroleft.png
+ fontforgeexe/pixmaps/tango/palettesmallspiroright.png
+ fontforgeexe/pixmaps/tango/palettesmallstar.png
+ fontforgeexe/pixmaps/tango/palettesmalltangent.png
+ fontforgeexe/pixmaps/tango/palettespirocorner-selected.png
+ fontforgeexe/pixmaps/tango/palettespirocorner.png
+ fontforgeexe/pixmaps/tango/palettespirocurve-selected.png
+ fontforgeexe/pixmaps/tango/palettespirocurve.png
+ fontforgeexe/pixmaps/tango/palettespirodisabled.png
+ fontforgeexe/pixmaps/tango/palettespirodown.png
+ fontforgeexe/pixmaps/tango/palettespirog2curve-selected.png
+ fontforgeexe/pixmaps/tango/palettespirog2curve.png
+ fontforgeexe/pixmaps/tango/palettespiroleft-selected.png
+ fontforgeexe/pixmaps/tango/palettespiroleft.png
+ fontforgeexe/pixmaps/tango/palettespiroright-selected.png
+ fontforgeexe/pixmaps/tango/palettespiroright.png
+ fontforgeexe/pixmaps/tango/palettespiroup-selected.png
+ fontforgeexe/pixmaps/tango/palettespiroup.png
+ fontforgeexe/pixmaps/tango/palettestar-selected.png
+ fontforgeexe/pixmaps/tango/palettestar.png
+ fontforgeexe/pixmaps/tango/palettetangent-selected.png
+ fontforgeexe/pixmaps/tango/palettetangent.png
+ fontforgeexe/pixmaps/tango/pointsG2curve.png
+ fontforgeexe/pixmaps/tango/pointsaddanchor.png
+ fontforgeexe/pixmaps/tango/pointscorner.png
+ fontforgeexe/pixmaps/tango/pointscurve.png
+ fontforgeexe/pixmaps/tango/pointshvcurve.png
+ fontforgeexe/pixmaps/tango/pointsmakearc.png
+ fontforgeexe/pixmaps/tango/pointsmakeline.png
+ fontforgeexe/pixmaps/tango/pointsnamecontour.png
+ fontforgeexe/pixmaps/tango/pointsnamepoint.png
+ fontforgeexe/pixmaps/tango/pointsspironext.png
+ fontforgeexe/pixmaps/tango/pointsspiroprev.png
+ fontforgeexe/pixmaps/tango/pointstangent.png
+ fontforgeexe/pixmaps/tango/ptinfocorner.png
+ fontforgeexe/pixmaps/tango/ptinfocurve.png
+ fontforgeexe/pixmaps/tango/ptinfohvcurve.png
+ fontforgeexe/pixmaps/tango/ptinfotangent.png
+ fontforgeexe/pixmaps/tango/python.png
+ fontforgeexe/pixmaps/tango/radio_off.png
+ fontforgeexe/pixmaps/tango/radio_off_disabled.png
+ fontforgeexe/pixmaps/tango/radio_on.png
+ fontforgeexe/pixmaps/tango/radio_on_disabled.png
+ fontforgeexe/pixmaps/tango/resources
+ fontforgeexe/pixmaps/tango/resources-georgd
+ fontforgeexe/pixmaps/tango/rmoverlap.png
+ fontforgeexe/pixmaps/tango/rotate180.png
+ fontforgeexe/pixmaps/tango/rotateccw.png
+ fontforgeexe/pixmaps/tango/rotatecw.png
+ fontforgeexe/pixmaps/tango/selectblue.png
+ fontforgeexe/pixmaps/tango/selectcyan.png
+ fontforgeexe/pixmaps/tango/selectdefault.png
+ fontforgeexe/pixmaps/tango/selectgreen.png
+ fontforgeexe/pixmaps/tango/selectmagenta.png
+ fontforgeexe/pixmaps/tango/selectred.png
+ fontforgeexe/pixmaps/tango/selectwhite.png
+ fontforgeexe/pixmaps/tango/selectyellow.png
+ fontforgeexe/pixmaps/tango/shadow.png
+ fontforgeexe/pixmaps/tango/skew.png
+ fontforgeexe/pixmaps/tango/styleschangeweight.png
+ fontforgeexe/pixmaps/tango/styleschangexheight.png
+ fontforgeexe/pixmaps/tango/stylesextendcondense.png
+ fontforgeexe/pixmaps/tango/stylesinline.png
+ fontforgeexe/pixmaps/tango/stylesitalic.png
+ fontforgeexe/pixmaps/tango/stylesoblique.png
+ fontforgeexe/pixmaps/tango/stylesoutline.png
+ fontforgeexe/pixmaps/tango/stylesshadow.png
+ fontforgeexe/pixmaps/tango/stylessmallcaps.png
+ fontforgeexe/pixmaps/tango/stylessubsuper.png
+ fontforgeexe/pixmaps/tango/styleswireframe.png
+ fontforgeexe/pixmaps/tango/text12210.png
+ fontforgeexe/pixmaps/tango/tools3drotate.png
+ fontforgeexe/pixmaps/tango/toolselipse.png
+ fontforgeexe/pixmaps/tango/toolsflip.png
+ fontforgeexe/pixmaps/tango/toolsfreehand.png
+ fontforgeexe/pixmaps/tango/toolsknife.png
+ fontforgeexe/pixmaps/tango/toolsmagnify.png
+ fontforgeexe/pixmaps/tango/toolspen.png
+ fontforgeexe/pixmaps/tango/toolsperspective.png
+ fontforgeexe/pixmaps/tango/toolspointer.png
+ fontforgeexe/pixmaps/tango/toolspolygon.png
+ fontforgeexe/pixmaps/tango/toolsrect.png
+ fontforgeexe/pixmaps/tango/toolsrotate.png
+ fontforgeexe/pixmaps/tango/toolsruler.png
+ fontforgeexe/pixmaps/tango/toolsscale.png
+ fontforgeexe/pixmaps/tango/toolsscroll.png
+ fontforgeexe/pixmaps/tango/toolsskew.png
+ fontforgeexe/pixmaps/tango/toolsspiro.png
+ fontforgeexe/pixmaps/tango/toolsstar.png
+ fontforgeexe/pixmaps/tango/transformfliphor.png
+ fontforgeexe/pixmaps/tango/transformflipvert.png
+ fontforgeexe/pixmaps/tango/transformrotate180.png
+ fontforgeexe/pixmaps/tango/transformrotateccw.png
+ fontforgeexe/pixmaps/tango/transformrotatecw.png
+ fontforgeexe/pixmaps/tango/transformskew.png
+ fontforgeexe/pixmaps/tango/ttdebugcontinue.png
+ fontforgeexe/pixmaps/tango/ttdebugexit.png
+ fontforgeexe/pixmaps/tango/ttdebugmenudelta.png
+ fontforgeexe/pixmaps/tango/ttdebugstepinto.png
+ fontforgeexe/pixmaps/tango/ttdebugstepout.png
+ fontforgeexe/pixmaps/tango/ttdebugstepover.png
+ fontforgeexe/pixmaps/tango/ttdebugstop.png
+ fontforgeexe/pixmaps/tango/ttdebugstopped.png
+ fontforgeexe/pixmaps/tango/ttdebugwatchpnt.png
+ fontforgeexe/pixmaps/tango/viewbiggersize.png
+ fontforgeexe/pixmaps/tango/viewfindinfont.png
+ fontforgeexe/pixmaps/tango/viewfit.png
+ fontforgeexe/pixmaps/tango/viewformer.png
+ fontforgeexe/pixmaps/tango/viewgoto.png
+ fontforgeexe/pixmaps/tango/viewinsertafter.png
+ fontforgeexe/pixmaps/tango/viewinsertbefore.png
+ fontforgeexe/pixmaps/tango/viewlayers.png
+ fontforgeexe/pixmaps/tango/viewnext.png
+ fontforgeexe/pixmaps/tango/viewnextdef.png
+ fontforgeexe/pixmaps/tango/viewpalettes.png
+ fontforgeexe/pixmaps/tango/viewprev.png
+ fontforgeexe/pixmaps/tango/viewprevdef.png
+ fontforgeexe/pixmaps/tango/viewreplace.png
+ fontforgeexe/pixmaps/tango/viewsmallersize.png
+ fontforgeexe/pixmaps/tango/viewzoomin.png
+ fontforgeexe/pixmaps/tango/viewzoomout.png
+ fontforgeexe/pixmaps/tango/wireframe.png
+ fontforgeexe/sfddiff.pe
+ gdraw/.gitignore
+ gdraw/genkeysym.c
+ gdraw/gkeysym.c
+ gdraw/gxcdrawP.h
+ gdraw/xkeysyms_unicode.c
+ gtkui/Makefile.in
+ gtkui/README.gtk
+ gtkui/add-my-widgets.sed
+ gtkui/callbacks.h
+ gtkui/ff_interface.c
+ gtkui/fontforge.glade
+ gtkui/gwwv.h
+ gtkui/gwwvask.h
+ gtkui/gwwvmenubar.c
+ gtkui/gwwvmenubar.h
+ gtkui/gwwvprogress.h
+ gtkui/interface.h
+ gtkui/stubs.c
+ gtkui/support.c
+ gtkui/support.h
+ gutils/.gitignore
+ gutils/divisors.c
+ inc/.gitignore
+ inc/carbon.h
+ inc/chardata.h
+ inc/dynamic.h
+ libfontforge.pc.in
+ libfontforgeexe.pc.in
+ m4/fontforge_arg_enable.m4
+ m4/fontforge_arg_with.m4
+ m4/fontforge_config_freetype_debugger.m4
+ m4/fontforge_config_x_libraries.m4
+ m4/fontforge_create_pkg-config_files.m4
+ m4/fontforge_ltdl.m4
+ m4/fontforge_platform_specifics.m4
+ m4/fontforge_search_libs.m4
+ nodejs/collabwebview/css/print.css
+ nodejs/collabwebview/css/styles.css
+ nodejs/collabwebview/js/constants.js
+ nodejs/collabwebview/js/contentEditable/component.json
+ nodejs/collabwebview/js/contentEditable/contenteditable.jquery.json
+ nodejs/collabwebview/js/contentEditable/jquery.contenteditable.js
+ nodejs/collabwebview/js/contentEditable/readme.md
+ nodejs/collabwebview/js/otfeatures.js
+ nodejs/collabwebview/package.json
+ nodejs/collabwebview/server.js
+ pkg.mk
+ plugins/gb12345.c
+ pycontrib/FontCompare/.travis.yml
+ pycontrib/FontCompare/DOC.txt
+ pycontrib/FontCompare/MANIFEST.in
+ pycontrib/FontCompare/README.md
+ pycontrib/FontCompare/fc/data/highres.png
+ pycontrib/FontCompare/fc/data/masterspritebold.bmp
+ pycontrib/FontCompare/fc/data/masterspriteitalic.bmp
+ pycontrib/FontCompare/fc/data/masterspritenormal.bmp
+ pycontrib/FontCompare/fc/data/mockfile.mcy
+ pycontrib/FontCompare/fc/docs/doc.txt
+ pycontrib/FontCompare/fc/temp.bmp
+ pycontrib/FontCompare/ui/fontCompare.ui
+ pycontrib/README
+ pycontrib/collab/sessionjoin-and-change-c.py
+ pycontrib/collab/sessionjoin-and-save-to-out.sfd.py
+ pycontrib/collab/sessionstart.py
+ pycontrib/collab/web-test-collab.py
+ pycontrib/even.py
+ pycontrib/excepthook.py
+ pycontrib/gdraw/README
+ pycontrib/gdraw/_gdraw.py
+ pycontrib/graphicore/__init__.py
+ pycontrib/simple/expand-a.py
+ pycontrib/simple/load-font-and-show-name.py
+ pycontrib/svg2glyph/Makefile
+ pycontrib/svg2glyph/README.md
+ pycontrib/svg2glyph/SVG/battery_10pct.svg
+ pycontrib/svg2glyph/SVG/battery_20pct.svg
+ pycontrib/svg2glyph/SVG/battery_30pct.svg
+ pycontrib/svg2glyph/SVG/battery_40pct.svg
+ pycontrib/svg2glyph/SVG/battery_50pct.svg
+ pycontrib/svg2glyph/SVG/battery_60pct.svg
+ pycontrib/svg2glyph/SVG/battery_70pct.svg
+ pycontrib/svg2glyph/SVG/battery_80pct.svg
+ pycontrib/svg2glyph/SVG/battery_90pct.svg
+ pycontrib/svg2glyph/SVG/battery_charging.svg
+ pycontrib/svg2glyph/SVG/battery_empty.svg
+ pycontrib/svg2glyph/SVG/battery_full.svg
+ pycontrib/svg2glyph/SVG/brightness_full.svg
+ pycontrib/svg2glyph/SVG/brightness_half.svg
+ pycontrib/svg2glyph/SVG/clock.svg
+ pycontrib/svg2glyph/SVG/layout_monocle.svg
+ pycontrib/svg2glyph/SVG/layout_tiled.svg
+ pycontrib/svg2glyph/SVG/net_down.svg
+ pycontrib/svg2glyph/SVG/net_down2.svg
+ pycontrib/svg2glyph/SVG/net_up.svg
+ pycontrib/svg2glyph/SVG/net_up2.svg
+ pycontrib/svg2glyph/SVG/volume_empty.svg
+ pycontrib/svg2glyph/SVG/volume_full.svg
+ pycontrib/svg2glyph/SVG/volume_half.svg
+ pycontrib/svg2glyph/SVG/volume_high.svg
+ pycontrib/svg2glyph/SVG/volume_high2.svg
+ pycontrib/svg2glyph/SVG/volume_low.svg
+ pycontrib/svg2glyph/SVG/volume_low2.svg
+ pycontrib/svg2glyph/SVG/volume_medium.svg
+ pycontrib/svg2glyph/SVG/volume_medium2.svg
+ pycontrib/svg2glyph/SVG/volume_muted.svg
+ pycontrib/svg2glyph/SVG/volume_muted2.svg
+ pycontrib/svg2glyph/svg2glyph
+ pycontrib/webcollab.py
+ pyhook/fontforgepyhook.c
+ pyhook/psMatpyhook.c
+ share/default
+ share/default-n
+ share/prefs
+ tests/README
+ tests/atlocal.in
+ tests/findoverlapbugs.py
+ tests/fonts/ayn+meem.init.svg
+ tests/fonts/feta20.pfb
+ tests/helper107.pe
+ tests/helper118A.pe
+ tests/helper118B.pe
+ tests/link_test.c
+ tests/runtests
+ tests/svg2ttf.pe
+ tests/test0001.py
+ tests/test001.pe
+ tests/test002.pe
+ tests/test003.pe
+ tests/test004.pe
+ tests/test005.pe
+ tests/test006.pe
+ tests/test007.pe
+ tests/test008.pe
+ tests/test009.pe
+ tests/test010.pe
+ tests/test0101.py
+ tests/test1001.py
+ tests/test1001a.py
+ tests/test1001b.py
+ tests/test1001c.py
+ tests/test1002.py
+ tests/test1003.py
+ tests/test1004.py
+ tests/test1005.py
+ tests/test1006.py
+ tests/test1007.py
+ tests/test1008.py
+ tests/test1009.py
+ tests/test101.pe
+ tests/test102.pe
+ tests/test103.pe
+ tests/test104.pe
+ tests/test105.pe
+ tests/test106.pe
+ tests/test107.pe
+ tests/test108.pe
+ tests/test109.pe
+ tests/test110.pe
+ tests/test111.pe
+ tests/test112.pe
+ tests/test113.pe
+ tests/test114.pe
+ tests/test115.pe
+ tests/test116.pe
+ tests/test117.pe
+ tests/test118.pe
+ tests/test119.pe
+ tests/test120.pe
+ tests/test121.pe
+ tests/test122.pe
+ tests/test123.pe
+ tests/test124.pe
+ tests/test125.pe
+ tests/test126.pe
+ tests/test127.pe
+ tests/test128.pe
+ tests/test129.pe
+ tests/test130.pe
+ travis-scripts/_FontForge
+ travis-scripts/bintray_descriptor.json
+ travis-scripts/ffosxbuild.sh
+ travis-scripts/fontforge.rb
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: Unicode/ArabicForms.c
+ Unicode/char.c
+ Unicode/dump.c
+ Unicode/gwwiconv.c
+ Unicode/makebuildtables.c
+ Unicode/memory.c
+ Unicode/ucharmap.c
+ Unicode/usprintf.c
+ Unicode/utype.c
+ contrib/fonttools/rmligamarks.c
+ contrib/fonttools/ttf2eps.c
+ fontforge/PfEd.h
+ fontforge/activeinui.c
+ fontforge/asmfpst.c
+ fontforge/autohint.c
+ fontforge/autosave.c
+ fontforge/autotrace.c
+ fontforge/autowidth2.c
+ fontforge/autowidth2.h
+ fontforge/baseviews.h
+ fontforge/bitmapcontrol.c
+ fontforge/bitmapcontrol.h
+ fontforge/bvedit.c
+ fontforge/charview_private.h
+ fontforge/clipnoui.c
+ fontforge/configure-fontforge.h
+ fontforge/cvexport.c
+ fontforge/cvimages.c
+ fontforge/cvruler.h
+ fontforge/cvundoes.c
+ fontforge/delta.h
+ fontforge/dumpbdf.c
+ fontforge/edgelist.h
+ fontforge/edgelist2.h
+ fontforge/effects.c
+ fontforge/encoding.c
+ fontforge/fffreetype.h
+ fontforge/ffpython.h
+ fontforge/fontforge.h
+ fontforge/fontforgeui.h
+ fontforge/fontforgevw.h
+ fontforge/fontviewbase.c
+ fontforge/freetype.c
+ fontforge/ftdelta.c
+ fontforge/fvfonts.c
+ fontforge/fvmetrics.c
+ fontforge/fvmetrics.h
+ fontforge/groups.c
+ fontforge/groups.h
+ fontforge/http.c
+ fontforge/libstamp.c
+ fontforge/lookups.c
+ fontforge/macbinary.c
+ fontforge/macenc.c
+ fontforge/mathconstants.c
+ fontforge/mm.c
+ fontforge/mm.h
+ fontforge/namehash.h
+ fontforge/nonlineartrans.c
+ fontforge/nonlineartrans.h
+ fontforge/noprefs.c
+ fontforge/nouiutil.c
+ fontforge/ofl.h
+ fontforge/palmfonts.c
+ fontforge/parsepdf.c
+ fontforge/parsepfa.c
+ fontforge/parsettfatt.c
+ fontforge/parsettfbmf.c
+ fontforge/parsettfvar.c
+ fontforge/pluginloading.c
+ fontforge/plugins.c
+ fontforge/plugins.h
+ fontforge/print.h
+ fontforge/psfont.h
+ fontforge/psread.c
+ fontforge/savefont.c
+ fontforge/savefont.h
+ fontforge/scriptfuncs.h
+ fontforge/scripting.h
+ fontforge/scstyles.c
+ fontforge/sd.h
+ fontforge/search.c
+ fontforge/search.h
+ fontforge/sfd.c
+ fontforge/sfd1.c
+ fontforge/sfd1.h
+ fontforge/sflayout.c
+ fontforge/sflayoutP.h
+ fontforge/sftextfieldP.h
+ fontforge/spiro.c
+ fontforge/splinechar.c
+ fontforge/splinefill.c
+ fontforge/splinefont.c
+ fontforge/splinefont.h
+ fontforge/splineorder2.c
+ fontforge/splineoverlap.c
+ fontforge/splinerefigure.c
+ fontforge/splinesave.c
+ fontforge/splinestroke.c
+ fontforge/splineutil.c
+ fontforge/start.c
+ fontforge/stemdb.h
+ fontforge/svg.c
+ fontforge/tottfaat.c
+ fontforge/tottfgpos.c
+ fontforge/tottfvar.c
+ fontforge/ttfinstrs.c
+ fontforge/ttfinstrs.h
+ fontforge/ttfspecial.c
+ fontforge/uiinterface.h
+ fontforge/unicoderange.c
+ fontforge/unicoderange.h
+ fontforge/utils.c
+ fontforge/views.h
+ fontforge/woff.c
+ fontforgeexe/alignment.c
+ fontforgeexe/anchorsaway.c
+ fontforgeexe/autowidth2dlg.c
+ fontforgeexe/basedlg.c
+ fontforgeexe/bdfinfo.c
+ fontforgeexe/bitmapdlg.c
+ fontforgeexe/bitmapview.c
+ fontforgeexe/charinfo.c
+ fontforgeexe/charview.c
+ fontforgeexe/clipui.c
+ fontforgeexe/combinations.c
+ fontforgeexe/contextchain.c
+ fontforgeexe/cursors.c
+ fontforgeexe/cvaddpoints.c
+ fontforgeexe/cvexportdlg.c
+ fontforgeexe/cvfreehand.c
+ fontforgeexe/cvgetinfo.c
+ fontforgeexe/cvhand.c
+ fontforgeexe/cvhints.c
+ fontforgeexe/cvimportdlg.c
+ fontforgeexe/cvknife.c
+ fontforgeexe/cvpalettes.c
+ fontforgeexe/cvpointer.c
+ fontforgeexe/cvruler.c
+ fontforgeexe/cvshapes.c
+ fontforgeexe/cvstroke.c
+ fontforgeexe/cvtranstools.c
+ fontforgeexe/deltaui.c
+ fontforgeexe/displayfonts.c
+ fontforgeexe/effectsui.c
+ fontforgeexe/encodingui.c
+ fontforgeexe/fontforgeexe.h
+ fontforgeexe/fontview.c
+ fontforgeexe/freetypeui.c
+ fontforgeexe/fvfontsdlg.c
+ fontforgeexe/fvmetricsdlg.c
+ fontforgeexe/gotodlg.c
+ fontforgeexe/groupsdlg.c
+ fontforgeexe/histograms.c
+ fontforgeexe/images.c
+ fontforgeexe/justifydlg.c
+ fontforgeexe/kernclass.c
+ fontforgeexe/layer2layer.c
+ fontforgeexe/lookupui.c
+ fontforgeexe/macencui.c
+ fontforgeexe/macobjective.h
+ fontforgeexe/macobjective.m
+ fontforgeexe/main.c
+ fontforgeexe/math.c
+ fontforgeexe/metricsview.c
+ fontforgeexe/mmdlg.c
+ fontforgeexe/nonlineartransui.c
+ fontforgeexe/openfontdlg.c
+ fontforgeexe/prefs.c
+ fontforgeexe/problems.c
+ fontforgeexe/pythonui.c
+ fontforgeexe/savefontdlg.c
+ fontforgeexe/scriptingdlg.c
+ fontforgeexe/scstylesui.c
+ fontforgeexe/searchview.c
+ fontforgeexe/sftextfield.c
+ fontforgeexe/showatt.c
+ fontforgeexe/simplifydlg.c
+ fontforgeexe/splashimage.c
+ fontforgeexe/statemachine.c
+ fontforgeexe/tilepath.c
+ fontforgeexe/transform.c
+ fontforgeexe/ttfinstrsui.c
+ fontforgeexe/uiutil.c
+ fontforgeexe/usermenu.c
+ fontforgeexe/windowmenu.c
+ gdraw/choosericons.c
+ gdraw/colorP.h
+ gdraw/ctlvalues.c
+ gdraw/drawboxborder.c
+ gdraw/gaskdlg.c
+ gdraw/gbuttons.c
+ gdraw/gchardlg.c
+ gdraw/gcolor.c
+ gdraw/gcontainer.c
+ gdraw/gdraw.c
+ gdraw/gdrawP.h
+ gdraw/gdrawable.c
+ gdraw/gdrawbuildchars.c
+ gdraw/gdrawerror.c
+ gdraw/gdrawgimage.c
+ gdraw/gdrawtxt.c
+ gdraw/gdrawtxtinit.c
+ gdraw/gdrawwacomdriver.c
+ gdraw/gfilechooser.c
+ gdraw/gfiledlg.c
+ gdraw/ggadgetP.h
+ gdraw/ggadgets.c
+ gdraw/ggroupbox.c
+ gdraw/ghvbox.c
+ gdraw/gimagebmpP.h
+ gdraw/gimageclut.c
+ gdraw/gimagecvt.c
+ gdraw/gimagepsdraw.c
+ gdraw/gimagewriteeps.c
+ gdraw/gimagexdraw.c
+ gdraw/glist.c
+ gdraw/gmatrixedit.c
+ gdraw/gmenu.c
+ gdraw/gprogress.c
+ gdraw/gpsdraw.c
+ gdraw/gpsdrawP.h
+ gdraw/gpstxtinit.c
+ gdraw/gradio.c
+ gdraw/gresedit.c
+ gdraw/gresource.c
+ gdraw/gresourceP.h
+ gdraw/gresourceimage.c
+ gdraw/growcol.c
+ gdraw/gsavefiledlg.c
+ gdraw/gscrollbar.c
+ gdraw/gspacer.c
+ gdraw/gtabset.c
+ gdraw/gtextfield.c
+ gdraw/gtextinfo.c
+ gdraw/gwidgetP.h
+ gdraw/gwidgets.c
+ gdraw/gxcdraw.c
+ gdraw/gxdraw.c
+ gdraw/gxdrawP.h
+ gtkui/cursors.c
+ gtkui/fontforgegtk.h
+ gtkui/fontview.c
+ gtkui/gwwvask.c
+ gtkui/gwwvprogress.c
+ gtkui/openfontdlg.c
+ gtkui/prefs.c
+ gtkui/pythonui.c
+ gtkui/uiutil.c
+ gtkui/viewsgtk.h
+ gtkui/windowmenu.c
+ gutils/fsys.c
+ gutils/gcol.c
+ gutils/gimage.c
+ gutils/gimagebmpP.h
+ gutils/gimageread.c
+ gutils/gimagereadbmp.c
+ gutils/gimagereadgif.c
+ gutils/gimagereadjpeg.c
+ gutils/gimagereadpng.c
+ gutils/gimagereadras.c
+ gutils/gimagereadrgb.c
+ gutils/gimagereadtiff.c
+ gutils/gimagereadxbm.c
+ gutils/gimagereadxpm.c
+ gutils/gimagewritebmp.c
+ gutils/gimagewritegimage.c
+ gutils/gimagewritejpeg.c
+ gutils/gimagewritepng.c
+ gutils/gimagewritexbm.c
+ gutils/gimagewritexpm.c
+ gutils/gio.c
+ gutils/gioP.h
+ gutils/giofile.c
+ gutils/gioftp.c
+ gutils/gioftpP.h
+ gutils/giofuncP.h
+ gutils/giohosts.c
+ gutils/giothread.c
+ gutils/giotrans.c
+ gutils/gutils.c
+ gutils/gwwintl.c
+ gutils/prefs.c
+ gutils/prefs.h
+ gutils/unicodelibinfo.h
+ inc/basics.h
+ inc/charset.h
+ inc/fileutil.h
+ inc/gdraw.h
+ inc/gfile.h
+ inc/ggadget.h
+ inc/gicons.h
+ inc/gimage.h
+ inc/gio.h
+ inc/gprogress.h
+ inc/gresedit.h
+ inc/gresource.h
+ inc/gutils.h
+ inc/gwidget.h
+ inc/gwwiconv.h
+ inc/intl.h
+ inc/pluginloading.h
+ inc/ustring.h
+ inc/utype.h
+ tests/randomtest.c
+Copyright: 2000-2002, George Williams
+ 2000-2003, George Williams
+ 2000-2004, George Williams
+ 2000-2008, George Williams
+ 2000-2012, George Williams
+ 2001, George Williams
+ 2001-2012, George Williams
+ 2002-2012, George Williams
+ 2003, George Williams
+ 2003-2007, George Williams
+ 2003-2012, George Williams
+ 2004-2008, George Williams
+ 2004-2012, George Williams
+ 2005, George Williams
+ 2005-2012, George Williams
+ 2006, George Williams
+ 2006-2012, George Williams
+ 2007, George Williams
+ 2007-2012, George Williams
+ 2008, George Williams
+ 2008-2012, George Williams
+ 2009-2012, George Williams
+ 2010-2012, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: Makefile.am
+ Unicode/Makefile.am
+ contrib/fonttools/Makefile.am
+ desktop/Makefile.am
+ doc/html/Makefile.am
+ fontforge/Makefile.am
+ fontforgeexe/Makefile.am
+ fontforgeexe/pixmaps/Makefile.am
+ gdraw/Makefile.am
+ gutils/Makefile.am
+ inc/Makefile.am
+ mackeys/Makefile.am
+ mk/layout.am
+ plugins/Makefile.am
+ po/Makefile.am
+ pycontrib/Makefile.am
+ pyhook/Makefile.am
+ tests/Makefile.am
+Copyright: 2000-2012, George Williams
+ 2012, Barry Schwartz
+License: BSD-3-clause
+ FIXME
+
+Files: breakpad/Makefile.am
+ breakpad/server/Makefile.am
+ collab/Makefile.am
+ gdraw/hotkeys.c
+ gdraw/hotkeys.h
+ gutils/dlist.c
+ gutils/gnetwork.c
+ inc/dlist.h
+ inc/gnetwork.h
+ nodejs/collabwebview/Makefile.am
+ nodejs/collabwebview/css/Makefile.am
+ nodejs/collabwebview/js/Makefile.am
+ nodejs/collabwebview/js/contentEditable/Makefile.am
+ pycontrib/collab/Makefile.am
+ pycontrib/gdraw/Makefile.am
+ pycontrib/graphicore/Makefile.am
+ pycontrib/simple/Makefile.am
+Copyright: 2012, Ben Martin
+ 2013, Ben Martin
+ 2014, Ben Martin
+License: BSD-3-clause
+ FIXME
+
+Files: pycontrib/FontCompare/fc/BitmapHandler.py
+ pycontrib/FontCompare/fc/DocCompare.py
+ pycontrib/FontCompare/fc/FontCompare.py
+ pycontrib/FontCompare/fc/GlyphConsistency.py
+ pycontrib/FontCompare/fc/__init__.py
+ pycontrib/FontCompare/fc/main_ui.py
+ pycontrib/FontCompare/fc/mockify.py
+ pycontrib/FontCompare/fontcompare
+ pycontrib/FontCompare/setup.py
+ pycontrib/FontCompare/unittests/unittests.py
+Copyright: 2013, Mayank Jha
+License: LGPL-2.1+
+ FIXME
+
+Files: fontforge/collabclient.c
+ fontforge/collabclientpriv.h
+ fontforge/ffglib.h
+ fontforge/sfundo.h
+ fontforgeexe/collab/fontforge-internal-collab-server.h
+ fontforgeexe/collabclientui.c
+ fontforgeexe/collabclientui.h
+ fontforgeexe/sfundo.c
+ fontforgeexe/wordlistparser.h
+Copyright: 2013, Ben Martin
+License: GPL-3+
+ FIXME
+
+Files: fontforgeexe/collab/Makefile.am
+ fontforgeexe/pixmaps/2012/Makefile.am
+ fontforgeexe/pixmaps/tango/Makefile.am
+ nodejs/Makefile.am
+ share/Makefile.am
+Copyright: 2000-2012, George Williams
+ 2012, Ben Martin
+ 2013, Ben Martin
+License: BSD-3-clause
+ FIXME
+
+Files: fontforgeexe/pixmaps/tango/Cantarell-Bold.ttf
+ fontforgeexe/pixmaps/tango/Cantarell-BoldOblique.ttf
+ fontforgeexe/pixmaps/tango/Cantarell-Oblique.ttf
+ fontforgeexe/pixmaps/tango/Cantarell-Regular.ttf
+Copyright: 2009, Dave Crossland
+ Copyright (c) 2009 Dave Crossland
+License: GPL-3+
+ FIXME
+
+Files: fontforgeexe/fontforge.1
+ fontforgeexe/fontimage.1
+ fontforgeexe/fontlint.1
+ fontforgeexe/sfddiff.1
+Copyright: 2000-2002, George Williams.
+ 2000-2006, George Williams (gww@silcom.com).
+ 2000-2007, George Williams (gww@silcom.com).
+ 2006, George Williams (gww@silcom.com).
+ 2006, George Williams.
+ 2007, George Williams (gww@silcom.com).
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/AddExtremaTest2.sfd
+ tests/fonts/DataURI.sfd
+ tests/fonts/DirectionTest.sfd
+ tests/fonts/StrokeTests.sfd
+Copyright: Created by George Williams with FontForge 2.0 (http:fontforge.sf.net)
+License: UNKNOWN
+ FIXME
+
+Files: fontforgeexe/cvdebug.c
+ fontforgeexe/cvdgloss.c
+ fontforgeexe/cvgridfit.c
+Copyright: 2001-2012, George Williams
+ 2003-2012, George Williams
+ 2005-2012, George Williams
+License: BSD-2-clause
+ FIXME
+
+Files: Packaging/FontForge-doc.spec
+ Packaging/FontForge.spec
+ Packaging/FontForge.static.spec
+Copyright: NONE
+License: BSD~unspecified
+ FIXME
+
+Files: collab/zmq_kvmsg.c
+ collab/zmq_kvmsg.h
+ fontforgeexe/collab/fontforge-internal-collab-server.c
+Copyright: 2010-2011, iMatix Corporation and Contributors
+ 2013, Ben Martin
+License: Expat and/or GPL-3+
+ FIXME
+
+Files: tests/fonts/Ambrosia.sfd
+ tests/fonts/AmbrosiaBold.sfd
+ tests/fonts/AmbrosiaItalic.sfd
+Copyright: Encoding: 169 169
+ Generated by Fontographer 3.5
+License: UNKNOWN
+ FIXME
+
+Files: Packaging/debian/cp-src/control
+ debian/control
+ debian/control.in
+Copyright: rio Brito ,
+License: UNKNOWN
+ FIXME
+
+Files: Unicode/charset/gen-charset.pl
+ Unicode/charset/generate.sh
+Copyright: 2014, Abel Cheung
+License: BSD-3-clause
+ FIXME
+
+Files: contrib/Makefile.am
+ doc/Makefile.am
+Copyright: 2000-2012, George Williams
+ 2014, Abel Cheung
+License: BSD-3-clause
+ FIXME
+
+Files: fontforgeexe/startnoui.c
+ fontforgeexe/startui.c
+Copyright: 2000-2012, George Williams
+ 2000-2014, George Williams. See AUTHORS for Contributors.n" );
+ 2007-2012, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/fvimportbdf.c
+ gdraw/fontP.h
+Copyright: 1985-1987, 1991, 1998, The Open Group
+ 1991, 1998, The Open Group
+ 2000-2012, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: bootstrap
+ bootstrap.conf
+Copyright: 2004-2012, Free Software Foundation, Inc.
+ 2010, Free Software Foundation, Inc.
+ 2010-2012, Free Software Foundation, Inc.
+License: GPL-3+
+ FIXME
+
+Files: pycontrib/gdraw/__init__.py
+ pycontrib/gdraw/gdraw.py
+Copyright: 2009
+License: GPL-3+
+ FIXME
+
+Files: contrib/fonttools/dewoff.c
+ contrib/fonttools/woff.c
+Copyright: 2010, George Williams
+License: UNKNOWN
+ FIXME
+
+Files: po/potmstitle.patch
+ po/pottitle.patch
+Copyright: 2000-2007, George Williams
+ YEAR THE PACKAGE'S COPYRIGHT HOLDER
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/AddExtremumTest.sfd
+ tests/fonts/NumberPoints.sfd
+Copyright: Created by George Williams with FontForge 1.0 (http:fontforge.sf.net)
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/OmittedCharBugs.sfd
+ tests/fonts/VKern.sfd
+Copyright: Created by George Williams with PfaEdit 1.0 (http:pfaedit.sf.net)
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/AHBugs.sfd
+ tests/fonts/SplineOverlapBug1.sfd
+Copyright: Created by KANOU Hiroki with PfaEdit 1.0 (http:pfaedit.sf.net)
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/FormalScript.sfd
+ tests/fonts/ItalicHand.sfd
+Copyright: The splines of this font are copyright © 1988 by George Williams.
+License: UNKNOWN
+ FIXME
+
+Files: pycontrib/svg2sfd.py
+Copyright: 2013, Google Inc.
+ Copyright (C) 2011 Google Inc.
+License: Apache-2.0
+ FIXME
+
+Files: fontforgeexe/pixmaps/tango/Inconsolata-Bold.ttf
+Copyright: 2011, Raph Levien
+ Created by Raph Levien using his own tools and FontForge. Copyright 2006 Raph Levien. Released under the Apache 2 license.
+License: Apache-2.0
+ FIXME
+
+Files: fontforge/winfonts.c
+Copyright:
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/splineutil2.c
+Copyright: %d, %.50s", tm->tm_year+1900, author );
+ %d, Anonymous", tm->tm_year+1900 );
+ 2000-2012, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/python.c
+Copyright: (PS)", NULL},
+ (setter)PyFF_Font_set_cidcopyright,
+ (setter)PyFF_Font_set_copyright,
+ 2007-2012, George Williams
+ message of the cid-keyed font as a whole.", NULL},
+ union", 0x200c},
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/dumppfa.c
+Copyright: *npt;
+ 2000-2012, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/generate_codepoint_selector.py
+Copyright: 2012, Barry Schwartz
+License: BSD-3-clause
+ FIXME
+
+Files: configure.ac
+Copyright: 2000-2012, George Williams
+ 2012, Barry Schwartz
+ 2013, Ben Martin
+ 2014, Reuben Thomas
+License: BSD-3-clause
+ FIXME
+
+Files: Unicode/is_Ligature.c
+Copyright: 2012, Barry Schwartz
+ 2016, Gioele Barabucci
+ 2016, Joe Da Silva
+License: BSD-3-clause
+ FIXME
+
+Files: Unicode/is_Ligature_data.h
+Copyright: 2012, Barry Schwartz, create is_Ligature.c to test for vulgar fracs
+ 2016, Gioele Barabucci, Simplify code and create is_Ligature_data.h
+ 2016, Joe Da Silva, re-write is_Ligature.c for ligs, vulg, and frac
+License: BSD-3-clause
+ FIXME
+
+Files: Unicode/makeutype.c
+Copyright: 2000-2012, George Williams
+ 2001, George Williams n" );
+ 2012, Barry Schwartz, create is_Ligature.c to test for vulgar fracsn" );
+ 2016, Gioele Barabucci, Simplify code and create is_Ligature_data.hn" );
+ 2016, Joe Da Silva, re-write is_Ligature.c for ligs, vulg, and fracn" );
+License: BSD-3-clause
+ FIXME
+
+Files: gtkui/startgtk.c
+Copyright: 2000-2012, George Williams. See AUTHORS for contributors.n" );
+ 2008, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/featurefile.c
+Copyright: 2000-2012, George Williams
+ 2012-2013, Khaled Hosny
+ 2013, Matthew Skala
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/autowidth.c
+Copyright: -- the accent gets in the way)
+ 2000-2012, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/ttf.h
+Copyright: 1=>family, 2=>weight, 4=>fullname
+ 2001-2012, George Williams
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/ikarus.c
+Copyright: 2000-2012, George Williams
+ 796 is a big registered
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/print.c
+Copyright: 2000-2012, George Williams
+ ann i dtús báire in éineacht le Dia.",
+ ineacht le Dia, agus ba Dhia an Briathar.",
+ jour de l'aimable Trézène.",
+ kódy ",
+ la diritta via era smarrita.",
+ loigné de mon père,",
+ ramène,",
+ ruÃ
¾e, na stúpe sa ÃÂateþ uÃÂàkvákaÃ
Â¥ novú ódu o Ã
¾ivote ",
+ ty vojenskou sluÃ
¾bu, kdyÃ
¾ byl definitivnàprohláÃ
¡en vojenskou lékaÃ
Âskou komisÃÂ za blba, Ã
¾ivil se prodejem psÃ
¯, oÃ
¡klivých neÃÂistokrevných oblud, kterým padÃÂlal rodokmeny.",
+ çus et de voir leurs drôles d'Ã
Âufs abîmés.",
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/scripting.c
+Copyright: 2002-2012, George Williams
+ c->curfv->sf->version);
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/parsettf.c
+Copyright: 2000-2012, George Williams
+ family, fullname, etc) into equiv
+ s(FILE *ttf,struct ttfinfo *info) {
+ s(ttf,info); This one has internal checks
+ strings,scnt,info));
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/splinesaveafm.c
+Copyright: 2000-2012, George Williams
+ flags = getlshort(file);
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/ufo.c
+Copyright: 2003-2012, George Williams
+ hosts the old ASCII-only PS attribute
+License: BSD-3-clause
+ FIXME
+
+Files: fontforgeexe/fontinfo.c
+Copyright: 2000-2012, George Williams
+ les";
+ lkövér";
+ n"}, { 0x418, "Normal"}, LANGSTYLE_EMPTY};
+ return( GGadgetGetTitle8(GWidgetGetControl(d->gw,CID_Notice)));
+ symbol (use (c) instead).");
+ t ngoÃ
+ text (in the Names pane) must be entirely ASCII. So, use (c) instead of ©.")},
+ ttf_family, ttf_fullname,
+ union"), NULL, 0, 0, (void *) 0x200c, NULL, 0, 0, 0, 0, 0, 0, 1, 0, 0, '0'},
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/bitmapchar.c
+Copyright: 2000-2012, George Williams
+ onlyme);
+ pt-bdf->sf->copyright);
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/namelist.c
+Copyright: 2000-2012, George Williams
+ sans", 0xf8e9, 0 },
+ serif", 0xf6d9, 0 },
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/glyphcomp.c
+Copyright: 2006-2012, George Williams
+ sf2->copyright,_("copyright notice"));
+License: BSD-3-clause
+ FIXME
+
+Files: Unicode/ustring.c
+Copyright: 2000-2012, George Williams
+ sign ) {
+ symbol to (c)
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/tottf.c
+Copyright: 2000-2012, George Williams
+ so we can't distinguish
+ symbol (sometimes in latin1, sometimes in macroman)
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/stemdb.c
+Copyright: 2005-2012, George Williams and Alexey Kryukov
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/nowakowskittfinstr.c
+Copyright: 2000-2012, George Williams, Michal Nowakowski & Alexey Kryukov
+License: BSD-3-clause
+ FIXME
+
+Files: gutils/unicodelibinfo.c
+Copyright: 2013, Jose Da Silva
+License: BSD-3-clause
+ FIXME
+
+Files: tests/fonts/Caliban.sfd
+Copyright: Copyright (c) 2001 by George Williams
+ Encoding: 169 169
+License: BSD-3-clause
+ FIXME
+
+Files: contrib/fonttools/pcl2ttf.c
+Copyright: [seg_size
+ base = hdr->header_format==0 ? 64 : 68;
+ int cnt = 5+(hdr->copyright!=NULL);
+License: BSD-3-clause
+ FIXME
+
+Files: fontforge/fvcomposite.c
+Copyright: 2000-2012, George Williams
+License: BSD-3-clause and/or CC0
+ FIXME
+
+Files: Packaging/debian/cp-src/copyright
+Copyright: 2000-2010, George Williams
+ 2006-2010, Debian Fonts Task Force
+License: BSD-3-clause and/or GPL
+ FIXME
+
+Files: LICENSE
+Copyright: NONE
+License: BSD-3-clause and/or GPL
+ FIXME
+
+Files: fontforge/ofl.c
+Copyright: %1$d, %2$s (),",
+ 2007, George Williams
+ PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE",
+License: BSD-3-clause and/or OFL-1.1
+ FIXME
+
+Files: pycontrib/graphicore/ipython_view.py
+Copyright: Copyright (c) 2007 IBM Corporation
+License: BSD~unspecified
+ FIXME
+
+Files: pycontrib/graphicore/shell.py
+Copyright: Copyright (c) 2011 Lasse Fister
+License: BSD~unspecified
+ FIXME
+
+Files: pycontrib/graphicore.py
+Copyright: Copyright (c) 2011, Lasse Fister lasse@graphicore.de, http:graphicore.de
+License: BSD~unspecified
+ FIXME
+
+Files: tests/build-aux/missing
+Copyright: 1996-1997, 1999-2000, 2002-2006, 2008-2009, Free Software Foundation, Inc.
+License: GPL-2+
+ FIXME
+
+Files: fontforge/bezctx_ff.c
+Copyright: 2007, George Williams
+ 2007, Raph Levien
+License: GPL-2+
+ FIXME
+
+Files: tests/fonts/NimbusLGCUni-Regular.sfd
+Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development; Cyrillic glyphs added by Valek Filippov (C) 2001; Numero, infinity and Omega made by Dmitry 40in (C) 2001; Greek glyphs Copyright The Omega Project 1996 v. 1997-02-08; Vulgar fractions taken from the FreeFont project v. 2003-12-05; Greek glyphs merged by Alexey Kryukov (C) 2005; Russian pre-1918 letters, various corrections in Cyrillic glyphs and old style numerals Alexey Kryukov (C) 2005
+ Encoding: 103 169 301
+License: GPL-2+
+ FIXME
+
+Files: fontforgeexe/wordlistparser.c
+Copyright: 2013, Ben Martin
+ 2014-2015, the FontForge Project Developers.
+License: GPL-3+
+ FIXME
+
+Files: fontforge/collabclient.h
+Copyright: 2013, Ben Martin
+ doesn't happen. So
+ the undo repaints the window
+License: GPL-3+
+ FIXME
+
+Files: m4/ax_pthread.m4
+Copyright: 2008, Steven G. Johnson
+ 2011, Daniel Richard G.
+License: GPL-3+
+ FIXME
+
+Files: m4/ax_check_compile_flag.m4
+Copyright: 2008, Guido U. Draheim
+ 2011, Maarten Bosmans
+License: GPL-3+
+ FIXME
+
+Files: debian/copyright-check
+Copyright: 2016-2017, Jonas Smedegaard
+ check
+License: GPL-3+
+ FIXME
+
+Files: gutils/g_giomime.c
+Copyright: 2012, Khaled Hosny
+ 2014, Jose Da Silva
+License: GPL-3+
+ FIXME
+
+Files: fontforgeexe/fontlint.pe
+Copyright: 2013, Matthew Skala
+License: GPL-3+
+ FIXME
+
+Files: tests/fonts/cmbsy10.pfb
+Copyright: 1997, 2009, American Mathematical Society (), with Reserved Font Name CMBSY10.
+License: OFL-1.1
+ FIXME
+
+Files: fontforgeexe/pixmaps/tango/OFL.txt
+Copyright: 2009-2010, Understanding Limited (dave@understandinglimited.com)
+ PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+License: OFL-1.1
+ FIXME
+
+Files: fontforgeexe/pixmaps/tango/Inconsolata-Regular.ttf
+Copyright: Copyright (c) 2006-2012, Raph Levien (firstname.lastname@gmail.com), Copyright (c) 2011-2012, Cyreal (cyreal.org)
+License: OFL-1.1
+ FIXME
+
+Files: pycontrib/FontCompare/unittests/lohit.ttf
+Copyright: Copyright 2011 Lohit Fonts Project contributors.
+License: OFL-1.1
+ FIXME
+
+Files: tests/fonts/n019003l.pfb
+Copyright: (URW)++,Copyright 1999 by (URW)++ Design & Development; Cyrillic glyphs added by Valek Filippov (C) 2001-2005
+License: UNKNOWN
+ FIXME
+
+Files: tests/testsuite.at
+Copyright: ([Copyright(C) 2014 George Williams & Contributors
+License: UNKNOWN
+ FIXME
+
+Files: pycontrib/svg2glyph/SFDir/font.props
+Copyright: (c) 2013 Bastien Dejean
+License: UNKNOWN
+ FIXME
+
+Files: contrib/admintools/copyright.c
+Copyright: (lines[0
+ 2004-2012, George Williams
+License: UNKNOWN
+ FIXME
+
+Files: fontforge/othersubrs.c
+Copyright: 1987-1990, Adobe Systems Incorporated.",
+ 1990-1994, Adobe Systems Incorporated.",
+License: UNKNOWN
+ FIXME
+
+Files: git.mk
+Copyright: 2009, Red Hat, Inc.
+ 2010-2011, Behdad Esfahbod
+License: UNKNOWN
+ FIXME
+
+Files: inc/gkeysym.h
+Copyright: 1987, 1994, 1998, The Open Group
+ 1987, Digital Equipment Corporation, Maynard, Massachusetts
+License: UNKNOWN
+ FIXME
+
+Files: COPYING.gplv3
+Copyright: -like laws that apply to other kinds of
+ 2007, Free Software Foundation, Inc.
+
+ able work licensed under this
+ are not
+ disclaimer" for the program, if necessary.
+ ed material outside their relationship with you.
+ if you do
+ permission, other than the making of an
+ permission.
+ treaty adopted on 20 December 1996, or
+License: UNKNOWN
+ FIXME
+
+Files: po/toengb.c
+Copyright: 2000-2006, George Williamsn" );
+License: UNKNOWN
+ FIXME
+
+Files: desktop/fontforge.appdata.xml
+Copyright: 2014, Joe Da Silva -->
+ diteur de polices de caractères numériques qui vous permet de créer, éditer,
+ fácil, e existem vários tutoriais disponÃÂveis que começam
+ mais recursos avançados, como fazer e usar scripts.
+ rie de fontes, incluindo PostScript, TrueType, OpenType,
+ s complicades,
+ s plus avancées telles que la fabrication et l'utilisation de scripts.
+ s programari lliure dissenyat per poder ser utilitzat en diversos
+ s senzill; podeu consultar els tutorials
+ s un editor de tipus de lletra, tant vectorials com de mapa de bits,
+ Âðë§Âì¤Ã°, CFF, SVG 그리ê³
+License: UNKNOWN
+ FIXME
+
+Files: fontforge/bezctx_ff.h
+Copyright: 2007, Raph Levien
+License: UNKNOWN
+ FIXME
+
+Files: nodejs/collabwebview/js/fontdrag.js
+Copyright: 2010, Ryan Seddon
+License: UNKNOWN
+ FIXME
+
+Files: doc/html/ListeDesGlyphes.nam
+Copyright: 0111, dbarré
+ 0127, hbarré
+ 0142, lbarré
+ 0167, tbarré
+ 2135, alef
+ 2297, multiplécerclé
+ aigu
+ dian
+ dilla
+ dille
+ ga
+ ga1
+ gal
+ gation
+ grale
+ ma
+ minin
+ posée
+ quent
+ rieur
+ rique
+ risque
+ rivéepartielle
+ ro
+ ta
+ ta1
+ taire
+ tatonos
+License: UNKNOWN
+ FIXME
+
+Files: debian/libfontforge2.symbols
+Copyright: @Base 20160404
+License: UNKNOWN
+ FIXME
+
+Files: debian/source/lintian-overrides
+Copyright: Apache-2.0
+ GPL-2+
+ GPL-3+
+ LGPL-2.1+
+ apache-2.0
+ gpl-2+
+ gpl-3+
+ http:fedorahosted.org/lohit
+ lgpl-2.1+
+License: UNKNOWN
+ FIXME
+
+Files: AUTHORS
+Copyright: Bastien - fr - French
+ déric Wang
+ rio Brito
+ rémy Bobbio
+ tar
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/DejaVuSerif.sfd
+Copyright: Bitstream (see below). DejaVu changes are in public domain.+AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc.
+ Copyright (c) 2003 by Bitstream, Inc.
+ Encoding: 169 169 169
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/CaslonMM.sfd
+Copyright: Copyright (c) 1992-2004 by George Williams.nMulti-Master example font created with PfaEdit.
+ Created by George Williams with PfaEdit 1.0 (http:pfaedit.sf.net)
+ Encoding: 293 169 104
+ Encoding: 293 169 189
+License: UNKNOWN
+ FIXME
+
+Files: pycontrib/test.sfd
+Copyright: Created by Ben Martin with FontForge 2.0 (http:fontforge.sf.net)
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/QuadOverlapBugs.sfd
+Copyright: Created by George Williams with FontForge 2.0 (http:fontforge.sf.net)nn(With a lot of help from tahoma
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/SimplifyBugs.sfd
+Copyright: Created by George Williams with PfaEdit 1.0 (http:pfaedit.sf.net)nMost of these are examples provided by Günter Spahlinger.
+License: UNKNOWN
+ FIXME
+
+Files: tests/fonts/OverlapBugs.sfd
+Copyright: Created by PfaEdit 1.0
+ Encoding: 169 169 85
+License: UNKNOWN
+ FIXME
+
+Files: tests/test926.py
+Copyright: [YEAR
+License: UNKNOWN
+ FIXME
+
+Files: contrib/fonttools/showttf.c
+Copyright: n":id==1?"Familyn":id==2?"Subfamilyn":id==3?
+ strings, smax );
+License: UNKNOWN
+ FIXME
+
+Files: debian/patches/020_fix_pyext_path.diff
+Copyright: rio Theodoro de Brito
+License: UNKNOWN
+ FIXME
+
+Files: po/utf8.pot
+Copyright: text (in the Names pane) must be entirely ASCII. So, use (c) instead of ©."
+ union"
+License: UNKNOWN
+ FIXME
+
+Files: fontforge/langfreq.c
+Copyright: êëîïôùû", FRA_consonant_run, FRA_all_consonants, FRA_vowel_run },
+ êëïòó", NLD_consonant_run, NLD_all_consonants, NLD_vowel_run },
+ ëÃÂóöúüÃ
ÂÃ
±", HUN_consonant_run, HUN_all_consonants, HUN_vowel_run },
+ ÃÂñóúü", ESP_consonant_run, ESP_all_consonants, ESP_vowel_run },
+ ÃÂóúýÃÂÃ
¯", CSY_consonant_run, CSY_all_consonants, CSY_vowel_run },
+ ö", SVE_consonant_run, SVE_all_consonants, SVE_vowel_run },
+License: UNKNOWN
+ FIXME
+
diff --git a/fontforge-common.install b/fontforge-common.install
new file mode 100644
index 0000000..ba28752
--- /dev/null
+++ b/fontforge-common.install
@@ -0,0 +1,6 @@
+usr/share/icons/*
+usr/share/locale/*
+usr/share/mime/*
+usr/share/fontforge/pixmaps/*
+usr/share/fontforge/hotkeys/*
+usr/share/fontforge/prefs
\ No newline at end of file
diff --git a/fontforge-common.manpages b/fontforge-common.manpages
new file mode 100644
index 0000000..743708f
--- /dev/null
+++ b/fontforge-common.manpages
@@ -0,0 +1 @@
+usr/share/man/man/man1/*.1
diff --git a/fontforge-doc.doc-base b/fontforge-doc.doc-base
new file mode 100644
index 0000000..3413960
--- /dev/null
+++ b/fontforge-doc.doc-base
@@ -0,0 +1,9 @@
+Document: fontforge
+Title: FontForge Manual
+Author: The Fontforge Project Authors
+Abstract: FontForge user manual
+Section: Graphics
+
+Format: HTML
+Index: /usr/share/doc/fontforge/index.html
+Files: /usr/share/doc/fontforge/*.html
diff --git a/fontforge-doc.install b/fontforge-doc.install
new file mode 100644
index 0000000..ba93883
--- /dev/null
+++ b/fontforge-doc.install
@@ -0,0 +1 @@
+usr/share/doc/fontforge
\ No newline at end of file
diff --git a/fontforge-nox.install b/fontforge-nox.install
new file mode 100644
index 0000000..abb838e
--- /dev/null
+++ b/fontforge-nox.install
@@ -0,0 +1 @@
+usr/bin/*
\ No newline at end of file
diff --git a/fontforge-nox.lintian-overrides b/fontforge-nox.lintian-overrides
new file mode 100644
index 0000000..453c441
--- /dev/null
+++ b/fontforge-nox.lintian-overrides
@@ -0,0 +1,5 @@
+# those manpages are in fontforge-common package
+fontforge-nox: binary-without-manpage usr/bin/fontforge
+fontforge-nox: binary-without-manpage usr/bin/fontimage
+fontforge-nox: binary-without-manpage usr/bin/fontlint
+fontforge-nox: binary-without-manpage usr/bin/sfddiff
diff --git a/fontforge.install b/fontforge.install
new file mode 100644
index 0000000..0404f28
--- /dev/null
+++ b/fontforge.install
@@ -0,0 +1,2 @@
+usr/share/applications/
+usr/bin/
diff --git a/fontforge.lintian-overrides b/fontforge.lintian-overrides
new file mode 100644
index 0000000..c3f6c36
--- /dev/null
+++ b/fontforge.lintian-overrides
@@ -0,0 +1,5 @@
+# those manpages are in fontforge-common package
+fontforge: binary-without-manpage usr/bin/fontforge
+fontforge: binary-without-manpage usr/bin/fontimage
+fontforge: binary-without-manpage usr/bin/fontlint
+fontforge: binary-without-manpage usr/bin/sfddiff
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..4fb618a
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,6 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+filter = ['*/.git*', '*.orig']
diff --git a/libfontforge-dev.links b/libfontforge-dev.links
new file mode 100644
index 0000000..56900db
--- /dev/null
+++ b/libfontforge-dev.links
@@ -0,0 +1,2 @@
+/usr/lib/libgdraw.so.5.0.0 /usr/lib/libgdraw.so
+/usr/lib/libfontforgeexe.so.2.0.0 /usr/lib/libfontforgeexe.so
\ No newline at end of file
diff --git a/libfontforge2.lintian-overrides b/libfontforge2.lintian-overrides
new file mode 100644
index 0000000..dba40d3
--- /dev/null
+++ b/libfontforge2.lintian-overrides
@@ -0,0 +1,2 @@
+# upstream says /* I documented this member with the wrong spelling... so support it */
+libfontforge2: spelling-error-in-binary usr/lib/libfontforge.so.2.0.0 persistant persistent
diff --git a/libfontforge2.symbols b/libfontforge2.symbols
new file mode 100644
index 0000000..7048a42
--- /dev/null
+++ b/libfontforge2.symbols
@@ -0,0 +1,2068 @@
+# SymbolsHelper-Confirmed: 1:20170731~dfsg i386
+libfontforge.so.2 libfontforge2 #MINVER#
+ APAnchorClassMerge@Base 20160404
+ ASMFree@Base 20160404
+ ASMFromFPST@Base 20160404
+ ASMFromOpenTypeForms@Base 20160404
+ AW_AutoKern@Base 20160404
+ AW_AutoWidth@Base 20160404
+ AW_BuildCharPairs@Base 20160404
+ AW_FindFontParameters@Base 20160404
+ AW_FreeCharList@Base 20160404
+ AW_FreeCharPairs@Base 20160404
+ AW_InitCharPairs@Base 20160404
+ AW_KernRemoveBelowThreshold@Base 20160404
+ AW_MakeCharOne@Base 20160404
+ AW_ReadKernPairFile@Base 20160404
+ AW_ScriptSerifChecker@Base 20160404
+ ActiveEdgesFindStem@Base 20160404
+ ActiveEdgesInsertNew@Base 20160404
+ ActiveEdgesRefigure@Base 20160404
+ AddEncoding@Base 20160404
+ AddNewAALTFeatures@Base 20160404
+ AddOTLToSllks@Base 20160404
+ AddScriptingCommand@Base 20160404
+ AdobeExpertEncoding@Base 20160404
+ AdobeStandardEncoding@Base 20160404
+ AfmSplineFont@Base 20160404
+ AllGlyphNames@Base 20160404
+ AllNamelistNames@Base 20160404
+ AlreadyMSSymbolArea@Base 20160404
+ AltUniAdd@Base 20160404
+ AltUniAdd_DontCheckDups@Base 20160404
+ AltUniCopy@Base 20160404
+ AltUniFigure@Base 20160404
+ AltUniFree@Base 20160404
+ AltUniRemove@Base 20160404
+ AmfmSplineFont@Base 20160404
+ AnchorClassCursMatch@Base 20160404
+ AnchorClassDecompose@Base 20160404
+ AnchorClassMatch@Base 20160404
+ AnchorClassMerge@Base 20160404
+ AnchorClassMkMkMatch@Base 20160404
+ AnchorClassesFree@Base 20160404
+ AnchorPointsCopy@Base 20160404
+ AnchorPointsFree@Base 20160404
+ AnyPyString_to_UTF8@Base 20160404
+ ApTransform@Base 20160404
+ ApplyTickedFeatures@Base 20160404
+ ApproximateSplineFromPoints@Base 20160404
+ ApproximateSplineFromPointsSlopes@Base 20160404
+ ArchiveCleanup@Base 20160404
+ AutoKern2@Base 20160404
+ AutoKern2BuildClasses@Base 20160404
+ AutoKern2NewClass@Base 20160404
+ AutoKernScript@Base 20160404
+ AutoSaveFrequency@Base 20160404
+ AutoTraceArgs@Base 20160404
+ AutoWidth2@Base 20160404
+ AutoWidthScript@Base 20160404
+ BCClearAll@Base 20160404
+ BCCompressBitmap@Base 20160404
+ BCCopyReference@Base 20160404
+ BCCopySelected@Base 20160404
+ BCDoRedo@Base 20160404
+ BCDoUndo@Base 20160404
+ BCExpandBitmapToEmBox@Base 20160404
+ BCExportXBM@Base 20160404
+ BCFlattenFloat@Base 20160404
+ BCMakeDependent@Base 20160404
+ BCMergeReferences@Base 20160404
+ BCPasteInto@Base 20160404
+ BCPrepareForOutput@Base 20160404
+ BCPreserveState@Base 20160404
+ BCRegularizeBitmap@Base 20160404
+ BCRegularizeGreymap@Base 20160404
+ BCRemoveDependent@Base 20160404
+ BCRestoreAfterOutput@Base 20160404
+ BCRotateCharForVert@Base 20160404
+ BCSetPoint@Base 20160404
+ BCTrans@Base 20160404
+ BCTransFunc@Base 20160404
+ BCUnlinkThisReference@Base 20160404
+ BDFCAntiAlias@Base 20160404
+ BDFCharCopy@Base 20160404
+ BDFCharFindBounds@Base 20160404
+ BDFCharFree@Base 20160404
+ BDFCharQuickBounds@Base 20160404
+ BDFClut@Base 20160404
+ BDFDefaultProps@Base 20160404
+ BDFDepth@Base 20160404
+ BDFFloatConvert@Base 20160404
+ BDFFloatCopy@Base 20160404
+ BDFFloatCreate@Base 20160404
+ BDFFloatFree@Base 20160404
+ BDFFontDump@Base 20160404
+ BDFFontFree@Base 20160404
+ BDFFoundry@Base 20160404
+ BDFGetMergedChar@Base 20160404
+ BDFMakeChar@Base 20160404
+ BDFMakeGID@Base 20160404
+ BDFOrigFixup@Base 20160404
+ BDFPieceMeal@Base 20160404
+ BDFPieceMealCheck@Base 20160404
+ BDFPropsFree@Base 20160404
+ BPTooFar@Base 20160404
+ BP_HVForce@Base 20160404
+ BackgroundImageTransform@Base 20160404
+ BaseFree@Base 20160404
+ BaseLangCopy@Base 20160404
+ BaseLangFree@Base 20160404
+ BaseScriptFree@Base 20160404
+ BdfPropHasInt@Base 20160404
+ BdfPropHasString@Base 20160404
+ BdfPropsCopy@Base 20160404
+ BitmapCompare@Base 20160404
+ BitmapControl@Base 20160404
+ BitmapFontScaleTo@Base 20160404
+ BitmapsCopy@Base 20160404
+ BitmapsDoIt@Base 20160404
+ BlueScaleFigure@Base 20160404
+ BlueScaleFigureForced@Base 20160404
+ BpColinear@Base 20160404
+ BpTransform@Base 20160404
+ BpWithin@Base 20160404
+ BrushCopy@Base 20160404
+ CFFParse@Base 20160404
+ CID2ChrsSubrs2@Base 20160404
+ CID2ChrsSubrs@Base 20160404
+ CID2NameUni@Base 20160404
+ CID2Uni@Base 20160404
+ CIDFlatten@Base 20160404
+ CIDFromName@Base 20160404
+ CIDLayerFindBounds@Base 20160404
+ CIDMasterAsDes@Base 20160404
+ CIDOneWidth@Base 20160404
+ CIDSetAltUnis@Base 20160404
+ CIDSetEncMap@Base 20160404
+ CIDWorthOutputting@Base 20160404
+ CI_Init@Base 20160404
+ CVCopyGridFit@Base 20160404
+ CVDoRedo@Base 20160404
+ CVDoUndo@Base 20160404
+ CVDoit@Base 20160404
+ CVEmbolden@Base 20160404
+ CVGenericChange@Base 20160404
+ CVLayer@Base 20160404
+ CVNLTrans@Base 20160404
+ CVPreserveState@Base 20160404
+ CVPreserveStateHints@Base 20160404
+ CVPreserveVWidth@Base 20160404
+ CVPreserveWidth@Base 20160404
+ CVRemoveTopUndo@Base 20160404
+ CVYPerspective@Base 20160404
+ CanEncodingWinLangAsMac@Base 20160404
+ CanWoff@Base 20160404
+ CanonicalCombiner@Base 20160404
+ CanonicalContours@Base 20160404
+ ChangeXHeight@Base 20160404
+ CharCenterHighest@Base 20160404
+ CheckAfmOfPostScript@Base 20160404
+ CheckExtremaForSingleBitErrors@Base 20160404
+ CheckIfTransparent@Base 20160404
+ CheckIsScript@Base 20160404
+ CheckMonotonicClosed@Base 20160404
+ ClassKerningAddExtensions@Base 20160404
+ ClassesFromNames@Base 20160404
+ ClassesMatch@Base 20160404
+ CleanAutoRecovery@Base 20160404
+ ClipBoardToSplineSet@Base 20160404
+ ClipboardClear@Base 20160404
+ CompactEncMap@Base 20160404
+ CompareFonts@Base 20160404
+ CompareGlyphs@Base 20160404
+ CompareLayer@Base 20160404
+ ContourPtNumMatch@Base 20160404
+ CopyBufferClearCopiedFrom@Base 20160404
+ CopyBufferFree@Base 20160404
+ CopyBufferGet@Base 20160404
+ CopyContainsBitmap@Base 20160404
+ CopyContainsRef@Base 20160404
+ CopyContainsSomething@Base 20160404
+ CopyContainsVectors@Base 20160404
+ CopyReference@Base 20160404
+ CopySelected@Base 20160404
+#MISSING: 1:20170731~dfsg# CopySplineFontGroupsForFeatureFile@Base 20160404
+ CopyUndoType@Base 20160404
+ CopyWidth@Base 20160404
+ CountKerningClasses@Base 20160404
+ CountOfEncoding@Base 20160404
+ CubicSolve@Base 20160404
+ CvtFindDeltas@Base 20160404
+ CvtPsStem3@Base 20160404
+ DEBUG_SHOW_SFD_CHUNKS@Base 20160404
+ DOS_reserved@Base 20160404
+ DOS_reserved_count@Base 20160404
+ DStemInfoCopy@Base 20160404
+ DStemInfoFree@Base 20160404
+ DStemInfoToStemData@Base 20160404
+ DStemInfosFree@Base 20160404
+ Decompress@Base 20160404
+ DefaultLangTagInOneScriptList@Base 20160404
+ DefaultLangTagInScriptList@Base 20160404
+ DefaultNameListForNewFonts@Base 20160404
+ DefaultOtherSubrs@Base 20160404
+ DefaultTTFEnglishNames@Base 20160404
+ Default_Properties@Base 20160404
+ Default_XLFD@Base 20160404
+ DeleteEncoding@Base 20160404
+ DeviceTableCopy@Base 20160404
+ DeviceTableFree@Base 20160404
+ DeviceTableSet@Base 20160404
+ DictionaryFree@Base 20160404
+ DistanceBetweenPoints@Base 20160404
+ DoAutoRecovery@Base 20160404
+ DoAutoRecoveryExtended@Base 20160404
+ DoAutoSaves@Base 20160404
+ DoPrinting@Base 20160404
+ DoRpl@Base 20160404
+ DumpPfaEditEncodings@Base 20160404
+ EIActiveEdgesFindStem@Base 20160404
+ EIActiveEdgesRefigure@Base 20160404
+ EIActiveListReorder@Base 20160404
+ EISameLine@Base 20160404
+ EISkipExtremum@Base 20160404
+ EITOfNextMajor@Base 20160404
+ ELFindEdges@Base 20160404
+ ELOrder@Base 20160404
+ ElFreeEI@Base 20160404
+ EncFromName@Base 20160404
+ EncFromUni@Base 20160404
+ EncMap1to1@Base 20160404
+ EncMapCopy@Base 20160404
+ EncMapFree@Base 20160404
+ EncMapFromEncoding@Base 20160404
+ EncMapNew@Base 20160404
+ EncName@Base 20160404
+ EncodingFree@Base 20161005
+ EncodingName@Base 20160404
+ EnforcePostScriptName@Base 20160404
+ EntityDefaultStrokeFill@Base 20160404
+ EntityInterpretPDFPage@Base 20160404
+ EntityInterpretPS@Base 20160404
+ EntityInterpretSVG@Base 20160404
+ EntryExitDecompose@Base 20160404
+ EvaluatePS@Base 20160404
+ ExecuteScriptFile@Base 20160404
+ ExplodedStringFree@Base 20160404
+ ExportEPS@Base 20160404
+ ExportFig@Base 20160404
+ ExportGlif@Base 20160404
+ ExportImage@Base 20160404
+ ExportPDF@Base 20160404
+ ExportPlate@Base 20160404
+ ExportSVG@Base 20160404
+ ExtractHints@Base 20160404
+ FFPy_AWDataFree@Base 20160404
+ FFPy_AWGlyphFree@Base 20160404
+ FF_SetBCInterface@Base 20160404
+ FF_SetCVInterface@Base 20160404
+ FF_SetClipInterface@Base 20160404
+ FF_SetFIInterface@Base 20160404
+ FF_SetFVInterface@Base 20160404
+ FF_SetMVInterface@Base 20160404
+ FF_SetPrefsInterface@Base 20160404
+ FF_SetSCInterface@Base 20160404
+ FF_SetUiInterface@Base 20160404
+ FLMerge@Base 20160404
+ FLOrder@Base 20160404
+ FListAppendScriptLang@Base 20160404
+ FListsAppendScriptLang@Base 20160404
+ FNTFontDump@Base 20160404
+ FONFontDump@Base 20160404
+ FPSTClassesFree@Base 20160404
+ FPSTCopy@Base 20160404
+ FPSTFree@Base 20160404
+ FPSTGlyphToClass@Base 20160404
+ FPSTRuleContentsFree@Base 20160404
+ FPSTRule_From_Str@Base 20160404
+ FPSTRule_To_Str@Base 20160404
+ FPSTRulesFree@Base 20160404
+ FPSTisMacable@Base 20160404
+ FVAddEncodingSlot@Base 20160404
+ FVAddExtrema@Base 20160404
+ FVAddSmallCaps@Base 20160404
+ FVAddUnencoded@Base 20160404
+ FVAutoCounter@Base 20160404
+ FVAutoHint@Base 20160404
+ FVAutoHintSubs@Base 20160404
+ FVAutoInstr@Base 20160404
+ FVAutoTrace@Base 20160404
+ FVBParseSelectByPST@Base 20160404
+ FVBReplaceOutlineWithReference@Base 20160404
+ FVB_MakeNamelist@Base 20160404
+ FVBuildAccent@Base 20160404
+ FVBuildDuplicate@Base 20160404
+ FVCanonicalContours@Base 20160404
+ FVCanonicalStart@Base 20160404
+ FVClear@Base 20160404
+ FVClearBackground@Base 20160404
+ FVClearHints@Base 20160404
+ FVClearInstrs@Base 20160404
+ FVClearSpecialData@Base 20160404
+ FVCluster@Base 20160404
+ FVCompact@Base 20160404
+ FVCondenseExtend@Base 20160404
+ FVCopy@Base 20160404
+ FVCopyAnchors@Base 20160404
+ FVCopyFgtoBg@Base 20160404
+ FVCopyWidth@Base 20160404
+ FVCorrectDir@Base 20160404
+ FVCorrectReferences@Base 20160404
+ FVDetachAndRemoveGlyphs@Base 20160404
+ FVDetachGlyphs@Base 20160404
+ FVDoit@Base 20160404
+ FVDontAutoHint@Base 20160404
+ FVEmbolden@Base 20160404
+ FVGenericChange@Base 20160404
+ FVImportBDF@Base 20160404
+ FVImportImageTemplate@Base 20160404
+ FVImportImages@Base 20160404
+ FVImportMult@Base 20160404
+ FVInline@Base 20160404
+ FVInsertInCID@Base 20160404
+ FVJoin@Base 20160404
+ FVMetricsCenter@Base 20160404
+ FVOutline@Base 20160404
+ FVOverlap@Base 20160404
+ FVPointOfView@Base 20160404
+ FVRedo@Base 20160404
+ FVReencode@Base 20160404
+ FVRemoveKerns@Base 20160404
+ FVRemoveUnused@Base 20160404
+ FVRemoveVKerns@Base 20160404
+ FVReplaceAll@Base 20160404
+ FVRevert@Base 20160404
+ FVRevertBackup@Base 20160404
+ FVRevertGlyph@Base 20160404
+ FVRound2Int@Base 20160404
+ FVSameGlyphAs@Base 20160404
+ FVSetWidthScript@Base 20160404
+ FVShadow@Base 20160404
+ FVStrokeItScript@Base 20160404
+ FVTrans@Base 20160404
+ FVTransFunc@Base 20160404
+ FVUndo@Base 20160404
+ FVUnlinkRef@Base 20160404
+ FVVKernFromHKern@Base 20160404
+ FeatDumpFontLookups@Base 20160404
+ FeatDumpOneLookup@Base 20160404
+ FeatureListCopy@Base 20160404
+ FeatureOrderId@Base 20160404
+ FeatureScriptLangListFree@Base 20160404
+ FeatureScriptTagInFeatureScriptList@Base 20160404
+ FeatureTagInFeatureScriptList@Base 20160404
+ FfPy_Replace_MenuItemStub@Base 20160404
+ FigureBaseOffsets@Base 20160404
+ FileToAllocatedString@Base 20160404
+ FindAllLangEntries@Base 20160404
+ FindAutoTraceName@Base 20160404
+ FindBlues@Base 20160404
+ FindCidMap@Base 20160404
+ FindEdgesSplineSet@Base 20160404
+ FindEnglishNameInMacName@Base 20160404
+ FindFeatureTagInFeatureScriptList@Base 20160404
+ FindFlagByName@Base 20160404
+ FindHStems@Base 20160404
+ FindMFName@Base 20160404
+ FindMacFeature@Base 20160404
+ FindMacSetting@Base 20160404
+ FindMacSettingName@Base 20160404
+ FindNameOfFlag@Base 20160404
+ FindOrMakeEncoding@Base 20160404
+ FindUnicharName@Base 20160404
+ FindVStems@Base 20160404
+ FlagsFromTuple@Base 20160404
+ FontForge_FinalizeEmbeddedPython@Base 20160404
+ FontForge_InitializeEmbeddedPython@Base 20160404
+ FontImage@Base 20160404
+ FreeEdges@Base 20160404
+ FreeGlobalInstrCt@Base 20160404
+ FreeMonotonics@Base 20160404
+ FreeTypeAtLeast@Base 20160404
+ FreeTypeFontContext@Base 20160404
+ FreeTypeFreeContext@Base 20160404
+ FreeTypeStringVersion@Base 20160404
+ FreeType_FreeRaster@Base 20160404
+ FreeType_GetRaster@Base 20160404
+ FreeType_GridFitChar@Base 20160404
+ GenerateHintWidthEqualityTolerance@Base 20160404
+ GenerateScript@Base 20160404
+ GenericVDoit@Base 20160404
+ GetAutoTraceArgs@Base 20160404
+ GetFontNames@Base 20160404
+ GetNextUntitledName@Base 20160404
+ GlyphClassesFromNames@Base 20160404
+ GlyphDataBuild@Base 20160404
+ GlyphDataFree@Base 20160404
+ GlyphDataInit@Base 20160404
+ GlyphGroupFree@Base 20160404
+ GlyphGroupKernFree@Base 20160404
+ GlyphGroupKernsFree@Base 20160404
+ GlyphGroupsFree@Base 20160404
+ GlyphHashFree@Base 20160404
+ GlyphNameCnt@Base 20160404
+ GlyphVariantsCopy@Base 20160404
+ GlyphVariantsFree@Base 20160404
+ GradientCopy@Base 20160404
+ GradientFree@Base 20160404
+ GradientHere@Base 20160404
+ GraveAcuteCenterBottom@Base 20160404
+ GroupCopy@Base 20160404
+ GroupFree@Base 20160404
+ GroupNameType@Base 20160404
+ GrowBuffer@Base 20160404
+ GrowBufferAdd@Base 20160404
+ GrowBufferAddStr@Base 20160404
+ GuessNamesFromGSUB@Base 20160404
+ GuessNamesFromMATH@Base 20160404
+ GuessOpticalOffset@Base 20160404
+ HICopyTrans@Base 20160404
+ HIlen@Base 20160404
+ HIoverlap@Base 20160404
+ HasSVG@Base 20160404
+ HasUFO@Base 20160404
+ HasUseMyMetrics@Base 20160404
+ HasUserScriptingCommand@Base 20160404
+ HashKerningClassNames@Base 20160404
+ HashKerningClassNamesCaps@Base 20160404
+ HashKerningClassNamesFlex@Base 20160404
+ HintCleanup@Base 20160404
+ HintMaskFromTransformedRef@Base 20160404
+ ImageAlterClut@Base 20160404
+ ImageListCopy@Base 20160404
+ ImageListTransform@Base 20160404
+ ImageListsFree@Base 20160404
+ InitGlobalInstrCt@Base 20160404
+ InitSimpleStuff@Base 20160404
+ InitXHeightInfo@Base 20160404
+ InterpolateFont@Base 20160404
+ IntersectLines@Base 20160404
+ IntersectLinesClip@Base 20160404
+ IntersectLinesSlopes@Base 20160404
+ IsAnchorClassUsed@Base 20160404
+ IsStemAssignedToPoint@Base 20160404
+ IsUnsignedBDFKey@Base 20160404
+ IsntBDFChar@Base 20160404
+ IterateSplineSolve@Base 20160404
+ IterateSplineSolveFixup@Base 20160404
+ JstfLangFree@Base 20160404
+ JstfLangsCopy@Base 20160404
+ JustifyFree@Base 20160404
+ KCFindName@Base 20160404
+ KernClassClearSpecialContents@Base 20160404
+ KernClassContains@Base 20160404
+ KernClassCopy@Base 20160404
+ KernClassFindIndexContaining@Base 20160404
+ KernClassFreeContents@Base 20160404
+ KernClassListClearSpecialContents@Base 20160404
+ KernClassListFree@Base 20160404
+ KernPairsFree@Base 20160404
+ KernThreshold@Base 20160404
+ KerningClassSeekByAbsoluteIndex@Base 20160404
+ LIConvertToPrint@Base 20160404
+ LIConvertToSplines@Base 20160404
+ LI_BreakFontList@Base 20160404
+ LI_FDDrawChar@Base 20160404
+ LI_FindFontData@Base 20160404
+ LI_RegenFontData@Base 20160404
+ LI_SetFontData@Base 20160404
+ LI_TagsCopy@Base 20160404
+ LI_fontlistcopy@Base 20160404
+ LI_fontlistmergecheck@Base 20160404
+ LayerAllSplines@Base 20160404
+ LayerDefault@Base 20160404
+ LayerFreeContents@Base 20160404
+ LayerUnAllSplines@Base 20160404
+ LayerWorthOutputting@Base 20160404
+ LayersSimilar@Base 20160404
+ LayoutInfoInitLangSys@Base 20160404
+ LayoutInfoRefigureLines@Base 20160404
+ LayoutInfoReplace@Base 20160404
+ LayoutInfoSetTitle@Base 20160404
+ LayoutInfo_Destroy@Base 20160404
+ LigCaretCnt@Base 20160404
+ LineListFree@Base 20160404
+ LineTangentToSplineThroughPt@Base 20160404
+ LinearApproxFree@Base 20160404
+ LoadGroupList@Base 20160404
+ LoadKerningDataFromAfm@Base 20160404
+ LoadKerningDataFromAmfm@Base 20160404
+ LoadKerningDataFromMacFOND@Base 20160404
+ LoadKerningDataFromMetricsFile@Base 20160404
+ LoadKerningDataFromOfm@Base 20160404
+ LoadKerningDataFromPfm@Base 20160404
+ LoadKerningDataFromTfm@Base 20160404
+ LoadMapFromFile@Base 20160404
+ LoadNamelist@Base 20160404
+ LoadNamelistDir@Base 20160404
+ LoadPfaEditEncodings@Base 20160404
+ LoadPlugin@Base 20160404
+ LoadPluginDir@Base 20160404
+ LoadSplineFont@Base 20160404
+ LookupHasDefault@Base 20160404
+ LookupInit@Base 20160404
+ LookupUsedNested@Base 20160404
+ MATHFree@Base 20160404
+ MCConvertAnchorClass@Base 20160404
+ MCConvertSubtable@Base 20160404
+ MDReplace@Base 20160404
+ MMAxisAbrev@Base 20160404
+ MMAxisUnmap@Base 20160404
+ MMBlendChar@Base 20160404
+ MMCreateBlendedFont@Base 20160404
+ MMExtractArrayNth@Base 20160404
+ MMExtractNth@Base 20160404
+ MMGuessWeight@Base 20160404
+ MMKern@Base 20160404
+ MMMakeMasterFontname@Base 20160404
+ MMMatchGlyphs@Base 20160404
+ MMNewFont@Base 20160404
+ MMReblend@Base 20160404
+ MMSetClearSpecial@Base 20160404
+ MMSetFree@Base 20160404
+ MMSetFreeContents@Base 20160404
+ MMValid@Base 20160404
+ MMWeightsUnMap@Base 20160404
+ MSLanguageFromLocale@Base 20160404
+ MVCopyChar@Base 20160404
+ MacEncFromMacLang@Base 20160404
+ MacEncToUnicode@Base 20160404
+ MacFeatListFree@Base 20160404
+ MacFeatureToOTTag@Base 20160404
+ MacLangFromLocale@Base 20160404
+ MacLanguageFromCode@Base 20160404
+ MacNameCopy@Base 20160404
+ MacNameListFree@Base 20160404
+ MacRomanEnc@Base 20160404
+ MacSettingListFree@Base 20160404
+ MacStrToUtf8@Base 20160404
+ MacStyleCode@Base 20160404
+ Macable@Base 20160404
+ MakeCIDMaster@Base 20160404
+ MakeItalic@Base 20160404
+ MakeTemporaryFile@Base 20160404
+ MarkClassFree@Base 20160404
+ MarkSetFree@Base 20160404
+ MatInverse@Base 20160404
+ MatIsIdentity@Base 20160404
+ MatMultiply@Base 20160404
+ MathKernCopy@Base 20160404
+ MathKernFree@Base 20160404
+ MathKernVContentsFree@Base 20160404
+ MathTableNew@Base 20160404
+ MaxCID@Base 20160404
+ MergeDStemInfo@Base 20160404
+ MergeFont@Base 20160404
+ MfArgsInit@Base 20160404
+ MinimumDistanceCopy@Base 20160404
+ MinimumDistancesFree@Base 20160404
+ MonotonicFindAt@Base 20160404
+ NOUI_MSLangString@Base 20160404
+ NOUI_TTFNameIds@Base 20160404
+ NameListByName@Base 20160404
+ NameOTLookup@Base 20160404
+ NameToEncoding@Base 20160404
+ NameUni2CID@Base 20160404
+ NamesReadCFF@Base 20160404
+ NamesReadMacBinary@Base 20160404
+ NamesReadPDF@Base 20160404
+ NamesReadPostScript@Base 20160404
+ NamesReadSFD@Base 20160404
+ NamesReadSVG@Base 20160404
+ NamesReadTTF@Base 20160404
+ NamesReadUFO@Base 20160404
+ NearSpline@Base 20160404
+ NewAALTLookup@Base 20160404
+ NowakowskiSCAutoInstr@Base 20160404
+ OS2FigureCodePages@Base 20160404
+ OS2FigureUnicodeRanges@Base 20160404
+ OTLookupCopyInto@Base 20160404
+ OTLookupFree@Base 20160404
+ OTLookupListFree@Base 20160404
+ OTLookupsCopyInto@Base 20160404
+ OTTagToMacFeature@Base 20160404
+ OfmSplineFont@Base 20160404
+ OpenTypeLoadHintEqualityTolerance@Base 20160404
+ OtfFeatNameListFree@Base 20160404
+ OtfNameListFree@Base 20160404
+ PI_Init@Base 20160404
+ PListAddString@Base 20160404
+ PSBitmapDump@Base 20160404
+ PSCharStringToSplines@Base 20160404
+ PSCharsFree@Base 20160404
+ PSDictChangeEntry@Base 20160404
+ PSDictCopy@Base 20160404
+ PSDictFindEntry@Base 20160404
+ PSDictFree@Base 20160404
+ PSDictHasEntry@Base 20160404
+ PSDictRemoveEntry@Base 20160404
+ PSDictSame@Base 20160404
+ PSFontFree@Base 20160404
+ PSFontInterpretPS@Base 20160404
+ PSSlurpEncodings@Base 20160404
+ PSTContains@Base 20160404
+ PSTCopy@Base 20160404
+ PSTFree@Base 20160404
+ ParseEncodingFile@Base 20160404
+ PasteAnchorClassMerge@Base 20160404
+ PasteIntoFV@Base 20160404
+ PasteIntoMV@Base 20160404
+ PasteRemoveAnchorClass@Base 20160404
+ PasteRemoveSFAnchors@Base 20160404
+ PasteToBC@Base 20160404
+ PasteToCV@Base 20160404
+ PathFindDistance@Base 20160404
+ PathLength@Base 20160404
+ PatternCopy@Base 20160404
+ PatternFree@Base 20160404
+ PatternPrep@Base 20160404
+ PatternSCBounds@Base 20160404
+ PdfDumpGlyphResources@Base 20160404
+ PenCopy@Base 20160404
+ PerGlyphDefBaseline@Base 20160404
+ PfmSplineFont@Base 20160404
+ PickNameFromMacName@Base 20160404
+ PlistInit@Base 20160404
+ PointListIsSelected@Base 20160404
+ PointsDiagonalable@Base 20160404
+ PolygonIsConvex@Base 20160404
+ PosNew@Base 20160404
+ PreferSpacingAccents@Base 20160404
+ PrepareUnlinkRmOvrlp@Base 20160404
+ ProcessNativeScript@Base 20160404
+ ProgramExists@Base 20160404
+ PrtBuildDef@Base 20160404
+ PyFF_CallDictFunc@Base 20160404
+ PyFF_ErrorF3@Base 20160404
+ PyFF_ErrorString@Base 20160404
+ PyFF_Font_methods@Base 20160404
+ PyFF_FreeFV@Base 20160404
+ PyFF_FreePythonPersistent@Base 20160404
+ PyFF_FreeSC@Base 20160404
+ PyFF_FreeSCLayer@Base 20160404
+ PyFF_FreeSF@Base 20160404
+ PyFF_GlyphSeparation@Base 20160404
+ PyFF_GlyphSeparationHook@Base 20160404
+ PyFF_Glyph_Set_Layer@Base 20160404
+ PyFF_InitFontHook@Base 20160404
+ PyFF_Main@Base 20160404
+ PyFF_PickleMeToString@Base 20160404
+ PyFF_ProcessInitFiles@Base 20160404
+ PyFF_SCExport@Base 20160404
+ PyFF_SCImport@Base 20160404
+ PyFF_ScriptFile@Base 20160404
+ PyFF_ScriptString@Base 20160404
+ PyFF_Stdin@Base 20160404
+ PyFF_UnPickleMeToObjects@Base 20160404
+ PyFV_From_FV@Base 20160404
+ PyFV_From_FV_I@Base 20160404
+ PyObjectToXML@Base 20160404
+ PySC_From_SC@Base 20160404
+ PythonLibToXML@Base 20160404
+ QuickBlues@Base 20160404
+ RandomParaFromScript@Base 20160404
+ RandomParaFromScriptLang@Base 20160404
+ ReadOtherSubrsFile@Base 20160404
+ ReadPSFont@Base 20160404
+ ReadSplineFont@Base 20160404
+ RealApprox@Base 20160404
+ RealNear@Base 20160404
+ RealNearish@Base 20160404
+ RealRatio@Base 20160404
+ RealWithin@Base 20160404
+ RefCharCreate@Base 20160404
+ RefCharFindBounds@Base 20160404
+ RefCharFree@Base 20160404
+ RefCharsCopy@Base 20160404
+ RefCharsCopyState@Base 20160404
+ RefCharsFree@Base 20160404
+ RefCharsFreeRef@Base 20160404
+ RefDepth@Base 20160404
+#MISSING: 1:20170731~dfsg# RefLayerFindBaseLayerIndex@Base 20160404
+ RemoveMultiples@Base 20160404
+ RenameGlyphToNamelist@Base 20160404
+ RestoreUnlinkRmOvrlp@Base 20160404
+ RevertedGlyphReferenceFixup@Base 20160404
+ SCAddRef@Base 20160404
+ SCAddScaleImage@Base 20160404
+ SCAppendAccent@Base 20160404
+ SCAppendEntityLayers@Base 20160404
+ SCAutoTrace@Base 20160404
+ SCBuildComposit@Base 20160404
+ SCBuildDummy@Base 20160404
+ SCCategorizePoints@Base 20160404
+ SCClearAll@Base 20160404
+ SCClearBackground@Base 20160404
+ SCClearContents@Base 20160404
+ SCClearHintMasks@Base 20160404
+ SCClearHints@Base 20160404
+ SCClearInstrsOrMark@Base 20160404
+ SCClearLayer@Base 20160404
+ SCClearRounds@Base 20160404
+ SCCondenseExtend@Base 20160404
+ SCConvertLayerToOrder2@Base 20160404
+ SCConvertLayerToOrder3@Base 20160404
+ SCConvertOrder@Base 20160404
+ SCConvertToOrder2@Base 20160404
+ SCConvertToOrder3@Base 20160404
+ SCCopyLayerToLayer@Base 20160404
+ SCCopyLookupData@Base 20160404
+ SCCopyWidth@Base 20160404
+ SCDependsOnSC@Base 20160404
+ SCDoRedo@Base 20160404
+ SCDoUndo@Base 20160404
+ SCDrawsSomething@Base 20160404
+ SCDrawsSomethingOnLayer@Base 20160404
+ SCFigureCounterMasks@Base 20160404
+ SCFigureHintMasks@Base 20160404
+ SCFigureVerticalCounterMasks@Base 20160404
+ SCFindDeltas@Base 20160404
+ SCGuessDHintInstances@Base 20160404
+ SCGuessHHintInstancesAndAdd@Base 20160404
+ SCGuessHHintInstancesList@Base 20160404
+ SCGuessHintInstancesList@Base 20160404
+ SCGuessVHintInstancesAndAdd@Base 20160404
+ SCGuessVHintInstancesList@Base 20160404
+ SCHasData@Base 20160404
+ SCHasSubs@Base 20160404
+ SCHintOverlapInMask@Base 20160404
+ SCImportFig@Base 20160404
+ SCImportGlif@Base 20160404
+ SCImportPDF@Base 20160404
+ SCImportPDFFile@Base 20160404
+ SCImportPS@Base 20160404
+ SCImportPSFile@Base 20160404
+ SCImportPlateFile@Base 20160404
+ SCImportSVG@Base 20160404
+ SCInsertImage@Base 20160404
+ SCLWorthOutputtingOrHasData@Base 20160404
+ SCMakeDependent@Base 20160404
+ SCModifyHintMasksAdd@Base 20160404
+ SCNLTrans@Base 20160404
+ SCNumberPoints@Base 20160404
+ SCOrderAP@Base 20160404
+ SCPointsNumberedProperly@Base 20160404
+ SCPreserveBackground@Base 20160404
+ SCPreserveHints@Base 20160404
+ SCPreserveLayer@Base 20160404
+ SCPreserveState@Base 20160404
+ SCPreserveVWidth@Base 20160404
+ SCPreserveWidth@Base 20160404
+ SCRefToSplines@Base 20160404
+ SCReinstanciateRef@Base 20160404
+ SCReinstanciateRefChar@Base 20160404
+ SCRemoveDependent@Base 20160404
+ SCRemoveDependents@Base 20160404
+ SCRemoveKern@Base 20160404
+ SCRemoveLayerDependents@Base 20160404
+ SCRemoveVKern@Base 20160404
+ SCRightToLeft@Base 20160404
+ SCRound2Int@Base 20160404
+ SCRoundToCluster@Base 20160404
+ SCScriptFromUnicode@Base 20160404
+ SCSetMetaData@Base 20160404
+ SCSplinePointsUntick@Base 20160404
+ SCSynchronizeLBearing@Base 20160404
+ SCSynchronizeWidth@Base 20160404
+ SCTickValidationState@Base 20160404
+ SCUndoSetLBearingChange@Base 20160404
+ SCValidate@Base 20160404
+ SCValidateAnchors@Base 20160404
+ SCWasEmpty@Base 20160404
+ SCWorthOutputting@Base 20160404
+ SC_PSDump@Base 20160404
+ SDDestroy@Base 20160404
+ SDFillup@Base 20160404
+ SDFindNext@Base 20160404
+ SDFromContour@Base 20160404
+ SF2Scripts@Base 20160404
+ SFAddEncodingSlot@Base 20160404
+ SFAddGlyphAndEncode@Base 20160404
+ SFAddLayer@Base 20160404
+ SFAddScriptIndex@Base 20160404
+ SFApplyFeatureFile@Base 20160404
+ SFApplyFeatureFilename@Base 20160404
+ SFAscender@Base 20160404
+ SFAutoSave@Base 20160404
+ SFBaseSort@Base 20160404
+ SFCIDFindCID@Base 20160404
+ SFCIDFindExistingChar@Base 20160404
+ SFCapHeight@Base 20160404
+ SFCheckPSBitmap@Base 20160404
+ SFClearAutoSave@Base 20160404
+ SFConvertGridToOrder2@Base 20160404
+ SFConvertGridToOrder3@Base 20160404
+ SFConvertLayerToOrder2@Base 20160404
+ SFConvertLayerToOrder3@Base 20160404
+ SFConvertToOrder2@Base 20160404
+ SFConvertToOrder3@Base 20160404
+ SFDDoesAnyBackupExist@Base 20160404
+ SFDDumpCharStartingMarker@Base 20160404
+ SFDDumpMacFeat@Base 20160404
+ SFDDumpUndo@Base 20160404
+ SFDFixupRefs@Base 20160404
+ SFDGetKerns@Base 20160404
+ SFDGetPSTs@Base 20160404
+ SFDGetUndo@Base 20160404
+ SFDMoveToNextStartChar@Base 20160404
+ SFDParseMacFeatures@Base 20160404
+ SFDRead@Base 20160404
+ SFDReadOneChar@Base 20160404
+ SFDWrite@Base 20160404
+ SFDWriteBak@Base 20160404
+ SFDWriteBakExtended@Base 20160404
+ SFD_AssignLookups@Base 20160404
+ SFD_DumpKerns@Base 20160404
+ SFD_DumpLookup@Base 20160404
+ SFD_DumpPST@Base 20160404
+ SFD_DumpSplineFontMetadata@Base 20160404
+ SFD_GetFontMetaData@Base 20160404
+ SFD_GetFontMetaDataData_Init@Base 20160404
+ SFD_GetFontMetaDataVoid@Base 20160404
+ SFDefaultAscent@Base 20160404
+ SFDefaultImage@Base 20160404
+ SFDefaultOS2Info@Base 20160404
+ SFDefaultOS2Simple@Base 20160404
+ SFDefaultOS2SubSuper@Base 20160404
+ SFDescender@Base 20160404
+ SFDirRead@Base 20160404
+ SFDummyUpCIDs@Base 20160404
+ SFEncodeToMap@Base 20160404
+ SFEncodingName@Base 20160404
+ SFExpandGlyphCount@Base 20160404
+ SFFeaturesInScriptLang@Base 20160404
+ SFFigureDefWidth@Base 20160404
+ SFFindBiggestScriptLangIndex@Base 20160404
+ SFFindClearUnusedLookupBits@Base 20160404
+ SFFindExistingCharMac@Base 20160404
+ SFFindExistingSlot@Base 20160404
+ SFFindGID@Base 20160404
+ SFFindLookup@Base 20160404
+ SFFindLookupSubtable@Base 20160404
+ SFFindLookupSubtableAndFreeName@Base 20160404
+ SFFindNotdef@Base 20160404
+ SFFindOrAddAnchorClass@Base 20160404
+ SFFindOrder@Base 20160404
+ SFFindSlot@Base 20160404
+ SFFindTable@Base 20160404
+ SFFindUnusedLookups@Base 20160404
+ SFFinishMergeContext@Base 20160404
+ SFFlatten@Base 20160404
+ SFFlattenByCMap@Base 20160404
+ SFForceEncoding@Base 20160404
+ SFFromBDF@Base 20160404
+ SFFromMF@Base 20160404
+ SFGetAlternate@Base 20160404
+ SFGetChar@Base 20160404
+ SFGetGroup@Base 20160404
+ SFGetModifiers@Base 20160404
+ SFGetOrMakeChar@Base 20160404
+ SFGetOrMakeCharFromUnicode@Base 20160404
+ SFGetOrMakeCharFromUnicodeBasic@Base 20160404
+ SFGlyphRenameFixup@Base 20160404
+ SFGlyphsFromNames@Base 20160404
+ SFGlyphsWithLigatureinLookup@Base 20160404
+ SFGlyphsWithPSTinSubtable@Base 20160404
+ SFGuessItalicAngle@Base 20160404
+ SFHasCID@Base 20160404
+ SFHasChar@Base 20160404
+ SFHasInstructions@Base 20160404
+ SFHashGlyph@Base 20160404
+ SFHashName@Base 20160404
+ SFIncrementXUID@Base 20160404
+ SFInstanciateRefs@Base 20160404
+ SFIsCJK@Base 20160404
+ SFIsCompositBuildable@Base 20160404
+ SFIsDuplicatable@Base 20160404
+ SFIsRotatable@Base 20160404
+ SFIsSomethingBuildable@Base 20160404
+ SFKernClassTempDecompose@Base 20160404
+ SFKernCleanup@Base 20160404
+ SFKerningGroupExistsSpecific@Base 20160404
+ SFLFindOrder@Base 20160404
+ SFLSetOrder@Base 20160404
+ SFLangsInScript@Base 20160404
+ SFLayerSetBackground@Base 20160404
+ SFLigatureCleanup@Base 20160404
+ SFLigaturePrepare@Base 20160404
+ SFLookupsInScriptLangFeature@Base 20160404
+ SFMakeChar@Base 20160404
+ SFMapFill@Base 20160404
+ SFMapOfSF@Base 20160404
+ SFMatchGlyphs@Base 20160404
+ SFNLTrans@Base 20160404
+ SFNeedsAutoHint@Base 20160404
+ SFOneHeight@Base 20160404
+ SFOneWidth@Base 20160404
+ SFOrderBitmapList@Base 20160404
+ SFPreserveGuide@Base 20160404
+ SFPrivateGuess@Base 20160404
+ SFRandomChangeXUID@Base 20160404
+ SFReadIkarus@Base 20160404
+ SFReadMacBinary@Base 20160404
+ SFReadPalmPdb@Base 20160404
+ SFReadPdfFont@Base 20160404
+ SFReadSVG@Base 20160404
+ SFReadSVGMem@Base 20160404
+ SFReadTTF@Base 20160404
+ SFReadUFO@Base 20160404
+ SFReadWinFON@Base 20160404
+ SFRecoverFile@Base 20160404
+ SFReencode@Base 20160404
+ SFReinstanciateRefs@Base 20160404
+ SFRemoveAnchorClass@Base 20160404
+ SFRemoveGlyph@Base 20160404
+ SFRemoveLayer@Base 20160404
+ SFRemoveLookup@Base 20160404
+ SFRemoveLookupSubTable@Base 20160404
+ SFRemoveSavedTable@Base 20160404
+ SFRemoveUndoes@Base 20160404
+ SFRemoveUnusedLookupSubTables@Base 20160404
+ SFRenameGlyphsToNamelist@Base 20160404
+ SFReplaceEncodingBDFProps@Base 20160404
+ SFReplaceFontnameBDFProps@Base 20160404
+ SFSCAutoHint@Base 20160404
+ SFScaleToEm@Base 20160404
+ SFScriptLangs@Base 20160404
+ SFScriptsInLookups@Base 20160404
+ SFSerifHeight@Base 20160404
+ SFSetFontName@Base 20160404
+ SFSetLayerWidthsStroked@Base 20160404
+ SFSetModTime@Base 20160404
+ SFSetOrder@Base 20160404
+ SFSplineCharCreate@Base 20160404
+ SFSplinesFromLayers@Base 20160404
+ SFStdVW@Base 20160404
+ SFSubTableFindOrMake@Base 20160404
+ SFSubTableMake@Base 20160404
+ SFSubTablesMerge@Base 20160404
+ SFTemporaryRenameGlyphsToNamelist@Base 20160404
+ SFTemporaryRestoreGlyphNames@Base 20160404
+ SFTimesFromFile@Base 20160404
+ SFUnicodeRanges@Base 20160404
+ SFUntickAll@Base 20160404
+ SFValidate@Base 20160404
+ SFXHeight@Base 20160404
+ SLCopy@Base 20160404
+ SLMerge@Base 20160404
+ SListCopy@Base 20160404
+ SPAdjustControl@Base 20160404
+ SPAverageCps@Base 20160404
+ SPChangePointType@Base 20160404
+ SPHVCurveForce@Base 20160404
+ SPInterpolate@Base 20160404
+ SPLAverageCps@Base 20160404
+ SPLCategorizePoints@Base 20160404
+ SPLCategorizePointsKeepCorners@Base 20160404
+ SPLCopyTransformedHintMasks@Base 20160404
+ SPLCopyTranslatedHintMasks@Base 20160404
+ SPLFirstVisitPoints@Base 20160404
+ SPLFirstVisitSplines@Base 20160404
+ SPLFirstVisitorDebug@Base 20160404
+ SPLFirstVisitorDebugSelectionState@Base 20160404
+ SPLNearlyHvCps@Base 20160404
+ SPLNearlyHvLines@Base 20160404
+ SPLNearlyLines@Base 20160404
+ SPLPoV@Base 20160404
+ SPLStartToLeftmost@Base 20160404
+ SPLsStartToLeftmost@Base 20160404
+ SPSmoothJoint@Base 20160404
+ SPTouchControl@Base 20160404
+ SPWeightedAverageCps@Base 20160404
+ SSAddPoints@Base 20160404
+ SSBoundsWithin@Base 20160404
+ SSControlStems@Base 20160404
+ SSExistsInLayer@Base 20160404
+ SSHasClip@Base 20160404
+ SSHasDrawn@Base 20160404
+ SSNLTrans@Base 20160404
+ SSOverlapClusterCpAngles@Base 20160404
+ SSPSApprox@Base 20160404
+ SSPointWithin@Base 20160404
+ SSRegenerateFromSpiros@Base 20160404
+ SSRemoveBacktracks@Base 20160404
+ SSRemoveStupidControlPoints@Base 20160404
+ SSRemoveZeroLengthSplines@Base 20160404
+ SSShadow@Base 20160404
+ SSTtfNumberPoints@Base 20160404
+ SSsCompare@Base 20160404
+ SSsToMContours@Base 20160404
+ SSttfApprox@Base 20160404
+ SVResetPaths@Base 20160404
+ SaveGroupList@Base 20160404
+ SaveTablesPref@Base 20160404
+ ScriptError@Base 20160404
+ ScriptErrorF@Base 20160404
+ ScriptErrorString@Base 20160404
+ ScriptExport@Base 20160404
+ ScriptFromUnicode@Base 20160404
+ ScriptInFeatureScriptList@Base 20160404
+ ScriptIsRightToLeft@Base 20160404
+ ScriptLangListFree@Base 20160404
+ ScriptMainRange@Base 20160404
+ ScriptPrint@Base 20160404
+ ScriptSCCondenseExtend@Base 20160404
+ ScriptSCEmbolden@Base 20160404
+ SearchChar@Base 20160404
+ SetAutoTraceArgs@Base 20160404
+ SfListFree@Base 20160404
+ SllkFree@Base 20160404
+ SmallCapsFindConstants@Base 20160404
+ SortInsertLookup@Base 20160404
+ SpExistsInSS@Base 20160404
+ SpIsExtremum@Base 20160404
+ SpiroCP2SplineSet@Base 20160404
+ SpiroCPCopy@Base 20160404
+ Spline1DCantExtremeX@Base 20160404
+ Spline1DCantExtremeY@Base 20160404
+ Spline2DFindExtrema@Base 20160404
+ Spline2DFindPointsOfInflection@Base 20160404
+ SplineAddExtrema@Base 20160404
+ SplineApproximate@Base 20160404
+ SplineAtInflection@Base 20160404
+ SplineAtMinMax@Base 20160404
+ SplineBisect@Base 20160404
+ SplineCharAddExtrema@Base 20160404
+ SplineCharAntiAlias@Base 20160404
+ SplineCharAutoHint@Base 20160404
+ SplineCharCopy@Base 20160404
+ SplineCharCreate@Base 20160404
+ SplineCharDefaultNextCP@Base 20160404
+ SplineCharDefaultPrevCP@Base 20160404
+ SplineCharFindBounds@Base 20160404
+ SplineCharFree@Base 20160404
+ SplineCharFreeContents@Base 20160404
+ SplineCharFreeTypeRasterize@Base 20160404
+ SplineCharFreeTypeRasterizeNoHints@Base 20160404
+ SplineCharInterpolate@Base 20160404
+ SplineCharIsFlexible@Base 20160404
+ SplineCharLayerFindBounds@Base 20160404
+ SplineCharLayerQuickBounds@Base 20160404
+ SplineCharListsFree@Base 20160404
+ SplineCharMerge@Base 20160404
+ SplineCharQuickBounds@Base 20160404
+ SplineCharQuickConservativeBounds@Base 20160404
+ SplineCharRasterize@Base 20160404
+ SplineCharRemoveTiny@Base 20160404
+ SplineCharSimplify@Base 20160404
+ SplineCharTangentNextCP@Base 20160404
+ SplineCharTangentPrevCP@Base 20160404
+ SplineCurvature@Base 20160404
+ SplineExistsInSS@Base 20160404
+ SplineFindExtrema@Base 20160404
+ SplineFont2ChrsSubrs2@Base 20160404
+ SplineFont2ChrsSubrs@Base 20160404
+ SplineFontAntiAlias@Base 20160404
+ SplineFontAutoHint@Base 20160404
+ SplineFontAutoHintRefs@Base 20160404
+ SplineFontBlank@Base 20160404
+ SplineFontClearSpecial@Base 20160404
+ SplineFontEmpty@Base 20160404
+ SplineFontFindBounds@Base 20160404
+ SplineFontFree@Base 20160404
+ SplineFontFreeTypeRasterize@Base 20160404
+ SplineFontFreeTypeRasterizeNoHints@Base 20160404
+ SplineFontFromPSFont@Base 20160404
+ SplineFontHasUFOLayerNames@Base 20160404
+ SplineFontIsFlexible@Base 20160404
+ SplineFontLayerFindBounds@Base 20160404
+ SplineFontNew@Base 20160404
+ SplineFontPieceMeal@Base 20160404
+ SplineFontQuickConservativeBounds@Base 20160404
+ SplineFontRasterize@Base 20160404
+ SplineFontSetUnChanged@Base 20160404
+ SplineFontToBDFHeader@Base 20160404
+ SplineFree@Base 20160404
+ SplineInSplineSet@Base 20160404
+ SplineIsLinear@Base 20160404
+ SplineIsLinearMake@Base 20160404
+ SplineLength@Base 20160404
+ SplineLengthRange@Base 20160404
+ SplineMake2@Base 20160404
+ SplineMake3@Base 20160404
+ SplineMake@Base 20160404
+ SplineMinDistanceToPoint@Base 20160404
+ SplineNearPoint@Base 20160404
+ SplinePointCategorize@Base 20160404
+ SplinePointCreate@Base 20160404
+ SplinePointFree@Base 20160404
+ SplinePointIsACorner@Base 20160404
+ SplinePointListContains@Base 20160404
+ SplinePointListContainsPoint@Base 20160404
+ SplinePointListContainsPointAtX@Base 20160404
+ SplinePointListContainsPointAtXY@Base 20160404
+ SplinePointListContainsPointAtY@Base 20160404
+ SplinePointListCopy1@Base 20160404
+ SplinePointListCopy@Base 20160404
+ SplinePointListCopySelected@Base 20160404
+ SplinePointListCopySpiroSelected@Base 20160404
+ SplinePointListFree@Base 20160404
+ SplinePointListInterpretGlif@Base 20160404
+ SplinePointListInterpretPS@Base 20160404
+ SplinePointListInterpretSVG@Base 20160404
+ SplinePointListIsClockwise@Base 20160404
+ SplinePointListMDFree@Base 20160404
+ SplinePointListRemoveSelected@Base 20160404
+ SplinePointListSelect@Base 20160404
+ SplinePointListSet@Base 20160404
+ SplinePointListShift@Base 20160404
+ SplinePointListSimplify@Base 20160404
+ SplinePointListSpiroTransform@Base 20160404
+ SplinePointListTransform@Base 20160404
+ SplinePointListTransformExtended@Base 20160404
+ SplinePointListsFree@Base 20160404
+ SplinePointListsMDFree@Base 20160404
+ SplinePointMDFree@Base 20160404
+ SplinePointNextCPChanged2@Base 20160404
+ SplinePointPrevCPChanged2@Base 20160404
+ SplinePointRound@Base 20160404
+ SplinePointsFree@Base 20160404
+ SplineRefigure2@Base 20160404
+ SplineRefigure3@Base 20160404
+ SplineRefigure@Base 20160404
+ SplineRefigureFixup@Base 20160404
+ SplineRemoveExtremaTooClose@Base 20160404
+ SplineSet2SpiroCP@Base 20160404
+ SplineSetAddExtrema@Base 20160404
+ SplineSetBeziersClear@Base 20160404
+ SplineSetBindToPath@Base 20160404
+ SplineSetFindBounds@Base 20160404
+ SplineSetIntersect@Base 20160404
+ SplineSetJoin@Base 20160404
+ SplineSetJoinCpFixup@Base 20160404
+ SplineSetQuickBounds@Base 20160404
+ SplineSetQuickConservativeBounds@Base 20160404
+ SplineSetRemoveOverlap@Base 20160404
+ SplineSetReverse@Base 20160404
+ SplineSetSpirosClear@Base 20160404
+ SplineSetStroke@Base 20160404
+ SplineSetsAntiCorrect@Base 20160404
+ SplineSetsConvertOrder@Base 20160404
+ SplineSetsCorrect@Base 20160404
+ SplineSetsDetectDir@Base 20160404
+ SplineSetsExtractOpen@Base 20160404
+ SplineSetsInsertOpen@Base 20160404
+ SplineSetsInterpolate@Base 20160404
+ SplineSetsPSApprox@Base 20160404
+ SplineSetsRemoveAnnoyingExtrema@Base 20160404
+ SplineSetsRound2Int@Base 20160404
+ SplineSetsTTFApprox@Base 20160404
+ SplineSetsUntick@Base 20160404
+ SplineSolve@Base 20160404
+ SplineSolveFixup@Base 20160404
+ SplineSplit@Base 20160404
+ SplineT2SpiroIndex@Base 20160404
+ SplineTtfApprox@Base 20160404
+ SplinesFromEntities@Base 20160404
+ SplinesFromEntityChar@Base 20160404
+ SplinesIntersect@Base 20160404
+ SplinesRemoveBetween@Base 20160404
+ StandardProps@Base 20160404
+ StdFeaturesOfScript@Base 20160404
+ StdGlyphName@Base 20160404
+ StemInfoAnyOverlaps@Base 20160404
+ StemInfoCopy@Base 20160404
+ StemInfoFree@Base 20160404
+ StemInfoToStemData@Base 20160404
+ StemInfosFree@Base 20160404
+ StemListAnyConflicts@Base 20160404
+ StringExplode@Base 20160404
+ StringInStrings@Base 20160404
+ SubsNew@Base 20160404
+ SuffixFromTags@Base 20160404
+ TOfNextMajor@Base 20160404
+ TTFFoundry@Base 20160404
+ TTFGetFontName@Base 20160404
+ TTFLangNamesFree@Base 20160404
+ TTFLoadBitmaps@Base 20160404
+ TTFPointMatches@Base 20160404
+ TTF_PSDupsDefault@Base 20160404
+ TTF__getcvtval@Base 20160404
+ TTF_getcvtval@Base 20160404
+ TagFullName@Base 20160404
+ TeXDefaultParams@Base 20160404
+ TfmSplineFont@Base 20160404
+ ToAbsolute@Base 20160404
+ TopFindQuestionablePoints@Base 20160404
+ TransDStemHints@Base 20160404
+ TransHints@Base 20160404
+ TryAddRawGroupKern@Base 20160404
+ TtfTablesFree@Base 20160404
+ UFONameKerningClasses@Base 20160404
+ UHintCopy@Base 20160404
+ URLFromFile@Base 20160404
+ URLToTempFile@Base 20160404
+ Unarchive@Base 20160404
+ UnblendedCompare@Base 20160404
+ UndoRedoLimitToLoad@Base 20160404
+ UndoRedoLimitToSave@Base 20160404
+ UndoToString@Base 20160404
+ UndoesFree@Base 20160404
+ UndoesFreeButRetainFirstN@Base 20160404
+ UniFromEnc@Base 20160404
+ UniFromName@Base 20160404
+ UnicodeRange@Base 20160404
+ UnitShape@Base 20160404
+ UnitsParallel@Base 20160404
+ UnlinkThisReference@Base 20160404
+ UserFeaturesDiffer@Base 20160404
+ Utf8ToMacStr@Base 20160404
+ VSMaskFromFormat@Base 20160404
+ ValDevFree@Base 20160404
+ ValDevTabCopy@Base 20160404
+ ValidatePrivate@Base 20160404
+ VariationFree@Base 20160404
+ VerticalKernFeature@Base 20160404
+ ViewPostScriptFont@Base 20160404
+ VrTrans@Base 20160404
+ WinLangFromMac@Base 20160404
+ WinLangToMac@Base 20160404
+ Within16RoundingErrors@Base 20160404
+ Within4RoundingErrors@Base 20160404
+ Within64RoundingErrors@Base 20160404
+ WriteMacBitmaps@Base 20160404
+ WriteMacFamily@Base 20160404
+ WriteMacPSFont@Base 20160404
+ WriteMacTTFFont@Base 20160404
+ WritePSFont@Base 20160404
+ WritePalmBitmaps@Base 20160404
+ WriteSVGFont@Base 20160404
+ WriteTTC@Base 20160404
+ WriteTTFFont@Base 20160404
+ WriteUFOFont@Base 20160404
+ WriteUFOFontFlex@Base 20160404
+ WriteUFOLayer@Base 20160404
+ WriteWOFFFont@Base 20160404
+ XLFD_CreateComponents@Base 20160404
+ XLFD_GetComponents@Base 20160404
+ XUIDFromFD@Base 20160404
+ _BDFClut@Base 20160404
+ _CFFParse@Base 20160404
+ _CVMenuMakeLine@Base 20160404
+ _CVPreserveTState@Base 20160404
+ _CVRestoreTOriginalState@Base 20160404
+ _CVUndoCleanup@Base 20160404
+ _CubicSolve@Base 20160404
+#MISSING: 1:20170731~dfsg# _DoAutoSaves@Base 20160404
+ _DoFindAll@Base 20160404
+ _DoSave@Base 20160404
+ _ExportEPS@Base 20160404
+ _ExportGlif@Base 20160404
+ _ExportPDF@Base 20160404
+ _ExportPlate@Base 20160404
+ _ExportSVG@Base 20160404
+ _FVSimplify@Base 20160404
+ _FeatureOrderId@Base 20160404
+ _FindOrMakeEncoding@Base 20160404
+ _FreeTypeFontContext@Base 20160404
+ _GetModifiers@Base 20160404
+ _GlifToXML@Base 20160404
+ _IVParse@Base 20160404
+ _IVUnParseInstrs@Base 20160404
+ _MMNewFont@Base 20160404
+ _MacStyleCode@Base 20160404
+ _NamesReadPostScript@Base 20160404
+ _ReadPSFont@Base 20160404
+ _ReadSplineFont@Base 20160404
+ _SCAddRef@Base 20160404
+ _SCAutoTrace@Base 20160404
+ _SCPreserveLayer@Base 20160404
+ _SFDRead@Base 20160404
+ _SFNLTrans@Base 20160404
+ _SFPreserveGuide@Base 20160404
+ _SFReadPdfFont@Base 20160404
+ _SFReadTTF@Base 20160404
+ _SFReadWOFF@Base 20160404
+ _SplineCharAutoHint@Base 20160404
+ _WritePSFont@Base 20160404
+ _WriteSVGFont@Base 20160404
+ _WriteTTFFont@Base 20160404
+ _WriteType42SFNTS@Base 20160404
+ _WriteWOFFFont@Base 20160404
+ __FreeTypeFontContext@Base 20160404
+ __GlyphHashFree@Base 20160404
+ __IVUnParseInstrs@Base 20160404
+ _uGetModifiers@Base 20160404
+ aat_dumpacnt@Base 20160404
+ aat_dumpbsln@Base 20160404
+ aat_dumplcar@Base 20160404
+ aat_dumpmorx@Base 20160404
+ aat_dumpopbd@Base 20160404
+ aat_dumpprop@Base 20160404
+ accent_offset@Base 20160404
+ addextremaflags@Base 20160404
+ adjustlbearing@Base 20160404
+ adjustwidth@Base 20160404
+ adobes_pua_alts@Base 20160404
+ allow_utf8_glyphnames@Base 20160404
+ amspua@Base 20160404
+ append_string_list@Base 20160404
+ archivers@Base 20160404
+ arrayfree@Base 20160404
+ ask_user_for_cmap@Base 20160404
+ asnprintf@Base 20160404
+ autohint_before_generate@Base 20160404
+ autotrace_ask@Base 20160404
+ aw_old_sf@Base 20160404
+ aw_old_spaceguess@Base 20160404
+ bc_interface@Base 20160404
+ bdfcontrol_lastwhich@Base 20160404
+ bezctx_ff_close@Base 20160404
+ binhex_crc@Base 20160404
+ bitmapextensions@Base 20160404
+ builtin_mac_feature_map@Base 20160404
+ c_strtod@Base 20160404
+ cffnames@Base 20160404
+ cid_othersubrs@Base 20160404
+ cidmaps@Base 20160404
+ clear_cached_ufo_paths@Base 20160404
+ clear_cached_ufo_point_starts@Base 20160404
+ clear_tt_instructions_when_needed@Base 20160404
+ clip_interface@Base 20160404
+ closingFunctionList@Base 20160404
+ cns14pua@Base 20160404
+ collabclient_CVPreserveStateCalled@Base 20160404
+ collabclient_SCPreserveStateCalled@Base 20160404
+ collabclient_generatingUndoForWire@Base 20160404
+ collabclient_getState@Base 20160404
+ collabclient_inSession@Base 20160404
+ collabclient_inSessionFV@Base 20160404
+ collabclient_setGeneratingUndoForWire@Base 20160404
+ collabclient_stateToString@Base 20160404
+ compressors@Base 20160404
+ control_counters@Base 20160404
+ coord_sep@Base 20160404
+ copymetadata@Base 20160404
+ copyttfinstr@Base 20160404
+ count_caps@Base 20160404
+ count_occurrence@Base 20160404
+ coverageformatsallowed@Base 20160404
+ custom@Base 20160404
+ cv_interface@Base 20160404
+ cvt_unix_to_1904@Base 20160404
+ debug_printHint@Base 20160404
+ debug_printHintInstance@Base 20160404
+ def_Charset_Enc@Base 20160404
+ default_background@Base 20160404
+ default_encoding@Base 20160404
+ default_fv_antialias@Base 20160404
+ default_fv_bbsized@Base 20160404
+ default_fv_col_count@Base 20160404
+ default_fv_font_size@Base 20160404
+ default_fv_row_count@Base 20160404
+ default_mac_feature_map@Base 20160404
+ delete_string_list@Base 20160404
+ delimit_null@Base 20160404
+ detect_diagonal_stems@Base 20160404
+ doesGlyphExpandHorizontally@Base 20160404
+ doinitFontForgeMain@Base 20160404
+ doneFreeType@Base 20160404
+ doversion@Base 20160404
+ dumpUndoChain@Base 20160404
+ enclist@Base 20160404
+ equalWithTolerence@Base 20160404
+#MISSING: 1:20170731~dfsg# evalSpline@Base 20160404
+ exit_failure@Base 20160404
+ export_clipboard@Base 20160404
+ ff_NextToken@Base 20160404
+ ff_VerboseCheck@Base 20160404
+ ff_backuptok@Base 20160404
+ ff_ft_context@Base 20160404
+ ff_statement@Base 20160404
+ ff_ttf_instrnames@Base 20160404
+ fi_interface@Base 20160404
+ filechecksum@Base 20160404
+ find_flags@Base 20160404
+ findotffeatname@Base 20160404
+ fontforge_python2_init@Base 20160404
+ force_names_when_opening@Base 20160404
+ force_names_when_saving@Base 20160404
+ friendlies@Base 20160404
+ fv_active_in_ui@Base 20160404
+ fv_interface@Base 20160404
+ gdefclass@Base 20160404
+ gen_flags@Base 20160404
+ gen_tempname@Base 20160404
+ genttc_flags@Base 20160404
+ get2dot14@Base 20160404
+ get3byte@Base 20160404
+ getAdobeEnc@Base 20160404
+ get_pyFF_maybeCallCVPreserveState_Func@Base 20160404
+ get_pyFF_sendRedoIfInSession_Func@Base 20160404
+ getfixed@Base 20160404
+ getlong@Base 20160404
+ getname@Base 20160404
+ getquotedeol@Base 20160404
+ getushort@Base 20160404
+ gl_sockets_cleanup@Base 20160404
+ gl_sockets_startup@Base 20160404
+ glif_name_hash_add@Base 20160404
+ glif_name_hash_destroy@Base 20160404
+ glif_name_hash_remove@Base 20160404
+ glif_name_index_new@Base 20160404
+ glif_name_new@Base 20160404
+ glif_name_search_gid@Base 20160404
+ glif_name_search_glif_name@Base 20160404
+ glif_name_track_collide@Base 20160404
+ glif_name_track_new@Base 20160404
+ glyphclasses@Base 20160404
+ gpos_mark@Base 20160404
+ group_root@Base 20160404
+ hasFreeType@Base 20160404
+ hasFreeTypeByteCode@Base 20160404
+ hasFreeTypeDebugger@Base 20160404
+ hascomposing@Base 20160404
+ haslrbounds@Base 20160404
+ hasspiro@Base 20160404
+ hint_bounding_boxes@Base 20160404
+ hint_diagonal_ends@Base 20160404
+ hint_diagonal_intersections@Base 20160404
+ inbase64@Base 20160404
+ init_plugins@Base 20160404
+ instr_typify@Base 20160404
+ instrcheck@Base 20160404
+ instruct_ball_terminals@Base 20160404
+ instruct_diagonal_stems@Base 20160404
+ instruct_serif_stems@Base 20160404
+ interp_from_encoding@Base 20160404
+ interpolate_more_strong@Base 20160404
+ interpolate_strong@Base 20160404
+ is_DOS_drive@Base 20160404
+#MISSING: 20161005# is_LIGATURE_or_VULGAR_FRACTION@Base 20160404
+ isaccent@Base 20160404
+ joinsnap@Base 20160404
+#MISSING: 1:20170731~dfsg# kernclass_for_feature_file@Base 20160404
+ kernclass_for_groups_plist@Base 20160404
+ keywords@Base 20160404
+ knownweights@Base 20160404
+ layer_active_in_ui@Base 20160404
+ libspiro_version@Base 20160404
+ linecap@Base 20160404
+ linejoin@Base 20160404
+ load_plugin@Base 20160404
+ loaded_fonts_same_as_new@Base 20160404
+ localeinfo@Base 20160404
+ lookup_type_names@Base 20160404
+ mac_dpi@Base 20160404
+ macfeat_otftag@Base 20160404
+ mactime@Base 20160404
+ makePatName@Base 20160404
+ makeblendedfont@Base 20160404
+ math_constants_descriptor@Base 20160404
+ maxundoes@Base 20160404
+ memlong@Base 20160404
+ memputshort@Base 20160404
+ memushort@Base 20160404
+ mf_args@Base 20160404
+ mf_ask@Base 20160404
+ mf_clearbackgrounds@Base 20160404
+ mf_showerrors@Base 20160404
+ mmfindfont@Base 20160404
+ module_fontforge_methods@Base 20160404
+ mv_interface@Base 20160404
+ nStdStrings@Base 20160404
+ namelist_for_new_fonts@Base 20160404
+ new_bezctx_ff@Base 20160404
+ new_em_size@Base 20160404
+ new_fonts_are_order2@Base 20160404
+ new_string_list@Base 20160404
+ nlt_exprfree@Base 20160404
+ nlt_parseexpr@Base 20160404
+ no_windowing_ui@Base 20160404
+ noticeweights@Base 20160404
+ noui_fi@Base 20160404
+ noui_fv@Base 20160404
+ noui_mv@Base 20160404
+ ofl_str_lang_data@Base 20160404
+ old_ps_flags@Base 20160404
+ old_psotb_flags@Base 20160404
+ old_sfnt_flags@Base 20160404
+ oldbitmapstate@Base 20160404
+ oldformatstate@Base 20160404
+ onlycopydisplayed@Base 20160404
+ otf_dump_dummydsig@Base 20160404
+ otf_dump_math@Base 20160404
+ otf_dumpbase@Base 20160404
+ otf_dumpgdef@Base 20160404
+ otf_dumpgpos@Base 20160404
+ otf_dumpgsub@Base 20160404
+ otf_dumpjstf@Base 20160404
+ otf_read_math@Base 20160404
+ otf_read_math_used@Base 20160404
+ othersubrs@Base 20160404
+ othersubrs_copyright@Base 20160404
+ paddedVersionStr@Base 20160404
+ pageheight@Base 20160404
+ pagewidth@Base 20160404
+ path_search@Base 20160404
+ pdefs@Base 20160404
+ pfed_dump@Base 20160404
+ pfed_read@Base 20160404
+ plugins_are_initialized@Base 20160404
+ polyMatch@Base 20160404
+ prefRevisionsToRetain@Base 20160404
+ pref_collab_last_server_connected_to@Base 20160404
+ pref_collab_roundTripTimerMS@Base 20160404
+ pref_collab_sessionJoinTimeoutMS@Base 20160404
+ prefer_cjk_encodings@Base 20160404
+ preferpotrace@Base 20160404
+ prefs_interface@Base 20160404
+ prepend_string_list@Base 20160404
+ preserve_hint_undoes@Base 20160404
+ printcommand@Base 20160404
+ printf_fetchargs@Base 20160404
+ printf_parse@Base 20160404
+ printlazyprinter@Base 20160404
+ printtype@Base 20160404
+ program_name@Base 20160404
+ props_array@Base 20160404
+ psbuckets@Base 20160404
+ putfixed@Base 20160404
+ putlong@Base 20160404
+ putshort@Base 20160404
+ py_ie@Base 20160404
+ python_call_onClosingFunctions@Base 20160404
+ quiet@Base 20160404
+ r@Base 20160404
+ readmacfeaturemap@Base 20160404
+ readttfbase@Base 20160404
+ readttfbsln@Base 20160404
+ readttfgdef@Base 20160404
+ readttfgpossub@Base 20160404
+ readttfgsubUsed@Base 20160404
+ readttfjstf@Base 20160404
+ readttfkerns@Base 20160404
+ readttflcar@Base 20160404
+ readttfmort@Base 20160404
+ readttfmort_glyphsused@Base 20160404
+ readttfopbd@Base 20160404
+ readttfprop@Base 20160404
+ readttfvariations@Base 20160404
+ realweights@Base 20160404
+ recognizePUA@Base 20160404
+ reverseGlyphNames@Base 20160404
+ running_script@Base 20160404
+ same_case@Base 20160404
+ savefont_extensions@Base 20160404
+ sc_active_in_ui@Base 20160404
+ sc_interface@Base 20160404
+ script2utf8_copy@Base 20160404
+ scriptsHaveDefault@Base 20160404
+ select_flags@Base 20160404
+ set_program_name@Base 20160404
+ set_pyFF_maybeCallCVPreserveState_Func@Base 20160404
+ set_pyFF_sendRedoIfInSession_Func@Base 20160404
+ simplifyflags@Base 20160404
+ skewselect@Base 20160404
+ snaptoint@Base 20160404
+ sort_string_list@Base 20160404
+ specialnames@Base 20160404
+ stem_slope_error@Base 20160404
+ strconcat3@Base 20160404
+ strconcat@Base 20160404
+ string_list_count@Base 20160404
+ strokeflags@Base 20160404
+ stub_slope_error@Base 20160404
+ subrs@Base 20160404
+ subrslens@Base 20160404
+ tex_dump@Base 20160404
+ tex_read@Base 20160404
+ ttfFindPointInSC@Base 20160404
+ ttfFixupRef@Base 20160404
+ ttf_bdf_dump@Base 20160404
+ ttf_bdf_read@Base 20160404
+ ttf_dumpkerns@Base 20160404
+ ttf_dumpvariations@Base 20160404
+ ttf_fftm_dump@Base 20160404
+ ttfcopyfile@Base 20160404
+ ttfdumpbitmap@Base 20160404
+ ttfdumpbitmapscaling@Base 20160404
+ ttfstandardnames@Base 20160404
+ ufo_kerning_tree_attempt_insert@Base 20160404
+ ufo_kerning_tree_destroy_contents@Base 20160404
+ ufo_name_mangle@Base 20160404
+ ufo_name_number@Base 20160404
+ ui_interface@Base 20160404
+ unicode_from_adobestd@Base 20160404
+ unicoderange@Base 20160404
+ unicoderange_cnt@Base 20160404
+ upper_case@Base 20160404
+ use_freetype_to_rasterize_fv@Base 20160404
+ use_gv@Base 20160404
+ use_second_indic_scripts@Base 20160404
+ use_utf8_in_script@Base 20160404
+ user_mac_feature_map@Base 20160404
+ user_macfeat_otftag@Base 20160404
+ utf7toutf8_copy@Base 20160404
+ utf82script_copy@Base 20160404
+ utf8_verify_copy@Base 20160404
+ utf8toutf7_copy@Base 20160404
+ vasnprintf@Base 20160404
+ visitSFDFragment@Base 20160404
+ x2nrealloc@Base 20160404
+ x2realloc@Base 20160404
+ xalloc_die@Base 20160404
+ xasprintf@Base 20160404
+ xcalloc@Base 20160404
+ xcharalloc@Base 20160404
+ xmalloc@Base 20160404
+ xmax@Base 20160404
+ xmemdup@Base 20160404
+ xnmalloc@Base 20160404
+ xnrealloc@Base 20160404
+ xrealloc@Base 20160404
+ xstrdup@Base 20160404
+ xsum3@Base 20160404
+ xsum4@Base 20160404
+ xsum@Base 20160404
+ xuid@Base 20160404
+ xvasprintf@Base 20160404
+ xzalloc@Base 20160404
+ zapfbb@Base 20160404
+ zapfexists@Base 20160404
+ zapfnomen@Base 20160404
+ zapfwx@Base 20160404
+libgioftp.so.2 libfontforge2 #MINVER#
+ GIO_cancel@Base 20160404
+ GIO_dispatch@Base 20160404
+ GIO_init@Base 20160404
+ GIO_term@Base 20160404
+ ftp_protocol_index@Base 20160404
+ ftplib_handle@Base 20160404
+ stdfuncs@Base 20160404
+libgunicode.so.4 libfontforge2 #MINVER#
+ AllAscii@Base 20160404
+ ArabicForms@Base 20160404
+ FractionCount@Base 20161005
+ FractionU_alt_getC@Base 1:20170731~dfsg
+ FractionU_alt_getV@Base 1:20170731~dfsg
+ Fraction_alt_getC@Base 1:20170731~dfsg
+ Fraction_alt_getV@Base 1:20170731~dfsg
+ Fraction_find_N@Base 20161005
+ Fraction_get_U@Base 20161005
+ LigatureCount@Base 20161005
+ LigatureU_alt_getC@Base 1:20170731~dfsg
+ LigatureU_alt_getV@Base 1:20170731~dfsg
+ Ligature_alt_getC@Base 1:20170731~dfsg
+ Ligature_alt_getV@Base 1:20170731~dfsg
+ Ligature_find_N@Base 20161005
+ Ligature_get_U@Base 20161005
+ MacSymbol_from_unicode@Base 20160404
+ NoMoreMemMessage@Base 20160404
+ OtherFractionCount@Base 20161005
+ StripToASCII@Base 20160404
+ VulgFracU_alt_getC@Base 1:20170731~dfsg
+ VulgFracU_alt_getV@Base 1:20170731~dfsg
+ VulgFrac_alt_getC@Base 1:20170731~dfsg
+ VulgFrac_alt_getV@Base 1:20170731~dfsg
+ VulgFrac_find_N@Base 20161005
+ VulgFrac_get_U@Base 20161005
+ VulgarFractionCount@Base 20161005
+ ZapfDingbats_from_unicode@Base 20160404
+#MISSING: 1:20170731~dfsg# ____codepointassigned@Base 20160404
+#MISSING: 1:20170731~dfsg# ____digitval@Base 20160404
+#MISSING: 1:20170731~dfsg# ____fraction16@Base 20161005
+#MISSING: 1:20170731~dfsg# ____fraction32@Base 20161005
+#MISSING: 1:20170731~dfsg# ____ligature16@Base 20161005
+#MISSING: 1:20170731~dfsg# ____ligature32@Base 20161005
+#MISSING: 1:20170731~dfsg# ____tolower@Base 20160404
+#MISSING: 1:20170731~dfsg# ____tomirror@Base 20160404
+#MISSING: 1:20170731~dfsg# ____totitle@Base 20160404
+#MISSING: 1:20170731~dfsg# ____toupper@Base 20160404
+#MISSING: 1:20170731~dfsg# ____utype2@Base 20160404
+#MISSING: 1:20170731~dfsg# ____utype@Base 20160404
+#MISSING: 1:20170731~dfsg# ____vulgfrac16@Base 20161005
+ alphabets_from_unicode@Base 20160404
+ asnprintf@Base 20160404
+ big5_from_unicode@Base 20160404
+ big5hkscs_from_unicode@Base 20160404
+ c_itostr@Base 20160404
+ c_strlen@Base 20160404
+ c_strtod@Base 20160404
+ c_to_u@Base 20160404
+ cc_strncpy@Base 20160404
+ chomp@Base 20160404
+ copy@Base 20160404
+ copyn@Base 20160404
+ copytolower@Base 20160404
+ cu_copy@Base 20160404
+ cu_copyn@Base 20160404
+ cu_strcat@Base 20160404
+ cu_strcpy@Base 20160404
+ cu_strncat@Base 20160404
+ cu_strncpy@Base 20160404
+ cu_strstartmatch@Base 20160404
+ def2u_copy@Base 20160404
+ def2u_strncpy@Base 20160404
+ def2utf8_copy@Base 20160404
+ encoding2u_strncpy@Base 20160404
+ endswith@Base 20160404
+ endswithi@Base 20160404
+ endswithi_partialExtension@Base 20160404
+ exit_failure@Base 20160404
+ ff_unicode_codepointassigned@Base 1:20170731~dfsg
+ ff_unicode_digitval@Base 1:20170731~dfsg
+ ff_unicode_tolower@Base 1:20170731~dfsg
+ ff_unicode_tomirror@Base 1:20170731~dfsg
+ ff_unicode_totitle@Base 1:20170731~dfsg
+ ff_unicode_toupper@Base 1:20170731~dfsg
+ ff_unicode_utype2@Base 1:20170731~dfsg
+ ff_unicode_utype@Base 1:20170731~dfsg
+ gb2312_from_unicode@Base 20160404
+ gen_tempname@Base 20160404
+ gl_sockets_cleanup@Base 20160404
+ gl_sockets_startup@Base 20160404
+ i8859_10_from_unicode@Base 20160404
+ i8859_11_from_unicode@Base 20160404
+ i8859_13_from_unicode@Base 20160404
+ i8859_14_from_unicode@Base 20160404
+ i8859_15_from_unicode@Base 20160404
+ i8859_16_from_unicode@Base 20161005
+ i8859_1_from_unicode@Base 20160404
+ i8859_2_from_unicode@Base 20160404
+ i8859_3_from_unicode@Base 20160404
+ i8859_4_from_unicode@Base 20160404
+ i8859_5_from_unicode@Base 20160404
+ i8859_6_from_unicode@Base 20160404
+ i8859_7_from_unicode@Base 20160404
+ i8859_8_from_unicode@Base 20160404
+ i8859_9_from_unicode@Base 20160404
+ iconv_local_encoding_name@Base 20160404
+ is_FRACTION@Base 20161005
+ is_LIGATURE@Base 20161005
+ is_LIGATURE_or_FRACTION@Base 20161005
+ is_LIGATURE_or_OTHER_FRACTION@Base 20161005
+ is_LIGATURE_or_VULGAR_FRACTION@Base 20161005
+ is_OTHER_FRACTION@Base 20161005
+ is_VULGAR_FRACTION@Base 20161005
+ jis201_from_unicode@Base 20160404
+ jis_from_unicode@Base 20160404
+ johab_from_unicode@Base 20160404
+ koi8_r_from_unicode@Base 20160404
+ ksc5601_from_unicode@Base 20160404
+ latin1_2_utf8_copy@Base 20160404
+ latin1_2_utf8_strcpy@Base 20160404
+ local_encoding@Base 20160404
+ mac_from_unicode@Base 20160404
+ path_search@Base 20160404
+ printf_fetchargs@Base 20160404
+ printf_parse@Base 20160404
+ program_name@Base 20160404
+ set_program_name@Base 20160404
+ str_replace_all@Base 20160404
+ strmatch@Base 20160404
+ strnmatch@Base 20160404
+ strstart@Base 20160404
+ strstartmatch@Base 20160404
+ strstrmatch@Base 20160404
+ toint@Base 20160404
+ tostr@Base 20160404
+ u2def_copy@Base 20160404
+ u2def_strncpy@Base 20160404
+ u2encoding_strncpy@Base 20160404
+ u2utf8_copy@Base 20160404
+ u2utf8_copyn@Base 20160404
+ u2utf8_strcpy@Base 20160404
+ uAllAscii@Base 20160404
+ u_concat@Base 20160404
+ u_copy@Base 20160404
+ u_copyn@Base 20160404
+ u_copynallocm@Base 20160404
+ u_endswith@Base 20160404
+ u_startswith@Base 20160404
+ u_strcat@Base 20160404
+ u_strchr@Base 20160404
+ u_strcmp@Base 20160404
+ u_strcpy@Base 20160404
+ u_strlen@Base 20160404
+ u_strmatch@Base 20160404
+ u_strncat@Base 20160404
+ u_strncmp@Base 20160404
+ u_strncpy@Base 20160404
+ u_strnmatch@Base 20160404
+ u_strrchr@Base 20160404
+ u_strstartmatch@Base 20160404
+ u_strstr@Base 20160404
+ u_strstrmatch@Base 20160404
+ u_strtod@Base 20160404
+ u_strtol@Base 20160404
+ u_strtoul@Base 20160404
+ u_to_c@Base 20160404
+ uc_copy@Base 20160404
+ uc_copyn@Base 20160404
+ uc_startswith@Base 20160404
+ uc_strcat@Base 20160404
+ uc_strcmp@Base 20160404
+ uc_strcpy@Base 20160404
+ uc_strmatch@Base 20160404
+ uc_strncat@Base 20160404
+ uc_strncmp@Base 20160404
+ uc_strncpy@Base 20160404
+ uc_strnmatch@Base 20160404
+ uc_strstr@Base 20160404
+ uc_strstrmatch@Base 20160404
+ unicode_alternates@Base 20160404
+ unicode_from_MacSymbol@Base 20160404
+ unicode_from_ZapfDingbats@Base 20160404
+ unicode_from_alphabets@Base 20160404
+ unicode_from_big5@Base 20160404
+ unicode_from_big5hkscs@Base 20160404
+ unicode_from_gb2312@Base 20160404
+ unicode_from_i8859_10@Base 20160404
+ unicode_from_i8859_11@Base 20160404
+ unicode_from_i8859_13@Base 20160404
+ unicode_from_i8859_14@Base 20160404
+ unicode_from_i8859_15@Base 20160404
+ unicode_from_i8859_16@Base 20161005
+ unicode_from_i8859_1@Base 20160404
+ unicode_from_i8859_2@Base 20160404
+ unicode_from_i8859_3@Base 20160404
+ unicode_from_i8859_4@Base 20160404
+ unicode_from_i8859_5@Base 20160404
+ unicode_from_i8859_6@Base 20160404
+ unicode_from_i8859_7@Base 20160404
+ unicode_from_i8859_8@Base 20160404
+ unicode_from_i8859_9@Base 20160404
+ unicode_from_jis201@Base 20160404
+ unicode_from_jis208@Base 20160404
+ unicode_from_jis212@Base 20160404
+ unicode_from_johab@Base 20160404
+ unicode_from_koi8_r@Base 20160404
+ unicode_from_ksc5601@Base 20160404
+ unicode_from_mac@Base 20160404
+ unicode_from_win@Base 20160404
+ utf82U_strncpy@Base 20160404
+ utf82def_copy@Base 20160404
+ utf82u_copy@Base 20160404
+ utf82u_copyn@Base 20160404
+ utf82u_strcat@Base 20160404
+ utf82u_strcpy@Base 20160404
+ utf82u_strlen@Base 20160404
+ utf8_2_latin1_copy@Base 20160404
+ utf8_db@Base 20160404
+ utf8_ib@Base 20160404
+ utf8_idpb@Base 20160404
+ utf8_ildb@Base 20160404
+ utf8_strchr@Base 20160404
+ utf8_strlen@Base 20160404
+ utf8_strncpy@Base 20160404
+ utf8_truncatevalid@Base 20160404
+ utf8_valid@Base 20160404
+ vasnprintf@Base 20160404
+ win_from_unicode@Base 20160404
+ x2nrealloc@Base 20160404
+ x2realloc@Base 20160404
+ xalloc_die@Base 20160404
+ xasprintf@Base 20160404
+ xcalloc@Base 20160404
+ xcharalloc@Base 20160404
+ xmalloc@Base 20160404
+ xmax@Base 20160404
+ xmemdup@Base 20160404
+ xnmalloc@Base 20160404
+ xnrealloc@Base 20160404
+ xrealloc@Base 20160404
+ xstrdup@Base 20160404
+ xsum3@Base 20160404
+ xsum4@Base 20160404
+ xsum@Base 20160404
+ xvasprintf@Base 20160404
+ xzalloc@Base 20160404
+libgutils.so.2 libfontforge2 #MINVER#
+ ExtToMimeList@Base 20160404
+ FindProgDir@Base 20160404
+ GFileAppendFile@Base 20160404
+ GFileBuildName@Base 20160404
+ GFileDirName@Base 20160404
+ GFileDirNameEx@Base 20160404
+ GFileExists@Base 20160404
+ GFileGetAbsoluteName@Base 20160404
+ GFileGetHomeDir@Base 20160404
+ GFileGetHomeDocumentsDir@Base 20160404
+ GFileGetSize@Base 20160404
+ GFileIsAbsolute@Base 20160404
+ GFileIsDir@Base 20160404
+ GFileMakeAbsoluteName@Base 20160404
+ GFileMkDir@Base 20160404
+ GFileModifyable@Base 20160404
+ GFileModifyableDir@Base 20160404
+ GFileNameTail@Base 20160404
+ GFileNormalizePath@Base 20160404
+ GFileReadAll@Base 20160404
+ GFileReadable@Base 20160404
+ GFileRemove@Base 20160404
+ GFileRemoveExtension@Base 20160404
+ GFileReplaceName@Base 20160404
+ GFileRmDir@Base 20160404
+ GFileUnlink@Base 20160404
+ GFileWriteAll@Base 20160404
+ GIOCreate@Base 20160404
+ GIOFreeDirEntries@Base 20160404
+ GIOGetMimeType@Base 20160404
+ GIOSetDefAuthorizer@Base 20160404
+ GIOSetUserAgent@Base 20160404
+ GIO_PasswordCache@Base 20160404
+ GIO_SetThreadCallback@Base 20160404
+ GIOcancel@Base 20160404
+ GIOclose@Base 20160404
+ GIOdelDir@Base 20160404
+ GIOdelFile@Base 20160404
+ GIOdir@Base 20160404
+ GIOfileExists@Base 20160404
+ GIOgetDirData@Base 20160404
+ GIOguessMimeType@Base 20160404
+ GIOmkDir@Base 20160404
+ GIOrenameFile@Base 20160404
+ GIOstatFile@Base 20160404
+ GImageAddImageBefore@Base 20160404
+ GImageBlendOver@Base 20160404
+ GImageCreate@Base 20160404
+ GImageCreateAnimation@Base 20160404
+ GImageDestroy@Base 20160404
+ GImageDrawImage@Base 20160404
+ GImageDrawRect@Base 20160404
+ GImageGetHeight@Base 20160404
+ GImageGetPixelColor@Base 20160404
+ GImageGetPixelRGBA@Base 20160404
+ GImageGetUserData@Base 20160404
+ GImageGetWidth@Base 20160404
+ GImageRead@Base 20160404
+ GImageReadBmp@Base 20160404
+ GImageReadGif@Base 20160404
+ GImageReadJpeg@Base 20160404
+ GImageReadPng@Base 20160404
+ GImageReadRas@Base 20160404
+ GImageReadRgb@Base 20160404
+ GImageReadTiff@Base 20160404
+ GImageReadXbm@Base 20160404
+ GImageReadXpm@Base 20160404
+ GImageRead_Bmp@Base 20160404
+ GImageRead_Jpeg@Base 20160404
+ GImageRead_Png@Base 20160404
+ GImageSetUserData@Base 20160404
+ GImageWriteBmp@Base 20160404
+ GImageWriteGImage@Base 20160404
+ GImageWriteJpeg@Base 20160404
+ GImageWritePng@Base 20160404
+ GImageWriteXbm@Base 20160404
+ GImageWriteXpm@Base 20160404
+ GImageWrite_Bmp@Base 20160404
+ GImageWrite_Jpeg@Base 20160404
+ GImageWrite_Png@Base 20160404
+ GetAuthor@Base 20160404
+ HostPortPack@Base 20160404
+ HostPortUnpack@Base 20160404
+ MimeListFromExt@Base 20160404
+ _GFile_find_program_dir@Base 20160404
+ _GIO_LookupHost@Base 20160404
+ _GIO_PostError@Base 20160404
+ _GIO_PostInter@Base 20160404
+ _GIO_PostSuccess@Base 20160404
+ _GIO_ReportHeaders@Base 20160404
+ _GIO_RequestAuthorization@Base 20160404
+ _GIO_decomposeURL@Base 20160404
+ _GIO_fileDispatch@Base 20160404
+ _GIO_localDispatch@Base 20160404
+ _GIO_reporterror@Base 20160404
+ _GIO_stdfuncs@Base 20160404
+ _GIO_translateURL@Base 20160404
+ _GImageGetPixelColor@Base 20160404
+ _GImage_Create@Base 20160404
+ _UnicodeBlock@Base 20160404
+ _UnicodeNameAnnot@Base 20160404
+ asnprintf@Base 20160404
+ c_strtod@Base 20160404
+ cmdlinearg_forceUIHidden@Base 20160404
+ cv_auto_goto@Base 20160404
+ div_tables@Base 20160404
+ dlist_erase@Base 20160404
+ dlist_foreach@Base 20160404
+ dlist_foreach_reverse_udata@Base 20160404
+ dlist_foreach_udata@Base 20160404
+ dlist_free_external@Base 20160404
+ dlist_isempty@Base 20160404
+ dlist_popback@Base 20160404
+ dlist_pushfront@Base 20160404
+ dlist_pushfront_external@Base 20160404
+ dlist_size@Base 20160404
+ dlist_trim_to_limit@Base 20160404
+ exit_failure@Base 20160404
+ ff_gethostname@Base 20160404
+ ff_uuid_generate@Base 20160404
+ ff_uuid_isValid@Base 20160404
+ gColor2Hslrgb@Base 20160404
+ gColor2Hslrgba@Base 20160404
+ gHSL2RGB@Base 20160404
+ gHSV2RGB@Base 20160404
+ gHslrgb2Color@Base 20160404
+ gHslrgba2Color@Base 20160404
+ gRGB2HSL@Base 20160404
+ gRGB2HSV@Base 20160404
+ gen_tempname@Base 20160404
+ getFontForgeUserDir@Base 20160404
+ getGResourceProgramDir@Base 20160404
+ getHelpDir@Base 20160404
+ getLibexecDir_NonWindows@Base 20160404
+ getLocaleDir@Base 20160404
+ getNetworkAddress@Base 20160404
+ getPixmapDir@Base 20160404
+ getShareDir@Base 20160404
+ getTempDir@Base 20160404
+ getUserHomeDir@Base 20160404
+ gl_sockets_cleanup@Base 20160404
+ gl_sockets_startup@Base 20160404
+ inituninameannot@Base 20160404
+ mkdir_p@Base 20160404
+ path_search@Base 20160404
+ pc@Base 20160404
+ printf_fetchargs@Base 20160404
+ printf_parse@Base 20160404
+ program_name@Base 20160404
+ set_program_name@Base 20160404
+ sgettext@Base 20160404
+ smprintf@Base 20160404
+ u_GFileAppendFile@Base 20160404
+ u_GFileBuildName@Base 20160404
+ u_GFileExists@Base 20160404
+ u_GFileGetAbsoluteName@Base 20160404
+ u_GFileGetHomeDir@Base 20160404
+ u_GFileGetHomeDocumentsDir@Base 20160404
+ u_GFileIsAbsolute@Base 20160404
+ u_GFileIsDir@Base 20160404
+ u_GFileMkDir@Base 20160404
+ u_GFileModifyable@Base 20160404
+ u_GFileModifyableDir@Base 20160404
+ u_GFileNameTail@Base 20160404
+ u_GFileNormalize@Base 20160404
+ u_GFileNormalizePath@Base 20160404
+ u_GFileReadable@Base 20160404
+ u_GFileReplaceName@Base 20160404
+ u_GFileRmDir@Base 20160404
+ u_GFileUnlink@Base 20160404
+ unicode_annot@Base 20160404
+ unicode_block_count@Base 20160404
+ unicode_block_end@Base 20160404
+ unicode_block_name@Base 20160404
+ unicode_block_start@Base 20160404
+ unicode_library_version@Base 20160404
+ unicode_name@Base 20160404
+ vasnprintf@Base 20160404
+ x2nrealloc@Base 20160404
+ x2realloc@Base 20160404
+ xalloc_die@Base 20160404
+ xasprintf@Base 20160404
+ xcalloc@Base 20160404
+ xcharalloc@Base 20160404
+ xmalloc@Base 20160404
+ xmax@Base 20160404
+ xmemdup@Base 20160404
+ xnmalloc@Base 20160404
+ xnrealloc@Base 20160404
+ xrealloc@Base 20160404
+ xstrdup@Base 20160404
+ xsum3@Base 20160404
+ xsum4@Base 20160404
+ xsum@Base 20160404
+ xvasprintf@Base 20160404
+ xzalloc@Base 20160404
diff --git a/libgdraw5.install b/libgdraw5.install
new file mode 100644
index 0000000..ceb1fcd
--- /dev/null
+++ b/libgdraw5.install
@@ -0,0 +1,2 @@
+usr/lib/libfontforgeexe.so.*
+usr/lib/libgdraw.so.*
diff --git a/patches/008_libgif.diff b/patches/008_libgif.diff
new file mode 100644
index 0000000..c22ce8a
--- /dev/null
+++ b/patches/008_libgif.diff
@@ -0,0 +1,15 @@
+Add -lgif when linking.
+
+This patch from the Ubuntu package by Matthias Klose .
+
+--- a/fontforge/Makefile.dynamic.in
++++ b/fontforge/Makefile.dynamic.in
+@@ -19,7 +19,7 @@
+ X_11LIB = @X_11LIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+-STATIC_LIBS = @STATIC_LIBS@
++STATIC_LIBS = @STATIC_LIBS@ -lgif
+
+ FF_VERSION=1
+ FF_REVISION=0
diff --git a/patches/020_fix_pyext_path.diff b/patches/020_fix_pyext_path.diff
new file mode 100644
index 0000000..a5fd574
--- /dev/null
+++ b/patches/020_fix_pyext_path.diff
@@ -0,0 +1,38 @@
+Description: Fix the path where the python modules searches fontforge libs.
+ Upstream dlopen's some libraries that have the sole extension ".so", but
+ we only ship the ".so" symlinks in the -dev package---therefore, we
+ change the name of the libraries to include their versions. This is kludgy,
+ but shall be changed in the future.
+Author: KÄstutis BiliÅ«nas.
+Forwarded: not-needed
+Reviewed-by: Rogério Theodoro de Brito
+Last-Update: 2010-05-03
+--- a/pyhook/loadfontforge.h
++++ b/pyhook/loadfontforge.h
+@@ -11,7 +11,7 @@
+
+ if ( (lib = dlopen("libgunicode" SO_EXT,RTLD_LAZY))==NULL ) {
+ #ifdef PREFIX
+- lib = dlopen( PREFIX "/lib/" "libgunicode" SO_EXT,RTLD_LAZY);
++ lib = dlopen( PREFIX "/lib/" "libgunicode.so.3.0.2", RTLD_LAZY);
+ #endif
+ }
+ if ( lib==NULL ) {
+@@ -21,7 +21,7 @@
+
+ if ( (lib = dlopen("libgutils" SO_EXT,RTLD_LAZY))==NULL ) {
+ #ifdef PREFIX
+- lib = dlopen( PREFIX "/lib/" "libgutils" SO_EXT,RTLD_LAZY);
++ lib = dlopen( PREFIX "/lib/" "libgutils.so.1.0.3", RTLD_LAZY);
+ #endif
+ }
+ if ( lib==NULL ) {
+@@ -31,7 +31,7 @@
+
+ if ( (lib = dlopen("libfontforge" SO_EXT,RTLD_LAZY))==NULL ) {
+ #ifdef PREFIX
+- lib = dlopen( PREFIX "/lib/" "libfontforge" SO_EXT,RTLD_LAZY);
++ lib = dlopen( PREFIX "/lib/" "libfontforge.so.1.0.0", RTLD_LAZY);
+ #endif
+ }
+ if ( lib==NULL ) {
diff --git a/patches/024_def_background.diff b/patches/024_def_background.diff
new file mode 100644
index 0000000..e8333d3
--- /dev/null
+++ b/patches/024_def_background.diff
@@ -0,0 +1,16 @@
+Sets the default gray background color.
+
+This patch by Theppitak Karoonboonyanan .
+This patch will not be submitted upstream.
+
+--- a/gdraw/gxdraw.c
++++ b/gdraw/gxdraw.c
+@@ -5003,7 +5003,7 @@
+ GXResourceInit(gdisp,programname);
+
+ gdisp->bs.double_time = GResourceFindInt( "DoubleClickTime", gdisp->bs.double_time );
+- gdisp->def_background = GResourceFindColor( "Background", COLOR_CREATE(0xf5,0xff,0xfa));
++ gdisp->def_background = GResourceFindColor( "Background", COLOR_CREATE(0xf5,0xf5,0xf5));
+ gdisp->def_foreground = GResourceFindColor( "Foreground", COLOR_CREATE(0x00,0x00,0x00));
+ if ( GResourceFindBool("Synchronize", false ))
+ XSynchronize(gdisp->display,true);
diff --git a/patches/027_catch_ctrl-c_signal.diff b/patches/027_catch_ctrl-c_signal.diff
new file mode 100644
index 0000000..d64ced2
--- /dev/null
+++ b/patches/027_catch_ctrl-c_signal.diff
@@ -0,0 +1,52 @@
+Description: Catches the ctrl-c(SIGINT) signal and asks the user whether
+ he really wants to exit.
+
+Author: KÄstutis BiliÅ«nas
+---
+Bug-Debian: http://bugs.debian.org/578122
+Last-Update: 2010-07-29
+
+--- a/fontforge/start.c
++++ b/fontforge/start.c
+@@ -34,6 +34,8 @@
+ #ifdef __Mac
+ # include /* getenv,setenv */
+ #endif
++#include
++#include
+
+ int32 unicode_from_adobestd[256];
+ struct lconv localeinfo;
+@@ -129,6 +131,23 @@ static void initlibrarysearchpath(void)
+ #endif
+ }
+
++void sigfun(int sig)
++{
++ int c;
++
++ /* re-set the signal handler again to sigfun, for next time */
++ signal(SIGINT, sigfun);
++ printf("\nYou have pressed Ctrl-C\n"
++ "Do you really want to quit? [y/n] ");
++
++ c = getchar();
++ if (c == 'y' || c == 'Y') {
++ exit(0);
++ } else {
++ while(getchar()!='\n');
++ }
++}
++
+ void InitSimpleStuff(void) {
+ initlibrarysearchpath();
+ initrand();
+@@ -143,6 +162,8 @@ void InitSimpleStuff(void) {
+ if ( getenv("FF_SCRIPT_IN_LATIN1") ) use_utf8_in_script=false;
+
+ SetDefaults();
++
++ signal(SIGINT, sigfun);
+ }
+
+ void doinitFontForgeMain(void) {
diff --git a/patches/2001_repackaging_fixup.patch b/patches/2001_repackaging_fixup.patch
new file mode 100644
index 0000000..141dd1c
--- /dev/null
+++ b/patches/2001_repackaging_fixup.patch
@@ -0,0 +1,65 @@
+Description: Adjust build tools for repackaged upstream source
+Author: Jonas Smedegaard
+Last-Update: 2016-05-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -740,46 +740,10 @@
+ contrib/Makefile
+ contrib/cidmap/Makefile
+ contrib/fonttools/Makefile
+-osx/Makefile
+-osx/FontForge.app/Makefile
+-osx/FontForge.app/Contents/Makefile
+-osx/FontForge.app/Contents/Resources/Makefile
+-osx/FontForge.app/Contents/Resources/English.lproj/Makefile
+-osx/FontForge.app/Contents/Resources/opt/Makefile
+-osx/FontForge.app/Contents/Resources/opt/local/Makefile
+-osx/FontForge.app/Contents/Resources/opt/local/etc/Makefile
+-osx/FontForge.app/Contents/Resources/opt/local/etc/fonts/Makefile
+-osx/FontForge.app/Contents/Resources/breakpad/Makefile
+-osx/FontForge.app/Contents/Resources/breakpad/webinterface/Makefile
+-osx/FontForge.app/Contents/Resources/breakpad/webinterface/support/Makefile
+-osx/FontForge.app/Contents/MacOS/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/MacOS/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/Inputbox.nib/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/MainMenu.nib/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/Msgbox.nib/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/PopUpButton.nib/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/Progressbar.nib/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/SecureInputbox.nib/Makefile
+-osx/FontForge.app/Contents/MacOS/CocoaDialog.app/Contents/Resources/Textbox.nib/Makefile
+-osx/FontForge.app/Contents/Frameworks/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Headers/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Resources/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Resources/crash_report_sender.app/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Resources/crash_report_sender.app/Contents/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Resources/crash_report_sender.app/Contents/MacOS/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Resources/crash_report_sender.app/Contents/Resources/Makefile
+-osx/FontForge.app/Contents/Frameworks/Breakpad.framework/Versions/A/Resources/crash_report_sender.app/Contents/Resources/English.lproj/Makefile
+ breakpad/Makefile
+ breakpad/server/Makefile
+
+ fontforge.pc
+-osx/FontForge.app/Contents/Info.plist
+ ])
+
+ #--------------------------------------------------------------------------
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -79,7 +79,7 @@
+ endif PYTHON_EXTENSION
+
+ if MACINTOSH
+-SUBDIRS += mackeys osx
++SUBDIRS += mackeys
+ endif MACINTOSH
+
+ if XDG_DESKTOP
diff --git a/patches/2002_avoid_upstream_git_or_pkg.patch b/patches/2002_avoid_upstream_git_or_pkg.patch
new file mode 100644
index 0000000..0d0a03b
--- /dev/null
+++ b/patches/2002_avoid_upstream_git_or_pkg.patch
@@ -0,0 +1,71 @@
+Description: Avoid build tools messing with VCS or packaging
+Author: Jonas Smedegaard
+Last-Update: 2016-05-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -762,9 +762,9 @@
+ # Collect "GIT" compile-time information to help when debugging FontForge.
+
+ FONTFORGE_GIT_VERSION=""
+-if test -d ${srcdir}/.git; then
+- FONTFORGE_GIT_VERSION=`cd ${srcdir} && git log --pretty=format:'%H' -n 1`
+-fi
++dnl if test -d ${srcdir}/.git; then
++dnl FONTFORGE_GIT_VERSION=`cd ${srcdir} && git log --pretty=format:'%H' -n 1`
++dnl fi
+ FONTFORGE_DATE_NOW=${SOURCE_DATE_EPOCH:-$(date +'%s')}
+ FONTFORGE_DATE_OPTS="--date=@${FONTFORGE_DATE_NOW}"
+ if ! date --version 2>/dev/null ; then
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -44,7 +44,6 @@
+ AM_CPPFLAGS =
+ AM_LDFLAGS =
+
+-BUILT_SOURCES = uthash/src
+ EXTRA_DIST =
+ CLEANFILES =
+ MOSTLYCLEANFILES =
+@@ -114,7 +113,6 @@
+ Packaging/FontForge-doc.spec \
+ Packaging/FontForge.spec \
+ Packaging/FontForge.static.spec \
+- uthash/src \
+ $(NULL)
+
+ #--------------------------------------------------------------------------
+@@ -127,22 +125,3 @@
+ # --without-libtiff --without-libxml --without-libspiro \
+ # --without-libuninameslist --without-libunicodenames \
+ # --without-libzmq --without-libreadline
+-
+-
+-#--------------------------------------------------------------------------
+-uthash/src:
+- if [ ! -e uthash/src ]; then \
+- if [ -e uthash ] ; then rm -r uthash ; fi ; \
+- git clone https://github.com/troydhanson/uthash ; \
+- fi ;
+-
+-# We import a selection of targets from Frank's standard packaging Makefile.
+-
+-# automake can't parse certain parts of Makefile syntax,
+-# and there isn't an easy way to make it copy things that it doesn't
+-# understand without grouching, so we use a sneaky trick, specifically
+-# a blank macro from configure.ac so as to bypass evaluation.
+-
+-@BLANK2@-include $(top_srcdir)/pkg.mk
+-
+--include $(top_srcdir)/git.mk
+--- a/fontforge/Makefile.am
++++ b/fontforge/Makefile.am
+@@ -121,7 +121,6 @@
+ AM_CPPFLAGS = "-I$(top_builddir)/inc" "-I$(top_srcdir)/inc" \
+ "-I$(top_builddir)/lib" "-I$(top_srcdir)/lib" \
+ "-DSHAREDIR=\"${MY_SHAREDIR}\"" "-DDOCDIR=\"${MY_DOCDIR}\"" \
+- "-I$(top_builddir)/uthash/src" "-I$(top_srcdir)/uthash/src" \
+ "-DFF_UTHASH_GLIF_NAMES=1" \
+ "-DPLUGINDIR=\"${MY_PLUGINDIR}\"" $(MY_CFLAGS)
+
diff --git a/patches/2003_avoid_privacy_breach.patch b/patches/2003_avoid_privacy_breach.patch
new file mode 100644
index 0000000..a980a58
--- /dev/null
+++ b/patches/2003_avoid_privacy_breach.patch
@@ -0,0 +1,73 @@
+Description: Avoid links in html documents potentially breaching privacy
+ Replace potential tracking image URLs with inline single-pixel
+ transparent image from
+ .
+ .
+ Strip hardcoded host from demo form.
+Author: Vasudev Kamath
+Author: Jonas Smedegaard
+Forwarded: not-needed
+Last-Update: 2017-09-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/doc/html/index.html
++++ b/doc/html/index.html
+@@ -198,7 +198,7 @@
+
+
+ 
FontForge
+
+
+@@ -1054,7 +1054,7 @@
+ libre/open fonts in one place for easy use
+
+
+- 
+
+