Importing font-ibm-type1 1.0.0

This commit is contained in:
matthieu 2006-11-26 16:00:43 +00:00
parent 58ad9243ee
commit 67e0ace086
24 changed files with 15337 additions and 0 deletions

0
font/ibm-type1/AUTHORS Normal file
View File

9
font/ibm-type1/COPYING Normal file
View File

@ -0,0 +1,9 @@
IBM Courier - Copyright (c) IBM Corporation 1990, 1991
You are hereby granted permission under the terms of the IBM/MIT X Consortium
Courier Typefont agreement to execute, reproduce, distribute, display, market,
sell and otherwise transfer copies of the IBM Courier font to third parties.
The font is provided "AS IS" without charge. NO WARRANTIES OR INDEMNIFICATION
ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -0,0 +1,9 @@
IBM Courier - Copyright (c) IBM Corporation 1990, 1991
You are hereby granted permission under the terms of the IBM/MIT X Consortium
Courier Typefont agreement to execute, reproduce, distribute, display, market,
sell and otherwise transfer copies of the IBM Courier font to third parties.
The font is provided "AS IS" without charge. NO WARRANTIES OR INDEMNIFICATION
ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

21
font/ibm-type1/ChangeLog Normal file
View File

@ -0,0 +1,21 @@
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Add m4 magic to allow AS_HELP_STRING to work with older versions
of autoconf 2.57.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-11-15 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
* configure.ac:
Add configure option to change the installed font dir.

0
font/ibm-type1/INSTALL Normal file
View File

View File

@ -0,0 +1,45 @@
# Copyright 2005 Red Hat, Inc.
#
# 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, and that the name of Red Hat
# not be used in advertising or publicity pertaining to distribution
# of the software without specific, written prior permission. Red
# Hat makes no representations about the suitability of this software
# for any purpose. It is provided "as is" without express or implied
# warranty.
#
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL RED HAT 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.
FONT_FILES = \
cour.afm \
courb.afm \
courbi.afm \
courbi.pfa \
courb.pfa \
couri.afm \
couri.pfa \
cour.pfa
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
EXTRA_DIST = $(FONT_FILES) COPYRIGHT.IBM autogen.sh
install-data-hook:
@rm -f $(DESTDIR)$(fontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(fontdir)
@rm -f $(DESTDIR)$(fontdir)/font.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)
$(FCCACHE) $(DESTDIR)$(fontdir)
distuninstallcheck:
@:

397
font/ibm-type1/Makefile.in Normal file
View File

@ -0,0 +1,397 @@
# Makefile.in generated by automake 1.7.9 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# Copyright 2005 Red Hat, Inc.
#
# 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, and that the name of Red Hat
# not be used in advertising or publicity pertaining to distribution
# of the software without specific, written prior permission. Red
# Hat makes no representations about the suitability of this software
# for any purpose. It is provided "as is" without express or implied
# warranty.
#
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
# NO EVENT SHALL RED HAT 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.
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
FCCACHE = @FCCACHE@
FONTDIR = @FONTDIR@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MKFONTDIR = @MKFONTDIR@
MKFONTSCALE = @MKFONTSCALE@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
mandir = @mandir@
oldincludedir = @oldincludedir@
prefix = @prefix@
program_transform_name = @program_transform_name@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
FONT_FILES = \
cour.afm \
courb.afm \
courbi.afm \
courbi.pfa \
courb.pfa \
couri.afm \
couri.pfa \
cour.pfa
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
EXTRA_DIST = $(FONT_FILES) COPYRIGHT.IBM autogen.sh
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_SOURCES =
DATA = $(font_DATA)
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 configure \
configure.ac install-sh missing mkinstalldirs
all: all-am
.SUFFIXES:
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
uninstall-info-am:
fontDATA_INSTALL = $(INSTALL_DATA)
install-fontDATA: $(font_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(fontdir)
@list='$(font_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f"; \
$(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f; \
done
uninstall-fontDATA:
@$(NORMAL_UNINSTALL)
@list='$(font_DATA)'; for p in $$list; do \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " rm -f $(DESTDIR)$(fontdir)/$$f"; \
rm -f $(DESTDIR)$(fontdir)/$$f; \
done
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = .
distdir = $(PACKAGE)-$(VERSION)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
dist-bzip2: distdir
$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)
dist dist-all: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
$(am__remove_distdir)
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& cd $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
(cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
&& rm -f $(distdir).tar.gz \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@echo "$(distdir).tar.gz is ready for distribution" | \
sed 'h;s/./=/g;p;x;p;x'
distcleancheck: distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
$(mkinstalldirs) $(DESTDIR)$(fontdir)
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
info: info-am
info-am:
install-data-am: install-fontDATA
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-exec-am:
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-fontDATA uninstall-info-am
.PHONY: all all-am check check-am clean clean-generic dist dist-all \
dist-bzip2 dist-gzip distcheck distclean distclean-generic \
distcleancheck distdir distuninstallcheck dvi dvi-am info \
info-am install install-am install-data install-data-am \
install-exec install-exec-am install-fontDATA install-info \
install-info-am install-man install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA \
uninstall-info-am
install-data-hook:
@rm -f $(DESTDIR)$(fontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(fontdir)
@rm -f $(DESTDIR)$(fontdir)/font.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)
$(FCCACHE) $(DESTDIR)$(fontdir)
distuninstallcheck:
@:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

0
font/ibm-type1/NEWS Normal file
View File

0
font/ibm-type1/README Normal file
View File

918
font/ibm-type1/aclocal.m4 vendored Normal file
View File

@ -0,0 +1,918 @@
# generated automatically by aclocal 1.7.9 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
# Do all the work for Automake. -*- Autoconf -*-
# This macro actually does too much some checks are only needed if
# your package does certain things. But this isn't really a big deal.
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 10
AC_PREREQ([2.54])
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
# AM_INIT_AUTOMAKE([OPTIONS])
# -----------------------------------------------
# The call with PACKAGE and VERSION arguments is the old style
# call (pre autoconf-2.50), which is being phased out. PACKAGE
# and VERSION should now be passed to AC_INIT and removed from
# the call to AM_INIT_AUTOMAKE.
# We support both call styles for the transition. After
# the next Automake release, Autoconf can make the AC_INIT
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
# test to see if srcdir already configured
if test "`cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
fi
# test whether we have cygpath
if test -z "$CYGPATH_W"; then
if (cygpath --version) >/dev/null 2>/dev/null; then
CYGPATH_W='cygpath -w'
else
CYGPATH_W=echo
fi
fi
AC_SUBST([CYGPATH_W])
# Define the identity of the package.
dnl Distinguish between old-style and new-style calls.
m4_ifval([$2],
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
AC_SUBST([PACKAGE], [$1])dnl
AC_SUBST([VERSION], [$2])],
[_AM_SET_OPTIONS([$1])dnl
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
_AM_IF_OPTION([no-define],,
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
# Some tools Automake needs.
AC_REQUIRE([AM_SANITY_CHECK])dnl
AC_REQUIRE([AC_ARG_PROGRAM])dnl
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
AM_MISSING_PROG(AUTOCONF, autoconf)
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
AM_MISSING_PROG(AUTOHEADER, autoheader)
AM_MISSING_PROG(MAKEINFO, makeinfo)
AM_MISSING_PROG(AMTAR, tar)
AM_PROG_INSTALL_SH
AM_PROG_INSTALL_STRIP
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
_AM_IF_OPTION([no-dependencies],,
[AC_PROVIDE_IFELSE([AC_PROG_CC],
[_AM_DEPENDENCIES(CC)],
[define([AC_PROG_CC],
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
AC_PROVIDE_IFELSE([AC_PROG_CXX],
[_AM_DEPENDENCIES(CXX)],
[define([AC_PROG_CXX],
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
])
])
# When config.status generates a header, we must update the stamp-h file.
# This file resides in the same directory as the config header
# that is generated. The stamp files are numbered to have different names.
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
# loop where config.status creates the headers, so we can generate
# our stamp files there.
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
[# Compute $1's index in $config_headers.
_am_stamp_count=1
for _am_header in $config_headers :; do
case $_am_header in
$1 | $1:* )
break ;;
* )
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
esac
done
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
# Copyright 2002 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# AM_AUTOMAKE_VERSION(VERSION)
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.7.9])])
# Helper functions for option handling. -*- Autoconf -*-
# Copyright 2001, 2002 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 2
# _AM_MANGLE_OPTION(NAME)
# -----------------------
AC_DEFUN([_AM_MANGLE_OPTION],
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
# _AM_SET_OPTION(NAME)
# ------------------------------
# Set option NAME. Presently that only means defining a flag for this option.
AC_DEFUN([_AM_SET_OPTION],
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
# _AM_SET_OPTIONS(OPTIONS)
# ----------------------------------
# OPTIONS is a space-separated list of Automake options.
AC_DEFUN([_AM_SET_OPTIONS],
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
# -------------------------------------------
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
#
# Check to make sure that the build environment is sane.
#
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 3
# AM_SANITY_CHECK
# ---------------
AC_DEFUN([AM_SANITY_CHECK],
[AC_MSG_CHECKING([whether build environment is sane])
# Just in case
sleep 1
echo timestamp > conftest.file
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
if test "$[*]" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftest.file`
fi
rm -f conftest.file
if test "$[*]" != "X $srcdir/configure conftest.file" \
&& test "$[*]" != "X conftest.file $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
alias in your environment])
fi
test "$[2]" = conftest.file
)
then
# Ok.
:
else
AC_MSG_ERROR([newly created file is older than distributed files!
Check your system clock])
fi
AC_MSG_RESULT(yes)])
# -*- Autoconf -*-
# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 3
# AM_MISSING_PROG(NAME, PROGRAM)
# ------------------------------
AC_DEFUN([AM_MISSING_PROG],
[AC_REQUIRE([AM_MISSING_HAS_RUN])
$1=${$1-"${am_missing_run}$2"}
AC_SUBST($1)])
# AM_MISSING_HAS_RUN
# ------------------
# Define MISSING if not defined so far and test if it supports --run.
# If it does, set am_missing_run to use it, otherwise, to nothing.
AC_DEFUN([AM_MISSING_HAS_RUN],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
AC_MSG_WARN([`missing' script is too old or missing])
fi
])
# AM_AUX_DIR_EXPAND
# Copyright 2001 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
#
# Of course, Automake must honor this variable whenever it calls a
# tool from the auxiliary directory. The problem is that $srcdir (and
# therefore $ac_aux_dir as well) can be either absolute or relative,
# depending on how configure is run. This is pretty annoying, since
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
# source directory, any form will work fine, but in subdirectories a
# relative path needs to be adjusted first.
#
# $ac_aux_dir/missing
# fails when called from a subdirectory if $ac_aux_dir is relative
# $top_srcdir/$ac_aux_dir/missing
# fails if $ac_aux_dir is absolute,
# fails when called from a subdirectory in a VPATH build with
# a relative $ac_aux_dir
#
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
# are both prefixed by $srcdir. In an in-source build this is usually
# harmless because $srcdir is `.', but things will broke when you
# start a VPATH build or use an absolute $srcdir.
#
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
# and then we would define $MISSING as
# MISSING="\${SHELL} $am_aux_dir/missing"
# This will work as long as MISSING is not called from configure, because
# unfortunately $(top_srcdir) has no meaning in configure.
# However there are other variables, like CC, which are often used in
# configure, and could therefore not use this "fixed" $ac_aux_dir.
#
# Another solution, used here, is to always expand $ac_aux_dir to an
# absolute PATH. The drawback is that using absolute paths prevent a
# configured tree to be moved without reconfiguration.
# Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])
AC_DEFUN([AM_AUX_DIR_EXPAND], [
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
])
# AM_PROG_INSTALL_SH
# ------------------
# Define $install_sh.
# Copyright 2001 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
install_sh=${install_sh-"$am_aux_dir/install-sh"}
AC_SUBST(install_sh)])
# AM_PROG_INSTALL_STRIP
# Copyright 2001 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# One issue with vendor `install' (even GNU) is that you can't
# specify the program used to strip binaries. This is especially
# annoying in cross-compiling environments, where the build's strip
# is unlikely to handle the host's binaries.
# Fortunately install-sh will honor a STRIPPROG variable, so we
# always use install-sh in `make install-strip', and initialize
# STRIPPROG with the value of the STRIP variable (set by the user).
AC_DEFUN([AM_PROG_INSTALL_STRIP],
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
# Installed binaries are usually stripped using `strip' when the user
# run `make install-strip'. However `strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the `STRIP' environment variable to overrule this program.
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
if test "$cross_compiling" != no; then
AC_CHECK_TOOL([STRIP], [strip], :)
fi
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# -*- Autoconf -*-
# Copyright (C) 2003 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 1
# Check whether the underlying file-system supports filenames
# with a leading dot. For instance MS-DOS doesn't.
AC_DEFUN([AM_SET_LEADING_DOT],
[rm -rf .tst 2>/dev/null
mkdir .tst 2>/dev/null
if test -d .tst; then
am__leading_dot=.
else
am__leading_dot=_
fi
rmdir .tst 2>/dev/null
AC_SUBST([am__leading_dot])])
# serial 5 -*- Autoconf -*-
# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# written in clear, in which case automake, when reading aclocal.m4,
# will think it sees a *use*, and therefore will trigger all it's
# C support machinery. Also note that it means that autoscan, seeing
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
# _AM_DEPENDENCIES(NAME)
# ----------------------
# See how the compiler implements dependency checking.
# NAME is "CC", "CXX", "GCJ", or "OBJC".
# We try a few techniques and use that to set a single cache variable.
#
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
# dependency, and given that the user is not expected to run this macro,
# just rely on AC_PROG_CC.
AC_DEFUN([_AM_DEPENDENCIES],
[AC_REQUIRE([AM_SET_DEPDIR])dnl
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
AC_REQUIRE([AM_DEP_TRACK])dnl
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
[$1], CXX, [depcc="$CXX" am_compiler_list=],
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
[depcc="$$1" am_compiler_list=])
AC_CACHE_CHECK([dependency style of $depcc],
[am_cv_$1_dependencies_compiler_type],
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# We make a subdir and do the tests there. Otherwise we can end up
# making bogus files that we don't know about and never remove. For
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.
cp "$am_depcomp" conftest.dir
cd conftest.dir
# We will build objects and dependencies in a subdirectory because
# it helps to detect inapplicable dependency modes. For instance
# both Tru64's cc and ICC support -MD to output dependencies as a
# side effect of compilation, but ICC will put the dependencies in
# the current directory while Tru64 will put them in the object
# directory.
mkdir sub
am_cv_$1_dependencies_compiler_type=none
if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
fi
for depmode in $am_compiler_list; do
# Setup a source with many dependencies, because some compilers
# like to wrap large dependency lists on column 80 (with \), and
# we should not choose a depcomp mode which is confused by this.
#
# We need to recreate these files for each test, as the compiler may
# overwrite some of them when testing with obscure command lines.
# This happens at least with the AIX C compiler.
: > sub/conftest.c
for i in 1 2 3 4 5 6; do
echo '#include "conftst'$i'.h"' >> sub/conftest.c
: > sub/conftst$i.h
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
case $depmode in
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
if test "x$enable_dependency_tracking" = xyes; then
continue
else
break
fi
;;
none) break ;;
esac
# We check with `-c' and `-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle `-M -o', and we need to detect this.
if depmode=$depmode \
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
>/dev/null 2>conftest.err &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings
# (even with -Werror). So we grep stderr for any message
# that says an option was ignored.
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
am_cv_$1_dependencies_compiler_type=$depmode
break
fi
fi
done
cd ..
rm -rf conftest.dir
else
am_cv_$1_dependencies_compiler_type=none
fi
])
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
AM_CONDITIONAL([am__fastdep$1], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_$1_dependencies_compiler_type" = gcc3])
])
# AM_SET_DEPDIR
# -------------
# Choose a directory name for dependency files.
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
AC_DEFUN([AM_SET_DEPDIR],
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
])
# AM_DEP_TRACK
# ------------
AC_DEFUN([AM_DEP_TRACK],
[AC_ARG_ENABLE(dependency-tracking,
[ --disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors])
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
fi
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
AC_SUBST([AMDEPBACKSLASH])
])
# Generate code to set up dependency tracking. -*- Autoconf -*-
# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#serial 2
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
[for mf in $CONFIG_FILES; do
# Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile or not.
# We used to match only the files named `Makefile.in', but
# some people rename them; so instead we look at the file content.
# Grep'ing the first line is not enough: some people post-process
# each Makefile.in and add a new line on top of each file to say so.
# So let's grep whole file.
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
dirpart=`AS_DIRNAME("$mf")`
else
continue
fi
grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
# Extract the definition of DEP_FILES from the Makefile without
# running `make'.
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
test -z "$DEPDIR" && continue
# When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n -e '/^U = / s///p' < "$mf"`
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
# We invoke sed twice because it is the simplest approach to
# changing $(DEPDIR) to its actual value in the expansion.
for file in `sed -n -e '
/^DEP_FILES = .*\\\\$/ {
s/^DEP_FILES = //
:loop
s/\\\\$//
p
n
/\\\\$/ b loop
p
}
/^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
# Make sure the directory exists.
test -f "$dirpart/$file" && continue
fdir=`AS_DIRNAME(["$file"])`
AS_MKDIR_P([$dirpart/$fdir])
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done
done
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
# AM_OUTPUT_DEPENDENCY_COMMANDS
# -----------------------------
# This macro should only be invoked once -- use via AC_REQUIRE.
#
# This code is only required when automatic dependency tracking
# is enabled. FIXME. This creates each `.P' file that we will
# need in order to bootstrap the dependency handling code.
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
[AC_CONFIG_COMMANDS([depfiles],
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
])
# Check to see how 'make' treats includes. -*- Autoconf -*-
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 2
# AM_MAKE_INCLUDE()
# -----------------
# Check to see how make treats includes.
AC_DEFUN([AM_MAKE_INCLUDE],
[am_make=${MAKE-make}
cat > confinc << 'END'
am__doit:
@echo done
.PHONY: am__doit
END
# If we don't find an include directive, just comment out the code.
AC_MSG_CHECKING([for style of include used by $am_make])
am__include="#"
am__quote=
_am_result=none
# First try GNU make style include.
echo "include confinc" > confmf
# We grep out `Entering directory' and `Leaving directory'
# messages which can occur if `w' ends up in MAKEFLAGS.
# In particular we don't look at `^make:' because GNU make might
# be invoked under some other name (usually "gmake"), in which
# case it prints its new name instead of `make'.
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
am__include=include
am__quote=
_am_result=GNU
fi
# Now try BSD make style include.
if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
am__include=.include
am__quote="\""
_am_result=BSD
fi
fi
AC_SUBST([am__include])
AC_SUBST([am__quote])
AC_MSG_RESULT([$_am_result])
rm -f confinc confmf
])
# AM_CONDITIONAL -*- Autoconf -*-
# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 5
AC_PREREQ(2.52)
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
# -------------------------------------
# Define a conditional.
AC_DEFUN([AM_CONDITIONAL],
[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
AC_SUBST([$1_TRUE])
AC_SUBST([$1_FALSE])
if $2; then
$1_TRUE=
$1_FALSE='#'
else
$1_TRUE='#'
$1_FALSE=
fi
AC_CONFIG_COMMANDS_PRE(
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
AC_MSG_ERROR([conditional "$1" was never defined.
Usually this means the macro was only invoked conditionally.])
fi])])
# Add --enable-maintainer-mode option to configure.
# From Jim Meyering
# Copyright 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 2
AC_DEFUN([AM_MAINTAINER_MODE],
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
dnl maintainer-mode is disabled by default
AC_ARG_ENABLE(maintainer-mode,
[ --enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer],
USE_MAINTAINER_MODE=$enableval,
USE_MAINTAINER_MODE=no)
AC_MSG_RESULT([$USE_MAINTAINER_MODE])
AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
MAINT=$MAINTAINER_MODE_TRUE
AC_SUBST(MAINT)dnl
]
)
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
dnl Copyright 2005 Red Hat, Inc
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
dnl documentation for any purpose is hereby granted without fee, provided that
dnl the above copyright notice appear in all copies and that both that
dnl copyright notice and this permission notice appear in supporting
dnl documentation.
dnl
dnl The above copyright notice and this permission notice shall be included
dnl in all copies or substantial portions of the Software.
dnl
dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
dnl IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
dnl OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
dnl ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
dnl OTHER DEALINGS IN THE SOFTWARE.
dnl
dnl Except as contained in this notice, the name of the copyright holders shall
dnl not be used in advertising or otherwise to promote the sale, use or
dnl other dealings in this Software without prior written authorization
dnl from the copyright holders.
dnl
# XORG_RELEASE_VERSION
# --------------------
# Adds --with/without-release-string and changes the PACKAGE and
# PACKAGE_TARNAME to use "$PACKAGE{_TARNAME}-$RELEASE_VERSION". If
# no option is given, PACKAGE and PACKAGE_TARNAME are unchanged.
AC_DEFUN([XORG_RELEASE_VERSION],[
AC_ARG_WITH(release-version,
AC_HELP_STRING([--with-release-version=STRING],
[Use release version string in package name]),
[RELEASE_VERSION="$withval"],
[RELEASE_VERSION=""])
if test "x$RELEASE_VERSION" != "x"; then
PACKAGE="$PACKAGE-$RELEASE_VERSION"
PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
AC_MSG_NOTICE([Building with package name set to $PACKAGE])
fi
])

12
font/ibm-type1/autogen.sh Normal file
View File

@ -0,0 +1,12 @@
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"

2842
font/ibm-type1/configure vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,46 @@
dnl Copyright 2005 Red Hat, Inc.
dnl
dnl Permission to use, copy, modify, distribute, and sell this software
dnl and its documentation for any purpose is hereby granted without
dnl fee, provided that the above copyright notice appear in all copies
dnl and that both that copyright notice and this permission notice
dnl appear in supporting documentation, and that the name of Red Hat
dnl not be used in advertising or publicity pertaining to distribution
dnl of the software without specific, written prior permission. Red
dnl Hat makes no representations about the suitability of this software
dnl for any purpose. It is provided "as is" without express or implied
dnl warranty.
dnl
dnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
dnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
dnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
dnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
dnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
AC_INIT(font-ibm-type1, [1.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-ibm-type1)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
AC_PROG_INSTALL
AC_PATH_PROG(MKFONTSCALE, mkfontscale)
AC_PATH_PROG(MKFONTDIR, mkfontdir)
AC_PATH_PROG(FCCACHE, fc-cache)
m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
DEFAULT_FONTDIR=${libdir}/X11/fonts/Type1
AC_ARG_WITH(fontdir,
AS_HELP_STRING([--with-fontdir=FONTDIR], [Path to install fonts]),
[FONTDIR="$withval"],
[FONTDIR="$DEFAULT_FONTDIR"])
AC_SUBST(FONTDIR)
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])

636
font/ibm-type1/cour.afm Normal file
View File

@ -0,0 +1,636 @@
StartFontMetrics 2.0
Comment Copyright (c) IBM Corporation 1990,1991.
Comment IBM Courier is a Trademark of the IBM Corporation.
Comment US Gov't Restricted Rights Notice - Use, Duplication or Disclosure
Comment Restricted By Accompanying License Agreement With IBM Corp.
Comment Creation Date: Tue Sep 17 16:16:44 1991
Comment UniqueID 263786
Comment VMusage 57844 76768
FontName Courier
FullName Courier
FamilyName Courier
Weight Regular
ItalicAngle 0
IsFixedPitch true
FontBBox -48 -288 684 841
UnderlinePosition -100
UnderlineThickness 50
Version 001.003
Notice Copyright (c) IBM Corporation 1990,1991.
EncodingScheme AdobeStandardEncoding
CapHeight 563
XHeight 430
Ascender 627
Descender -157
StartCharMetrics 479
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 231 -17 369 571 ;
C 34 ; WX 600 ; N quotedbl ; B 157 282 443 563 ;
C 35 ; WX 600 ; N numbersign ; B 78 -57 522 659 ;
C 36 ; WX 600 ; N dollar ; B 98 -136 491 656 ;
C 37 ; WX 600 ; N percent ; B 45 -14 543 614 ;
C 38 ; WX 600 ; N ampersand ; B 98 -8 536 540 ;
C 39 ; WX 600 ; N quoteright ; B 177 320 357 563 ;
C 40 ; WX 600 ; N parenleft ; B 287 -96 463 649 ;
C 41 ; WX 600 ; N parenright ; B 137 -96 314 649 ;
C 42 ; WX 600 ; N asterisk ; B 111 206 489 563 ;
C 43 ; WX 600 ; N plus ; B 66 73 534 533 ;
C 44 ; WX 600 ; N comma ; B 177 -109 357 133 ;
C 45 ; WX 600 ; N hyphen ; B 194 262 406 317 ;
C 46 ; WX 600 ; N period ; B 223 -17 377 119 ;
C 47 ; WX 600 ; N slash ; B 91 -133 509 702 ;
C 48 ; WX 600 ; N zero ; B 110 -14 490 621 ;
C 49 ; WX 600 ; N one ; B 104 0 505 621 ;
C 50 ; WX 600 ; N two ; B 82 0 473 621 ;
C 51 ; WX 600 ; N three ; B 84 -14 467 621 ;
C 52 ; WX 600 ; N four ; B 74 0 480 621 ;
C 53 ; WX 600 ; N five ; B 91 -14 489 606 ;
C 54 ; WX 600 ; N six ; B 102 -14 486 622 ;
C 55 ; WX 600 ; N seven ; B 95 0 488 606 ;
C 56 ; WX 600 ; N eight ; B 107 -14 493 621 ;
C 57 ; WX 600 ; N nine ; B 81 -15 465 621 ;
C 58 ; WX 600 ; N colon ; B 223 -17 377 390 ;
C 59 ; WX 600 ; N semicolon ; B 181 -108 377 390 ;
C 60 ; WX 600 ; N less ; B 54 89 546 532 ;
C 61 ; WX 600 ; N equal ; B 64 188 536 419 ;
C 62 ; WX 600 ; N greater ; B 54 84 546 527 ;
C 63 ; WX 600 ; N question ; B 120 -17 474 572 ;
C 64 ; WX 600 ; N at ; B 32 -14 567 546 ;
C 65 ; WX 600 ; N A ; B 10 0 590 563 ;
C 66 ; WX 600 ; N B ; B 45 0 544 563 ;
C 67 ; WX 600 ; N C ; B 64 -17 594 580 ;
C 68 ; WX 600 ; N D ; B 34 0 551 563 ;
C 69 ; WX 600 ; N E ; B 57 0 541 563 ;
C 70 ; WX 600 ; N F ; B 72 0 546 563 ;
C 71 ; WX 600 ; N G ; B 48 -17 578 580 ;
C 72 ; WX 600 ; N H ; B 39 0 562 563 ;
C 73 ; WX 600 ; N I ; B 100 0 500 563 ;
C 74 ; WX 600 ; N J ; B 59 -17 579 563 ;
C 75 ; WX 600 ; N K ; B 60 0 588 563 ;
C 76 ; WX 600 ; N L ; B 59 0 553 563 ;
C 77 ; WX 600 ; N M ; B 1 0 599 563 ;
C 78 ; WX 600 ; N N ; B 28 -13 591 563 ;
C 79 ; WX 600 ; N O ; B 43 -17 557 580 ;
C 80 ; WX 600 ; N P ; B 71 0 534 563 ;
C 81 ; WX 600 ; N Q ; B 43 -128 557 580 ;
C 82 ; WX 600 ; N R ; B 45 0 577 563 ;
C 83 ; WX 600 ; N S ; B 99 -20 513 580 ;
C 84 ; WX 600 ; N T ; B 43 0 557 563 ;
C 85 ; WX 600 ; N U ; B 24 -17 577 563 ;
C 86 ; WX 600 ; N V ; B 6 0 594 563 ;
C 87 ; WX 600 ; N W ; B 2 0 598 563 ;
C 88 ; WX 600 ; N X ; B 33 0 567 563 ;
C 89 ; WX 600 ; N Y ; B 32 0 568 563 ;
C 90 ; WX 600 ; N Z ; B 84 0 516 563 ;
C 91 ; WX 600 ; N bracketleft ; B 309 -94 485 654 ;
C 92 ; WX 600 ; N backslash ; B 93 -139 511 705 ;
C 93 ; WX 600 ; N bracketright ; B 115 -94 291 654 ;
C 94 ; WX 600 ; N asciicircum ; B 73 154 527 563 ;
C 95 ; WX 600 ; N underscore ; B -48 -125 648 -75 ;
C 96 ; WX 600 ; N quoteleft ; B 176 320 355 563 ;
C 97 ; WX 600 ; N a ; B 59 -14 550 450 ;
C 98 ; WX 600 ; N b ; B 5 -10 544 629 ;
C 99 ; WX 600 ; N c ; B 71 -14 549 445 ;
C 100 ; WX 600 ; N d ; B 53 -10 581 627 ;
C 101 ; WX 600 ; N e ; B 74 -14 559 445 ;
C 102 ; WX 600 ; N f ; B 97 0 506 625 ; L f ff ; L i fi ; L l fl ;
C 103 ; WX 600 ; N g ; B 47 -157 553 434 ;
C 104 ; WX 600 ; N h ; B 25 0 575 629 ;
C 105 ; WX 600 ; N i ; B 101 0 500 656 ;
C 106 ; WX 600 ; N j ; B 68 -151 390 656 ;
C 107 ; WX 600 ; N k ; B 36 0 563 629 ;
C 108 ; WX 600 ; N l ; B 101 0 499 611 ;
C 109 ; WX 600 ; N m ; B 0 0 599 441 ;
C 110 ; WX 600 ; N n ; B 34 0 567 445 ;
C 111 ; WX 600 ; N o ; B 52 -14 548 450 ;
C 112 ; WX 600 ; N p ; B 19 -157 548 443 ;
C 113 ; WX 600 ; N q ; B 52 -157 581 443 ;
C 114 ; WX 600 ; N r ; B 75 0 568 444 ;
C 115 ; WX 600 ; N s ; B 97 -15 504 450 ;
C 116 ; WX 600 ; N t ; B 105 -14 538 563 ;
C 117 ; WX 600 ; N u ; B 32 -14 556 430 ;
C 118 ; WX 600 ; N v ; B 21 0 579 430 ;
C 119 ; WX 600 ; N w ; B 2 0 598 430 ;
C 120 ; WX 600 ; N x ; B 26 0 574 430 ;
C 121 ; WX 600 ; N y ; B 24 -153 589 430 ;
C 122 ; WX 600 ; N z ; B 104 0 496 430 ;
C 123 ; WX 600 ; N braceleft ; B 235 -95 461 652 ;
C 124 ; WX 600 ; N bar ; B 274 -185 327 673 ;
C 125 ; WX 600 ; N braceright ; B 139 -95 365 652 ;
C 126 ; WX 600 ; N asciitilde ; B 86 229 515 387 ;
C 161 ; WX 600 ; N exclamdown ; B 231 -138 369 450 ;
C 162 ; WX 600 ; N cent ; B 111 -57 509 612 ;
C 163 ; WX 600 ; N sterling ; B 96 -20 528 612 ;
C 164 ; WX 600 ; N fraction ; B 48 -38 553 637 ;
C 165 ; WX 600 ; N yen ; B 32 0 568 593 ;
C 166 ; WX 600 ; N florin ; B 24 -99 509 664 ;
C 167 ; WX 600 ; N section ; B 124 -91 490 563 ;
C 168 ; WX 600 ; N currency ; B 75 61 525 504 ;
C 169 ; WX 600 ; N quotesingle ; B 243 281 357 563 ;
C 170 ; WX 600 ; N quotedblleft ; B 157 320 509 563 ;
C 171 ; WX 600 ; N guillemotleft ; B 79 26 520 430 ;
C 172 ; WX 600 ; N guilsinglleft ; B 166 26 433 430 ;
C 173 ; WX 600 ; N guilsinglright ; B 167 26 434 430 ;
C 174 ; WX 600 ; N fi ; B 1 0 600 656 ;
C 175 ; WX 600 ; N fl ; B 1 0 600 625 ;
C 177 ; WX 600 ; N endash ; B 88 262 512 317 ;
C 178 ; WX 600 ; N dagger ; B 161 -48 439 563 ;
C 179 ; WX 600 ; N daggerdbl ; B 164 -48 437 563 ;
C 180 ; WX 600 ; N periodcentered ; B 223 235 377 371 ;
C 182 ; WX 600 ; N paragraph ; B 101 -77 496 563 ;
C 183 ; WX 600 ; N bullet ; B 200 182 400 382 ;
C 184 ; WX 600 ; N quotesinglbase ; B 177 -109 357 133 ;
C 185 ; WX 600 ; N quotedblbase ; B 91 -109 443 133 ;
C 186 ; WX 600 ; N quotedblright ; B 91 320 443 563 ;
C 187 ; WX 600 ; N guillemotright ; B 80 26 521 430 ;
C 188 ; WX 600 ; N ellipsis ; B 23 -17 577 119 ;
C 189 ; WX 600 ; N perthousand ; B 9 -14 591 613 ;
C 191 ; WX 600 ; N questiondown ; B 120 -140 474 450 ;
C 193 ; WX 600 ; N grave ; B 190 503 374 618 ;
C 194 ; WX 600 ; N acute ; B 215 503 411 618 ;
C 195 ; WX 600 ; N circumflex ; B 171 502 428 621 ;
C 196 ; WX 600 ; N tilde ; B 140 514 460 620 ;
C 197 ; WX 600 ; N macron ; B 130 542 470 592 ;
C 198 ; WX 600 ; N breve ; B 138 510 462 624 ;
C 199 ; WX 600 ; N dotaccent ; B 264 513 336 621 ;
C 200 ; WX 600 ; N dieresis ; B 199 513 401 621 ;
C 202 ; WX 600 ; N ring ; B 224 490 376 642 ;
C 203 ; WX 600 ; N cedilla ; B 202 -145 392 -2 ;
C 205 ; WX 600 ; N hungarumlaut ; B 180 504 480 617 ;
C 206 ; WX 600 ; N ogonek ; B 238 -117 395 14 ;
C 207 ; WX 600 ; N caron ; B 171 509 428 628 ;
C 208 ; WX 600 ; N emdash ; B -48 262 648 317 ;
C 225 ; WX 600 ; N AE ; B 19 0 556 563 ;
C 227 ; WX 600 ; N ordfeminine ; B 173 266 427 580 ;
C 232 ; WX 600 ; N Lslash ; B 59 0 553 563 ;
C 233 ; WX 600 ; N Oslash ; B 43 -23 557 580 ;
C 234 ; WX 600 ; N OE ; B 16 0 550 563 ;
C 235 ; WX 600 ; N ordmasculine ; B 172 266 428 580 ;
C 241 ; WX 600 ; N ae ; B 33 -15 568 450 ;
C 245 ; WX 600 ; N dotlessi ; B 101 0 500 430 ;
C 248 ; WX 600 ; N lslash ; B 101 0 499 611 ;
C 249 ; WX 600 ; N oslash ; B 52 -14 548 455 ;
C 250 ; WX 600 ; N oe ; B 10 -15 568 451 ;
C 251 ; WX 600 ; N germandbls ; B 65 -7 513 625 ;
C -1 ; WX 600 ; N adieresis ; B 59 -14 550 621 ;
C -1 ; WX 600 ; N ocircumflex ; B 52 -14 548 621 ;
C -1 ; WX 600 ; N Uacute ; B 24 -17 577 751 ;
C -1 ; WX 600 ; N Zcaron ; B 84 0 516 761 ;
C -1 ; WX 600 ; N logicalnot ; B 90 169 519 438 ;
C -1 ; WX 600 ; N omacron ; B 52 -14 548 592 ;
C -1 ; WX 600 ; N arrowleft ; B 18 159 574 416 ;
C -1 ; WX 600 ; N Scircumflex ; B 99 -20 513 754 ;
C -1 ; WX 600 ; N carriagereturn ; B 18 159 574 527 ;
C -1 ; WX 600 ; N Scaron ; B 99 -20 513 761 ;
C -1 ; WX 600 ; N aogonek ; B 59 -117 550 450 ;
C -1 ; WX 600 ; N abreve ; B 59 -14 550 624 ;
C -1 ; WX 600 ; N commasuperior ; B 210 199 349 355 ;
C -1 ; WX 600 ; N arrowboth ; B 22 151 578 415 ;
C -1 ; WX 600 ; N heart ; B 51 -11 549 563 ;
C -1 ; WX 600 ; N hbar ; B 25 0 575 629 ;
C -1 ; WX 600 ; N lessequal ; B 54 33 546 576 ;
C -1 ; WX 600 ; N nacute ; B 34 0 567 618 ;
C -1 ; WX 600 ; N degree ; B 147 315 453 621 ;
C -1 ; WX 600 ; N SM750000 ; B 83 65 517 499 ;
C -1 ; WX 600 ; N Eacute ; B 57 0 541 751 ;
C -1 ; WX 600 ; N SF030000 ; B 0 -288 336 288 ;
C -1 ; WX 600 ; N foursuperior ; B 162 248 411 621 ;
C -1 ; WX 600 ; N ij ; B 118 -151 482 656 ;
C -1 ; WX 600 ; N SF070000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Utilde ; B 24 -17 577 753 ;
C -1 ; WX 600 ; N highcomman ; B 0 0 573 680 ;
C -1 ; WX 600 ; N Omacron ; B 43 -17 557 725 ;
C -1 ; WX 600 ; N eng ; B 34 -139 487 445 ;
C -1 ; WX 600 ; N Ecircumflex ; B 57 0 541 754 ;
C -1 ; WX 600 ; N lcaron ; B 101 0 499 772 ;
C -1 ; WX 600 ; N Agrave ; B 10 0 590 751 ;
C -1 ; WX 600 ; N approxequal ; B 86 139 515 464 ;
C -1 ; WX 600 ; N gcircumflex ; B 47 -157 553 621 ;
C -1 ; WX 600 ; N amacron ; B 59 -14 550 592 ;
C -1 ; WX 600 ; N ecircumflex ; B 74 -14 559 621 ;
C -1 ; WX 600 ; N lacute ; B 101 0 499 765 ;
C -1 ; WX 600 ; N ccaron ; B 71 -14 549 628 ;
C -1 ; WX 600 ; N dcaron ; B 53 -10 581 784 ;
C -1 ; WX 600 ; N idieresis ; B 101 0 500 621 ;
C -1 ; WX 600 ; N ffi ; B 2 0 598 656 ;
C -1 ; WX 600 ; N Gamma ; B 58 0 536 563 ;
C -1 ; WX 600 ; N Scedilla ; B 99 -145 513 580 ;
C -1 ; WX 600 ; N ntilde ; B 34 0 567 620 ;
C -1 ; WX 600 ; N Racute ; B 45 0 577 751 ;
C -1 ; WX 600 ; N lcedilla ; B 101 -145 499 611 ;
C -1 ; WX 600 ; N arrowright ; B 26 158 582 415 ;
C -1 ; WX 600 ; N gacute ; B 47 -157 553 618 ;
C -1 ; WX 600 ; N yacute ; B 24 -153 589 618 ;
C -1 ; WX 600 ; N exclamdbl ; B 114 -17 486 571 ;
C -1 ; WX 600 ; N Lcaron ; B 59 0 553 761 ;
C -1 ; WX 600 ; N Eogonek ; B 57 -117 541 563 ;
C -1 ; WX 600 ; N SM630000 ; B 0 83 560 480 ;
C -1 ; WX 600 ; N agrave ; B 59 -14 550 618 ;
C -1 ; WX 600 ; N Tcedilla ; B 43 -145 557 563 ;
C -1 ; WX 600 ; N Sacute ; B 99 -20 513 751 ;
C -1 ; WX 600 ; N ccedilla ; B 71 -144 549 445 ;
C -1 ; WX 600 ; N fiveeighths ; B 12 -90 596 633 ;
C -1 ; WX 600 ; N racute ; B 75 0 568 618 ;
C -1 ; WX 600 ; N SF220000 ; B 0 -288 336 360 ;
C -1 ; WX 600 ; N Odieresis ; B 43 -17 557 754 ;
C -1 ; WX 600 ; N Igrave ; B 100 0 500 751 ;
C -1 ; WX 600 ; N ubreve ; B 32 -14 556 624 ;
C -1 ; WX 600 ; N SF010000 ; B 264 -288 600 288 ;
C -1 ; WX 600 ; N approxequalalt ; B 86 188 515 464 ;
C -1 ; WX 600 ; N itilde ; B 101 0 500 620 ;
C -1 ; WX 600 ; N longdash ; B 49 262 551 317 ;
C -1 ; WX 600 ; N alpha ; B 41 -15 565 451 ;
C -1 ; WX 600 ; N umacron ; B 32 -14 556 592 ;
C -1 ; WX 600 ; N delta ; B 81 -15 519 615 ;
C -1 ; WX 600 ; N dbar ; B 53 -10 581 627 ;
C -1 ; WX 600 ; N udieresis ; B 32 -14 556 621 ;
C -1 ; WX 600 ; N Ucircumflex ; B 24 -17 577 754 ;
C -1 ; WX 600 ; N SF580000 ; B 0 -288 300 792 ;
C -1 ; WX 600 ; N SM700000 ; B 7 149 593 328 ;
C -1 ; WX 600 ; N SF260000 ; B 0 144 408 792 ;
C -1 ; WX 600 ; N intersection ; B 81 0 519 580 ;
C -1 ; WX 600 ; N SF570000 ; B 0 -288 600 252 ;
C -1 ; WX 600 ; N copyright ; B 10 -1 590 580 ;
C -1 ; WX 600 ; N SF270000 ; B 0 216 408 792 ;
C -1 ; WX 600 ; N equivalence ; B 64 97 536 509 ;
C -1 ; WX 600 ; N Edieresis ; B 57 0 541 754 ;
C -1 ; WX 600 ; N liter ; B 136 -12 463 621 ;
C -1 ; WX 600 ; N Ydieresis ; B 32 0 568 754 ;
C -1 ; WX 600 ; N minus ; B 66 278 534 328 ;
C -1 ; WX 600 ; N notequal ; B 87 71 513 539 ;
C -1 ; WX 600 ; N SF500000 ; B 264 144 600 792 ;
C -1 ; WX 600 ; N kgreenlandic ; B 37 0 563 430 ;
C -1 ; WX 600 ; N dquoteright ; B 22 -10 684 627 ;
C -1 ; WX 600 ; N greaterequal ; B 54 33 546 576 ;
C -1 ; WX 600 ; N SM750002 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N iacute ; B 101 0 500 618 ;
C -1 ; WX 600 ; N SF430000 ; B 0 144 600 360 ;
C -1 ; WX 600 ; N kcedilla ; B 36 -145 563 629 ;
C -1 ; WX 600 ; N SF490000 ; B 192 216 600 792 ;
C -1 ; WX 600 ; N brokenbar ; B 274 -185 327 673 ;
C -1 ; WX 600 ; N Rcedilla ; B 45 -145 577 563 ;
C -1 ; WX 600 ; N parenrightsuperior ; B 182 221 318 673 ;
C -1 ; WX 600 ; N filledbox ; B 201 141 399 339 ;
C -1 ; WX 600 ; N parenleftsuperior ; B 282 221 418 673 ;
C -1 ; WX 600 ; N Ldot ; B 59 0 553 563 ;
C -1 ; WX 600 ; N female ; B 154 38 448 563 ;
C -1 ; WX 600 ; N Udieresis ; B 24 -17 577 754 ;
C -1 ; WX 600 ; N ograve ; B 52 -14 548 618 ;
C -1 ; WX 600 ; N SF250000 ; B 0 -288 408 360 ;
C -1 ; WX 600 ; N ldot ; B 101 0 570 611 ;
C -1 ; WX 600 ; N Itilde ; B 100 0 500 753 ;
C -1 ; WX 600 ; N arrowdown ; B 171 -25 428 563 ;
C -1 ; WX 600 ; N Hbar ; B 39 0 562 563 ;
C -1 ; WX 600 ; N SV040000 ; B 102 96 498 467 ;
C -1 ; WX 600 ; N SF380000 ; B 192 144 600 792 ;
C -1 ; WX 600 ; N Omega ; B 29 0 571 580 ;
C -1 ; WX 600 ; N SM490000 ; B 21 0 579 670 ;
C -1 ; WX 600 ; N SM590000 ; B 40 83 600 480 ;
C -1 ; WX 600 ; N Nacute ; B 28 -13 591 751 ;
C -1 ; WX 600 ; N ecaron ; B 74 -14 559 628 ;
C -1 ; WX 600 ; N SF510000 ; B 264 -288 600 360 ;
C -1 ; WX 600 ; N arrowup ; B 172 0 429 588 ;
C -1 ; WX 600 ; N Ncaron ; B 28 -13 591 761 ;
C -1 ; WX 600 ; N musicalnotedbl ; B 43 -20 529 569 ;
C -1 ; WX 600 ; N Thorn ; B 71 0 534 563 ;
C -1 ; WX 600 ; N Ugrave ; B 24 -17 577 751 ;
C -1 ; WX 600 ; N SF090000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N SF110000 ; B 264 -288 336 792 ;
C -1 ; WX 600 ; N SF020000 ; B 264 216 600 792 ;
C -1 ; WX 600 ; N Rcaron ; B 45 0 577 761 ;
C -1 ; WX 600 ; N jcircumflex ; B 68 -151 390 621 ;
C -1 ; WX 600 ; N Cacute ; B 64 -17 594 751 ;
C -1 ; WX 600 ; N eogonek ; B 74 -117 559 445 ;
C -1 ; WX 600 ; N Eng ; B 44 -137 526 576 ;
C -1 ; WX 600 ; N rcaron ; B 75 0 568 628 ;
C -1 ; WX 600 ; N SF460000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Tbar ; B 43 0 557 563 ;
C -1 ; WX 600 ; N SM690000 ; B 6 -13 594 576 ;
C -1 ; WX 600 ; N Zacute ; B 84 0 516 751 ;
C -1 ; WX 600 ; N SF370000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N Ccircumflex ; B 64 -17 594 754 ;
C -1 ; WX 600 ; N sacute ; B 97 -15 504 618 ;
C -1 ; WX 600 ; N divide ; B 66 78 534 528 ;
C -1 ; WX 600 ; N gdotaccent ; B 47 -157 553 621 ;
C -1 ; WX 600 ; N SM580000 ; B 85 67 515 497 ;
C -1 ; WX 600 ; N Iogonek ; B 100 -117 500 563 ;
C -1 ; WX 600 ; N Eth ; B 34 0 551 563 ;
C -1 ; WX 600 ; N imacron ; B 101 0 500 592 ;
C -1 ; WX 600 ; N eightsuperior ; B 181 240 419 621 ;
C -1 ; WX 600 ; N Idieresis ; B 100 0 500 754 ;
C -1 ; WX 600 ; N SS010000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N uogonek ; B 32 -117 556 430 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 52 -14 548 617 ;
C -1 ; WX 600 ; N Lacute ; B 59 0 553 751 ;
C -1 ; WX 600 ; N aacute ; B 59 -14 550 618 ;
C -1 ; WX 600 ; N Ograve ; B 43 -17 557 751 ;
C -1 ; WX 600 ; N diamond ; B 90 -11 510 563 ;
C -1 ; WX 600 ; N SF060000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N SF050000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Iacute ; B 100 0 500 751 ;
C -1 ; WX 600 ; N edieresis ; B 74 -14 559 621 ;
C -1 ; WX 600 ; N Jcircumflex ; B 59 -17 579 754 ;
C -1 ; WX 600 ; N Otilde ; B 43 -17 557 753 ;
C -1 ; WX 600 ; N Ncedilla ; B 28 -145 591 563 ;
C -1 ; WX 600 ; N Gcedilla ; B 48 -145 578 580 ;
C -1 ; WX 600 ; N icircumflex ; B 101 0 500 621 ;
C -1 ; WX 600 ; N periodsuperior ; B 242 254 358 346 ;
C -1 ; WX 600 ; N Ocircumflex ; B 43 -17 557 754 ;
C -1 ; WX 600 ; N oacute ; B 52 -14 548 618 ;
C -1 ; WX 600 ; N ccircumflex ; B 71 -14 549 623 ;
C -1 ; WX 600 ; N SF190000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N Imacron ; B 100 0 500 725 ;
C -1 ; WX 600 ; N aring ; B 59 -14 550 642 ;
C -1 ; WX 600 ; N egrave ; B 74 -14 559 618 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 24 -17 577 750 ;
C -1 ; WX 600 ; N ugrave ; B 32 -14 556 618 ;
C -1 ; WX 600 ; N igrave ; B 101 0 500 618 ;
C -1 ; WX 600 ; N Uogonek ; B 24 -117 577 563 ;
C -1 ; WX 600 ; N eth ; B 52 -14 548 704 ;
C -1 ; WX 600 ; N spade ; B 78 0 522 563 ;
C -1 ; WX 600 ; N otilde ; B 52 -14 548 620 ;
C -1 ; WX 600 ; N Umacron ; B 24 -17 577 725 ;
C -1 ; WX 600 ; N emacron ; B 74 -14 559 592 ;
C -1 ; WX 600 ; N zacute ; B 104 0 496 618 ;
C -1 ; WX 600 ; N mu ; B 36 -149 562 430 ;
C -1 ; WX 600 ; N Dcaron ; B 34 0 551 761 ;
C -1 ; WX 600 ; N Hcircumflex ; B 39 0 562 754 ;
C -1 ; WX 600 ; N tquoteright ; B 73 -14 646 563 ;
C -1 ; WX 600 ; N zerosuperior ; B 183 240 417 621 ;
C -1 ; WX 600 ; N Gbreve ; B 48 -17 578 757 ;
C -1 ; WX 600 ; N SF440000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Cdotaccent ; B 64 -17 594 754 ;
C -1 ; WX 600 ; N SF610000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N SF140000 ; B 0 -167 500 733 ;
C -1 ; WX 600 ; N Idotaccent ; B 100 0 500 754 ;
C -1 ; WX 600 ; N SF420000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N SM770000 ; B 168 -87 432 607 ;
C -1 ; WX 600 ; N uacute ; B 32 -14 556 618 ;
C -1 ; WX 600 ; N SM600000 ; B 102 95 498 466 ;
C -1 ; WX 600 ; N SF240000 ; B 192 -288 408 792 ;
C -1 ; WX 600 ; N SF600000 ; B 0 252 600 792 ;
C -1 ; WX 600 ; N Aogonek ; B 10 -117 590 563 ;
C -1 ; WX 600 ; N Theta ; B 43 -17 557 580 ;
C -1 ; WX 600 ; N club ; B 18 0 582 563 ;
C -1 ; WX 600 ; N spacenumeric ; B 0 0 0 0 ;
C -1 ; WX 600 ; N SM790000 ; B 73 0 527 567 ;
C -1 ; WX 600 ; N Lquoteright ; B 59 0 554 563 ;
C -1 ; WX 600 ; N multiply ; B 118 124 482 488 ;
C -1 ; WX 600 ; N uring ; B 32 -14 556 642 ;
C -1 ; WX 600 ; N tcaron ; B 94 -14 538 720 ;
C -1 ; WX 600 ; N Icircumflex ; B 100 0 500 754 ;
C -1 ; WX 600 ; N Uring ; B 24 -17 577 775 ;
C -1 ; WX 600 ; N SM760000 ; B 168 15 432 607 ;
C -1 ; WX 600 ; N Pts ; B 3 -7 597 563 ;
C -1 ; WX 600 ; N plusminus ; B 66 31 534 576 ;
C -1 ; WX 600 ; N SF210000 ; B 0 -288 408 288 ;
C -1 ; WX 600 ; N overline ; B 46 725 554 775 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 43 -17 557 750 ;
C -1 ; WX 600 ; N musicalnote ; B 131 14 446 563 ;
C -1 ; WX 600 ; N phi ; B 52 -156 548 445 ;
C -1 ; WX 600 ; N Sigma ; B 86 0 484 563 ;
C -1 ; WX 600 ; N SF280000 ; B 0 144 336 792 ;
C -1 ; WX 600 ; N Lcedilla ; B 59 -145 553 563 ;
C -1 ; WX 600 ; N atilde ; B 59 -14 550 620 ;
C -1 ; WX 600 ; N SM570001 ; B 61 0 539 478 ;
C -1 ; WX 600 ; N Tcaron ; B 43 0 557 761 ;
C -1 ; WX 600 ; N SF100000 ; B 0 216 600 288 ;
C -1 ; WX 600 ; N SF080000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N Aring ; B 10 0 590 775 ;
C -1 ; WX 600 ; N nsuperior ; B 112 263 488 580 ;
C -1 ; WX 600 ; N scedilla ; B 97 -145 504 450 ;
C -1 ; WX 600 ; N SF540000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onesuperior ; B 178 248 426 621 ;
C -1 ; WX 600 ; N ffl ; B 2 0 598 625 ;
C -1 ; WX 600 ; N Gdotaccent ; B 48 -17 578 754 ;
C -1 ; WX 600 ; N underscorebroken ; B 46 -125 554 -75 ;
C -1 ; WX 600 ; N Ecaron ; B 57 0 541 761 ;
C -1 ; WX 600 ; N oneeighth ; B 17 -90 596 633 ;
C -1 ; WX 600 ; N tcedilla ; B 105 -145 538 563 ;
C -1 ; WX 600 ; N radical ; B 13 0 648 775 ;
C -1 ; WX 600 ; N gbreve ; B 47 -157 553 624 ;
C -1 ; WX 600 ; N ff ; B 1 0 600 625 ; L i ffi ; L l ffl ;
C -1 ; WX 600 ; N edotaccent ; B 74 -14 559 621 ;
C -1 ; WX 600 ; N sixsuperior ; B 179 240 415 621 ;
C -1 ; WX 600 ; N underscoredbl ; B -48 -225 648 -75 ;
C -1 ; WX 600 ; N fivesuperior ; B 170 240 416 613 ;
C -1 ; WX 600 ; N trademark ; B 2 269 598 563 ;
C -1 ; WX 600 ; N Amacron ; B 10 0 590 725 ;
C -1 ; WX 600 ; N sevensuperior ; B 186 248 427 613 ;
C -1 ; WX 600 ; N Kcedilla ; B 60 -145 588 563 ;
C -1 ; WX 600 ; N SF400000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N Ntilde ; B 28 -13 591 753 ;
C -1 ; WX 600 ; N Ccaron ; B 64 -17 594 761 ;
C -1 ; WX 600 ; N Ccedilla ; B 64 -145 594 580 ;
C -1 ; WX 600 ; N SF150000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N zeroslash ; B 110 -63 490 655 ;
C -1 ; WX 600 ; N threequarters ; B 22 -90 605 633 ;
C -1 ; WX 600 ; N SP500000 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N yuan ; B 32 0 568 593 ;
C -1 ; WX 600 ; N iogonek ; B 101 -117 500 656 ;
C -1 ; WX 600 ; N Aacute ; B 10 0 590 751 ;
C -1 ; WX 600 ; N Zdotaccent ; B 84 0 516 754 ;
C -1 ; WX 600 ; N odieresis ; B 52 -14 548 621 ;
C -1 ; WX 600 ; N SF480000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N cdotaccent ; B 71 -14 549 621 ;
C -1 ; WX 600 ; N plussuperior ; B 141 288 459 573 ;
C -1 ; WX 600 ; N infinity ; B 52 189 548 417 ;
C -1 ; WX 600 ; N utilde ; B 32 -14 556 620 ;
C -1 ; WX 600 ; N epsilon ; B 121 -15 481 457 ;
C -1 ; WX 600 ; N male ; B 90 119 513 563 ;
C -1 ; WX 600 ; N Ubreve ; B 24 -17 577 757 ;
C -1 ; WX 600 ; N Atilde ; B 10 0 590 753 ;
C -1 ; WX 600 ; N hcircumflex ; B 25 0 575 785 ;
C -1 ; WX 600 ; N Egrave ; B 57 0 541 751 ;
C -1 ; WX 600 ; N ncedilla ; B 34 -145 567 445 ;
C -1 ; WX 600 ; N ncaron ; B 34 0 567 628 ;
C -1 ; WX 600 ; N onequarter ; B 26 -90 598 633 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 32 -14 556 617 ;
C -1 ; WX 600 ; N ucircumflex ; B 32 -14 556 621 ;
C -1 ; WX 600 ; N Edotaccent ; B 57 0 541 754 ;
C -1 ; WX 600 ; N SF410000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N SF450000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N rightangle ; B 81 0 510 429 ;
C -1 ; WX 600 ; N threeeighths ; B 15 -90 596 633 ;
C -1 ; WX 600 ; N Adieresis ; B 10 0 590 754 ;
C -1 ; WX 600 ; N acircumflex ; B 59 -14 550 621 ;
C -1 ; WX 600 ; N tau ; B 97 -9 459 430 ;
C -1 ; WX 600 ; N minussuperior ; B 141 409 459 452 ;
C -1 ; WX 600 ; N IJ ; B 47 -17 569 563 ;
C -1 ; WX 600 ; N Gcircumflex ; B 48 -17 578 754 ;
C -1 ; WX 600 ; N tbar ; B 106 -14 538 563 ;
C -1 ; WX 600 ; N Phi ; B 43 0 557 563 ;
C -1 ; WX 600 ; N Yacute ; B 32 0 568 751 ;
C -1 ; WX 600 ; N similar ; B 86 229 515 387 ;
C -1 ; WX 600 ; N SF470000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N productdot ; B 223 235 377 371 ;
C -1 ; WX 600 ; N eacute ; B 74 -14 559 618 ;
C -1 ; WX 600 ; N micro ; B 36 -156 562 430 ;
C -1 ; WX 600 ; N ninesuperior ; B 165 240 402 621 ;
C -1 ; WX 600 ; N thorn ; B 12 -157 548 629 ;
C -1 ; WX 600 ; N SF230000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N rcedilla ; B 75 -145 568 444 ;
C -1 ; WX 600 ; N SF390000 ; B 192 -288 600 360 ;
C -1 ; WX 600 ; N sigma ; B 69 -15 592 450 ;
C -1 ; WX 600 ; N zerodot ; B 110 -14 490 621 ;
C -1 ; WX 600 ; N registered ; B 10 0 590 580 ;
C -1 ; WX 600 ; N SF520000 ; B 192 -288 600 288 ;
C -1 ; WX 600 ; N Oacute ; B 43 -17 557 751 ;
C -1 ; WX 600 ; N zcaron ; B 104 0 496 628 ;
C -1 ; WX 600 ; N seveneighths ; B 13 -90 596 633 ;
C -1 ; WX 600 ; N SS270000 ; B 123 -245 342 841 ;
C -1 ; WX 600 ; N SS260000 ; B 258 -245 477 841 ;
C -1 ; WX 600 ; N SF200000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N SF040000 ; B 0 216 336 792 ;
C -1 ; WX 600 ; N twosuperior ; B 167 248 407 621 ;
C -1 ; WX 600 ; N SF530000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onehalf ; B 19 -90 591 633 ;
C -1 ; WX 600 ; N SS000000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N scaron ; B 97 -15 504 628 ;
C -1 ; WX 600 ; N SF360000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N cacute ; B 71 -14 549 618 ;
C -1 ; WX 600 ; N ohm ; B 29 0 571 580 ;
C -1 ; WX 600 ; N Abreve ; B 10 0 590 757 ;
C -1 ; WX 600 ; N zdotaccent ; B 104 0 496 621 ;
C -1 ; WX 600 ; N Emacron ; B 57 0 541 725 ;
C -1 ; WX 600 ; N pi ; B 46 0 555 430 ;
C -1 ; WX 600 ; N Acircumflex ; B 10 0 590 754 ;
C -1 ; WX 600 ; N scircumflex ; B 97 -15 504 621 ;
C -1 ; WX 600 ; N threesuperior ; B 166 239 403 621 ;
C -1 ; WX 600 ; N SF590000 ; B 300 -288 600 792 ;
C -1 ; WX 600 ; N lquoteright ; B 101 0 545 611 ;
C -1 ; WX 600 ; N SF160000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N ydieresis ; B 24 -153 589 621 ;
C -1 ; WX 600 ; N SM680000 ; B 81 169 510 438 ;
EndCharMetrics
StartComposites 127
CC Aacute 2 ; PCC A 0 0 ; PCC acute 0 133 ;
CC Abreve 2 ; PCC A 0 0 ; PCC breve 0 133 ;
CC Acircumflex 2 ; PCC A 0 0 ; PCC circumflex 0 133 ;
CC Adieresis 2 ; PCC A 0 0 ; PCC dieresis 0 133 ;
CC Agrave 2 ; PCC A 0 0 ; PCC grave 0 133 ;
CC Amacron 2 ; PCC A 0 0 ; PCC macron 0 133 ;
CC Aring 2 ; PCC A 0 0 ; PCC ring 0 133 ;
CC Atilde 2 ; PCC A 0 0 ; PCC tilde 0 133 ;
CC Cacute 2 ; PCC C 0 0 ; PCC acute 30 133 ;
CC Ccaron 2 ; PCC C 0 0 ; PCC caron 30 133 ;
CC Ccircumflex 2 ; PCC C 0 0 ; PCC circumflex 30 133 ;
CC Cdotaccent 2 ; PCC C 0 0 ; PCC dotaccent 30 133 ;
CC Dcaron 2 ; PCC D 0 0 ; PCC caron 0 133 ;
CC Eacute 2 ; PCC E 0 0 ; PCC acute 0 133 ;
CC Ecaron 2 ; PCC E 0 0 ; PCC caron 0 133 ;
CC Ecircumflex 2 ; PCC E 0 0 ; PCC circumflex 0 133 ;
CC Edieresis 2 ; PCC E 0 0 ; PCC dieresis 0 133 ;
CC Edotaccent 2 ; PCC E 0 0 ; PCC dotaccent 0 133 ;
CC Egrave 2 ; PCC E 0 0 ; PCC grave 0 133 ;
CC Emacron 2 ; PCC E 0 0 ; PCC macron 0 133 ;
CC Gbreve 2 ; PCC G 0 0 ; PCC breve 30 133 ;
CC Gcircumflex 2 ; PCC G 0 0 ; PCC circumflex 30 133 ;
CC Gdotaccent 2 ; PCC G 0 0 ; PCC dotaccent 0 133 ;
CC Hcircumflex 2 ; PCC H 0 0 ; PCC circumflex 0 133 ;
CC Iacute 2 ; PCC I 0 0 ; PCC acute 0 133 ;
CC Icircumflex 2 ; PCC I 0 0 ; PCC circumflex 0 133 ;
CC Idieresis 2 ; PCC I 0 0 ; PCC dieresis 0 133 ;
CC Idotaccent 2 ; PCC I 0 0 ; PCC dotaccent 0 133 ;
CC Igrave 2 ; PCC I 0 0 ; PCC grave 0 133 ;
CC Imacron 2 ; PCC I 0 0 ; PCC macron 0 133 ;
CC Itilde 2 ; PCC I 0 0 ; PCC tilde 0 133 ;
CC Jcircumflex 2 ; PCC J 0 0 ; PCC circumflex 100 133 ;
CC Lacute 2 ; PCC L 0 0 ; PCC acute -100 133 ;
CC Lcaron 2 ; PCC L 0 0 ; PCC caron -100 133 ;
CC Nacute 2 ; PCC N 0 0 ; PCC acute 0 133 ;
CC Ncaron 2 ; PCC N 0 0 ; PCC caron 0 133 ;
CC Ntilde 2 ; PCC N 0 0 ; PCC tilde 0 133 ;
CC Oacute 2 ; PCC O 0 0 ; PCC acute 0 133 ;
CC Ocircumflex 2 ; PCC O 0 0 ; PCC circumflex 0 133 ;
CC Odieresis 2 ; PCC O 0 0 ; PCC dieresis 0 133 ;
CC Ograve 2 ; PCC O 0 0 ; PCC grave 0 133 ;
CC Ohungarumlaut 2 ; PCC O 0 0 ; PCC hungarumlaut 0 133 ;
CC Omacron 2 ; PCC O 0 0 ; PCC macron 0 133 ;
CC Otilde 2 ; PCC O 0 0 ; PCC tilde 0 133 ;
CC Racute 2 ; PCC R 0 0 ; PCC acute 0 133 ;
CC Rcaron 2 ; PCC R 0 0 ; PCC caron 0 133 ;
CC Sacute 2 ; PCC S 0 0 ; PCC acute 0 133 ;
CC Scaron 2 ; PCC S 0 0 ; PCC caron 0 133 ;
CC Scircumflex 2 ; PCC S 0 0 ; PCC circumflex 0 133 ;
CC Tcaron 2 ; PCC T 0 0 ; PCC caron 0 133 ;
CC Uacute 2 ; PCC U 0 0 ; PCC acute 0 133 ;
CC Ubreve 2 ; PCC U 0 0 ; PCC breve 0 133 ;
CC Ucircumflex 2 ; PCC U 0 0 ; PCC circumflex 0 133 ;
CC Udieresis 2 ; PCC U 0 0 ; PCC dieresis 0 133 ;
CC Ugrave 2 ; PCC U 0 0 ; PCC grave 0 133 ;
CC Uhungarumlaut 2 ; PCC U 0 0 ; PCC hungarumlaut 0 133 ;
CC Umacron 2 ; PCC U 0 0 ; PCC macron 0 133 ;
CC Uring 2 ; PCC U 0 0 ; PCC ring 0 133 ;
CC Utilde 2 ; PCC U 0 0 ; PCC tilde 0 133 ;
CC Yacute 2 ; PCC Y 0 0 ; PCC acute 0 133 ;
CC Ydieresis 2 ; PCC Y 0 0 ; PCC dieresis 0 133 ;
CC Zacute 2 ; PCC Z 0 0 ; PCC acute 0 133 ;
CC Zcaron 2 ; PCC Z 0 0 ; PCC caron 0 133 ;
CC Zdotaccent 2 ; PCC Z 0 0 ; PCC dotaccent 0 133 ;
CC aacute 2 ; PCC a 0 0 ; PCC acute 0 0 ;
CC abreve 2 ; PCC a 0 0 ; PCC breve 0 0 ;
CC acircumflex 2 ; PCC a 0 0 ; PCC circumflex -20 0 ;
CC adieresis 2 ; PCC a 0 0 ; PCC dieresis -20 0 ;
CC agrave 2 ; PCC a 0 0 ; PCC grave 0 0 ;
CC amacron 2 ; PCC a 0 0 ; PCC macron 0 0 ;
CC aring 2 ; PCC a 0 0 ; PCC ring 0 0 ;
CC atilde 2 ; PCC a 0 0 ; PCC tilde 0 0 ;
CC cacute 2 ; PCC c 0 0 ; PCC acute 17 0 ;
CC ccaron 2 ; PCC c 0 0 ; PCC caron 17 0 ;
CC ccircumflex 2 ; PCC c 0 0 ; PCC circumflex 17 2 ;
CC cdotaccent 2 ; PCC c 0 0 ; PCC dotaccent 0 0 ;
CC dcaron 2 ; PCC d 0 0 ; PCC caron 17 156 ;
CC eacute 2 ; PCC e 0 0 ; PCC acute 0 0 ;
CC ecaron 2 ; PCC e 0 0 ; PCC caron 0 0 ;
CC ecircumflex 2 ; PCC e 0 0 ; PCC circumflex 0 0 ;
CC edieresis 2 ; PCC e 0 0 ; PCC dieresis 0 0 ;
CC edotaccent 2 ; PCC e 0 0 ; PCC dotaccent 0 0 ;
CC egrave 2 ; PCC e 0 0 ; PCC grave 17 0 ;
CC emacron 2 ; PCC e 0 0 ; PCC macron 17 0 ;
CC gacute 2 ; PCC g 0 0 ; PCC acute 0 0 ;
CC gbreve 2 ; PCC g 0 0 ; PCC breve 0 0 ;
CC gcircumflex 2 ; PCC g 0 0 ; PCC circumflex 0 0 ;
CC gdotaccent 2 ; PCC g 0 0 ; PCC dotaccent 0 0 ;
CC hcircumflex 2 ; PCC h 0 0 ; PCC circumflex 0 164 ;
CC iacute 2 ; PCC dotlessi 0 0 ; PCC acute 0 0 ;
CC icircumflex 2 ; PCC dotlessi 0 0 ; PCC circumflex 0 0 ;
CC idieresis 2 ; PCC dotlessi 0 0 ; PCC dieresis 0 0 ;
CC igrave 2 ; PCC dotlessi 0 0 ; PCC grave 0 0 ;
CC imacron 2 ; PCC dotlessi 0 0 ; PCC macron 0 0 ;
CC itilde 2 ; PCC dotlessi 0 0 ; PCC tilde 0 0 ;
CC lacute 2 ; PCC l 0 0 ; PCC acute -12 147 ;
CC lcaron 2 ; PCC l 0 0 ; PCC caron -12 144 ;
CC nacute 2 ; PCC n 0 0 ; PCC acute 0 0 ;
CC ncaron 2 ; PCC n 0 0 ; PCC caron 0 0 ;
CC ntilde 2 ; PCC n 0 0 ; PCC tilde 0 0 ;
CC oacute 2 ; PCC o 0 0 ; PCC acute 0 0 ;
CC ocircumflex 2 ; PCC o 0 0 ; PCC circumflex 0 0 ;
CC odieresis 2 ; PCC o 0 0 ; PCC dieresis 0 0 ;
CC ograve 2 ; PCC o 0 0 ; PCC grave 0 0 ;
CC ohungarumlaut 2 ; PCC o 0 0 ; PCC hungarumlaut 0 0 ;
CC omacron 2 ; PCC o 0 0 ; PCC macron 0 0 ;
CC otilde 2 ; PCC o 0 0 ; PCC tilde 0 0 ;
CC racute 2 ; PCC r 0 0 ; PCC acute 0 0 ;
CC rcaron 2 ; PCC r 0 0 ; PCC caron 0 0 ;
CC sacute 2 ; PCC s 0 0 ; PCC acute 0 0 ;
CC scaron 2 ; PCC s 0 0 ; PCC caron 0 0 ;
CC scircumflex 2 ; PCC s 0 0 ; PCC circumflex 0 0 ;
CC tcaron 2 ; PCC t 0 0 ; PCC caron -77 92 ;
CC uacute 2 ; PCC u 0 0 ; PCC acute 0 0 ;
CC ubreve 2 ; PCC u 0 0 ; PCC breve 0 0 ;
CC ucircumflex 2 ; PCC u 0 0 ; PCC circumflex 0 0 ;
CC udieresis 2 ; PCC u 0 0 ; PCC dieresis 0 0 ;
CC ugrave 2 ; PCC u 0 0 ; PCC grave 0 0 ;
CC uhungarumlaut 2 ; PCC u 0 0 ; PCC hungarumlaut 0 0 ;
CC umacron 2 ; PCC u 0 0 ; PCC macron 0 0 ;
CC uring 2 ; PCC u 0 0 ; PCC ring 0 0 ;
CC utilde 2 ; PCC u 0 0 ; PCC tilde 0 0 ;
CC yacute 2 ; PCC y 0 0 ; PCC acute 0 0 ;
CC ydieresis 2 ; PCC y 0 0 ; PCC dieresis 0 0 ;
CC zacute 2 ; PCC z 0 0 ; PCC acute 0 0 ;
CC zcaron 2 ; PCC z 0 0 ; PCC caron 0 0 ;
CC zdotaccent 2 ; PCC z 0 0 ; PCC dotaccent 0 0 ;
EndComposites
EndFontMetrics


1954
font/ibm-type1/cour.pfa Normal file

File diff suppressed because it is too large Load Diff

636
font/ibm-type1/courb.afm Normal file
View File

@ -0,0 +1,636 @@
StartFontMetrics 2.0
Comment Copyright (c) IBM Corporation 1990,1991.
Comment IBM Courier is a Trademark of the IBM Corporation.
Comment US Gov't Restricted Rights Notice - Use, Duplication or Disclosure
Comment Restricted By Accompanying License Agreement With IBM Corp.
Comment Creation Date: Tue Sep 17 16:48:37 1991
Comment UniqueID 263788
Comment VMusage 58156 77080
FontName Courier-Bold
FullName Courier Bold
FamilyName Courier
Weight Bold
ItalicAngle 0
IsFixedPitch true
FontBBox -48 -288 746 847
UnderlinePosition -100
UnderlineThickness 50
Version 001.003
Notice Copyright (c) IBM Corporation 1990,1991.
EncodingScheme AdobeStandardEncoding
CapHeight 583
XHeight 453
Ascender 648
Descender -152
StartCharMetrics 479
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 213 -16 387 591 ;
C 34 ; WX 600 ; N quotedbl ; B 142 272 458 583 ;
C 35 ; WX 600 ; N numbersign ; B 50 -73 574 658 ;
C 36 ; WX 600 ; N dollar ; B 93 -131 497 672 ;
C 37 ; WX 600 ; N percent ; B 21 -14 579 634 ;
C 38 ; WX 600 ; N ampersand ; B 86 -7 553 561 ;
C 39 ; WX 600 ; N quoteright ; B 154 309 385 583 ;
C 40 ; WX 600 ; N parenleft ; B 268 -93 490 666 ;
C 41 ; WX 600 ; N parenright ; B 110 -93 332 666 ;
C 42 ; WX 600 ; N asterisk ; B 93 188 507 583 ;
C 43 ; WX 600 ; N plus ; B 54 71 546 553 ;
C 44 ; WX 600 ; N comma ; B 154 -106 385 168 ;
C 45 ; WX 600 ; N hyphen ; B 189 253 411 345 ;
C 46 ; WX 600 ; N period ; B 206 -16 394 154 ;
C 47 ; WX 600 ; N slash ; B 72 -133 528 724 ;
C 48 ; WX 600 ; N zero ; B 97 -14 503 639 ;
C 49 ; WX 600 ; N one ; B 85 0 518 639 ;
C 50 ; WX 600 ; N two ; B 70 0 487 639 ;
C 51 ; WX 600 ; N three ; B 66 -14 481 639 ;
C 52 ; WX 600 ; N four ; B 44 0 503 639 ;
C 53 ; WX 600 ; N five ; B 73 -14 503 625 ;
C 54 ; WX 600 ; N six ; B 89 -15 501 639 ;
C 55 ; WX 600 ; N seven ; B 90 0 508 625 ;
C 56 ; WX 600 ; N eight ; B 94 -14 506 639 ;
C 57 ; WX 600 ; N nine ; B 67 -15 479 639 ;
C 58 ; WX 600 ; N colon ; B 206 -16 394 416 ;
C 59 ; WX 600 ; N semicolon ; B 159 -105 394 419 ;
C 60 ; WX 600 ; N less ; B 5 75 553 556 ;
C 61 ; WX 600 ; N equal ; B 54 181 546 444 ;
C 62 ; WX 600 ; N greater ; B 32 75 580 556 ;
C 63 ; WX 600 ; N question ; B 107 -16 488 592 ;
C 64 ; WX 600 ; N at ; B 22 -12 577 592 ;
C 65 ; WX 600 ; N A ; B 0 0 600 583 ;
C 66 ; WX 600 ; N B ; B 34 0 556 583 ;
C 67 ; WX 600 ; N C ; B 52 -16 611 600 ;
C 68 ; WX 600 ; N D ; B 23 0 561 583 ;
C 69 ; WX 600 ; N E ; B 45 0 553 583 ;
C 70 ; WX 600 ; N F ; B 62 0 558 583 ;
C 71 ; WX 600 ; N G ; B 37 -16 588 600 ;
C 72 ; WX 600 ; N H ; B 28 0 572 583 ;
C 73 ; WX 600 ; N I ; B 88 0 513 583 ;
C 74 ; WX 600 ; N J ; B 47 -16 590 583 ;
C 75 ; WX 600 ; N K ; B 48 0 598 583 ;
C 76 ; WX 600 ; N L ; B 48 0 565 583 ;
C 77 ; WX 600 ; N M ; B 3 0 598 583 ;
C 78 ; WX 600 ; N N ; B 5 -12 594 583 ;
C 79 ; WX 600 ; N O ; B 32 -16 568 600 ;
C 80 ; WX 600 ; N P ; B 81 0 566 583 ;
C 81 ; WX 600 ; N Q ; B 33 -125 567 600 ;
C 82 ; WX 600 ; N R ; B 35 0 588 583 ;
C 83 ; WX 600 ; N S ; B 85 -19 525 600 ;
C 84 ; WX 600 ; N T ; B 31 0 570 583 ;
C 85 ; WX 600 ; N U ; B 15 -16 585 583 ;
C 86 ; WX 600 ; N V ; B 0 0 600 583 ;
C 87 ; WX 600 ; N W ; B 0 0 600 583 ;
C 88 ; WX 600 ; N X ; B 22 0 578 583 ;
C 89 ; WX 600 ; N Y ; B 21 0 579 583 ;
C 90 ; WX 600 ; N Z ; B 72 0 528 583 ;
C 91 ; WX 600 ; N bracketleft ; B 290 -91 498 672 ;
C 92 ; WX 600 ; N backslash ; B 72 -139 528 727 ;
C 93 ; WX 600 ; N bracketright ; B 102 -91 310 672 ;
C 94 ; WX 600 ; N asciicircum ; B 63 153 537 583 ;
C 95 ; WX 600 ; N underscore ; B -48 -125 648 -75 ;
C 96 ; WX 600 ; N quoteleft ; B 153 309 383 583 ;
C 97 ; WX 600 ; N a ; B 48 -14 561 474 ;
C 98 ; WX 600 ; N b ; B 0 -10 554 648 ;
C 99 ; WX 600 ; N c ; B 59 -14 567 467 ;
C 100 ; WX 600 ; N d ; B 44 -10 591 648 ;
C 101 ; WX 600 ; N e ; B 61 -14 576 467 ;
C 102 ; WX 600 ; N f ; B 84 0 521 643 ; L f ff ; L i fi ; L l fl ;
C 103 ; WX 600 ; N g ; B 36 -152 564 457 ;
C 104 ; WX 600 ; N h ; B 12 0 586 648 ;
C 105 ; WX 600 ; N i ; B 88 0 512 672 ;
C 106 ; WX 600 ; N j ; B 52 -146 407 672 ;
C 107 ; WX 600 ; N k ; B 24 0 573 648 ;
C 108 ; WX 600 ; N l ; B 88 0 511 648 ;
C 109 ; WX 600 ; N m ; B 0 0 600 467 ;
C 110 ; WX 600 ; N n ; B 21 0 581 467 ;
C 111 ; WX 600 ; N o ; B 41 -14 559 474 ;
C 112 ; WX 600 ; N p ; B 10 -152 559 467 ;
C 113 ; WX 600 ; N q ; B 42 -152 591 467 ;
C 114 ; WX 600 ; N r ; B 62 0 586 467 ;
C 115 ; WX 600 ; N s ; B 86 -15 518 476 ;
C 116 ; WX 600 ; N t ; B 93 -14 553 583 ;
C 117 ; WX 600 ; N u ; B 22 -14 566 453 ;
C 118 ; WX 600 ; N v ; B 11 0 589 453 ;
C 119 ; WX 600 ; N w ; B 0 0 600 453 ;
C 120 ; WX 600 ; N x ; B 15 0 585 453 ;
C 121 ; WX 600 ; N y ; B 14 -148 598 453 ;
C 122 ; WX 600 ; N z ; B 91 0 509 453 ;
C 123 ; WX 600 ; N braceleft ; B 218 -92 475 669 ;
C 124 ; WX 600 ; N bar ; B 251 -184 349 673 ;
C 125 ; WX 600 ; N braceright ; B 125 -92 382 669 ;
C 126 ; WX 600 ; N asciitilde ; B 77 216 523 412 ;
C 161 ; WX 600 ; N exclamdown ; B 213 -132 387 474 ;
C 162 ; WX 600 ; N cent ; B 106 -55 520 630 ;
C 163 ; WX 600 ; N sterling ; B 83 -25 547 631 ;
C 164 ; WX 600 ; N fraction ; B 38 -50 571 658 ;
C 165 ; WX 600 ; N yen ; B 22 0 578 612 ;
C 166 ; WX 600 ; N florin ; B 17 -95 518 681 ;
C 167 ; WX 600 ; N section ; B 111 -91 503 583 ;
C 168 ; WX 600 ; N currency ; B 54 52 545 535 ;
C 169 ; WX 600 ; N quotesingle ; B 224 272 376 583 ;
C 170 ; WX 600 ; N quotedblleft ; B 81 309 517 583 ;
C 171 ; WX 600 ; N guillemotleft ; B 43 18 556 463 ;
C 172 ; WX 600 ; N guilsinglleft ; B 141 18 458 463 ;
C 173 ; WX 600 ; N guilsinglright ; B 142 18 459 463 ;
C 174 ; WX 600 ; N fi ; B 16 0 584 672 ;
C 175 ; WX 600 ; N fl ; B 16 0 584 643 ;
C 177 ; WX 600 ; N endash ; B 76 253 524 345 ;
C 178 ; WX 600 ; N dagger ; B 115 -48 485 583 ;
C 179 ; WX 600 ; N daggerdbl ; B 115 -48 486 583 ;
C 180 ; WX 600 ; N periodcentered ; B 206 228 394 398 ;
C 182 ; WX 600 ; N paragraph ; B 72 -79 528 583 ;
C 183 ; WX 600 ; N bullet ; B 188 172 411 395 ;
C 184 ; WX 600 ; N quotesinglbase ; B 154 -106 385 168 ;
C 185 ; WX 600 ; N quotedblbase ; B 52 -106 487 168 ;
C 186 ; WX 600 ; N quotedblright ; B 52 309 487 583 ;
C 187 ; WX 600 ; N guillemotright ; B 44 18 557 463 ;
C 188 ; WX 600 ; N ellipsis ; B 15 -16 585 154 ;
C 189 ; WX 600 ; N perthousand ; B 0 -28 600 629 ;
C 191 ; WX 600 ; N questiondown ; B 106 -133 487 475 ;
C 193 ; WX 600 ; N grave ; B 156 544 410 642 ;
C 194 ; WX 600 ; N acute ; B 210 544 464 642 ;
C 195 ; WX 600 ; N circumflex ; B 162 535 439 652 ;
C 196 ; WX 600 ; N tilde ; B 124 530 476 660 ;
C 197 ; WX 600 ; N macron ; B 129 550 471 635 ;
C 198 ; WX 600 ; N breve ; B 122 523 478 662 ;
C 199 ; WX 600 ; N dotaccent ; B 252 533 348 653 ;
C 200 ; WX 600 ; N dieresis ; B 178 533 422 648 ;
C 202 ; WX 600 ; N ring ; B 212 516 389 693 ;
C 203 ; WX 600 ; N cedilla ; B 223 -171 449 6 ;
C 205 ; WX 600 ; N hungarumlaut ; B 126 528 512 657 ;
C 206 ; WX 600 ; N ogonek ; B 203 -144 403 19 ;
C 207 ; WX 600 ; N caron ; B 162 535 438 652 ;
C 208 ; WX 600 ; N emdash ; B -48 253 648 345 ;
C 225 ; WX 600 ; N AE ; B 2 0 595 583 ;
C 227 ; WX 600 ; N ordfeminine ; B 163 251 436 600 ;
C 232 ; WX 600 ; N Lslash ; B 38 0 565 583 ;
C 233 ; WX 600 ; N Oslash ; B 32 -30 568 600 ;
C 234 ; WX 600 ; N OE ; B 3 0 598 583 ;
C 235 ; WX 600 ; N ordmasculine ; B 162 251 438 600 ;
C 241 ; WX 600 ; N ae ; B 8 -14 590 474 ;
C 245 ; WX 600 ; N dotlessi ; B 88 0 512 453 ;
C 248 ; WX 600 ; N lslash ; B 88 0 511 648 ;
C 249 ; WX 600 ; N oslash ; B 41 -24 559 479 ;
C 250 ; WX 600 ; N oe ; B 3 -14 582 475 ;
C 251 ; WX 600 ; N germandbls ; B 53 -14 525 643 ;
C -1 ; WX 600 ; N adieresis ; B 48 -14 561 648 ;
C -1 ; WX 600 ; N ocircumflex ; B 41 -14 559 652 ;
C -1 ; WX 600 ; N Uacute ; B 15 -16 585 772 ;
C -1 ; WX 600 ; N Zcaron ; B 72 0 528 782 ;
C -1 ; WX 600 ; N logicalnot ; B 77 163 531 462 ;
C -1 ; WX 600 ; N omacron ; B 41 -14 559 635 ;
C -1 ; WX 600 ; N arrowleft ; B 18 154 574 421 ;
C -1 ; WX 600 ; N Scircumflex ; B 85 -19 525 782 ;
C -1 ; WX 600 ; N carriagereturn ; B 18 154 574 527 ;
C -1 ; WX 600 ; N Scaron ; B 85 -19 525 782 ;
C -1 ; WX 600 ; N aogonek ; B 48 -144 561 474 ;
C -1 ; WX 600 ; N abreve ; B 48 -14 561 662 ;
C -1 ; WX 600 ; N commasuperior ; B 194 197 368 371 ;
C -1 ; WX 600 ; N arrowboth ; B 22 154 578 421 ;
C -1 ; WX 600 ; N heart ; B 51 -11 549 563 ;
C -1 ; WX 600 ; N hbar ; B 13 0 586 648 ;
C -1 ; WX 600 ; N lessequal ; B 5 18 553 610 ;
C -1 ; WX 600 ; N nacute ; B 21 0 581 642 ;
C -1 ; WX 600 ; N degree ; B 144 326 456 639 ;
C -1 ; WX 600 ; N SM750000 ; B 83 65 517 499 ;
C -1 ; WX 600 ; N Eacute ; B 45 0 553 772 ;
C -1 ; WX 600 ; N SF030000 ; B 0 -288 336 288 ;
C -1 ; WX 600 ; N foursuperior ; B 153 246 420 639 ;
C -1 ; WX 600 ; N ij ; B 79 -146 513 672 ;
C -1 ; WX 600 ; N SF070000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Utilde ; B 15 -16 585 790 ;
C -1 ; WX 600 ; N highcomman ; B -6 0 581 672 ;
C -1 ; WX 600 ; N Omacron ; B 32 -16 568 765 ;
C -1 ; WX 600 ; N eng ; B 23 -134 501 469 ;
C -1 ; WX 600 ; N Ecircumflex ; B 45 0 553 782 ;
C -1 ; WX 600 ; N lcaron ; B 88 0 511 847 ;
C -1 ; WX 600 ; N Agrave ; B 0 0 600 772 ;
C -1 ; WX 600 ; N approxequal ; B 79 95 523 510 ;
C -1 ; WX 600 ; N gcircumflex ; B 36 -152 564 652 ;
C -1 ; WX 600 ; N amacron ; B 48 -14 561 635 ;
C -1 ; WX 600 ; N ecircumflex ; B 61 -14 576 652 ;
C -1 ; WX 600 ; N lacute ; B 88 0 511 837 ;
C -1 ; WX 600 ; N ccaron ; B 59 -14 567 652 ;
C -1 ; WX 600 ; N dcaron ; B 44 -10 591 847 ;
C -1 ; WX 600 ; N idieresis ; B 88 0 512 648 ;
C -1 ; WX 600 ; N ffi ; B 0 0 600 672 ;
C -1 ; WX 600 ; N Gamma ; B 47 0 547 583 ;
C -1 ; WX 600 ; N Scedilla ; B 85 -171 525 600 ;
C -1 ; WX 600 ; N ntilde ; B 21 0 581 660 ;
C -1 ; WX 600 ; N Racute ; B 35 0 588 772 ;
C -1 ; WX 600 ; N lcedilla ; B 88 -171 511 648 ;
C -1 ; WX 600 ; N arrowright ; B 26 154 582 421 ;
C -1 ; WX 600 ; N gacute ; B 36 -152 564 642 ;
C -1 ; WX 600 ; N yacute ; B 14 -148 598 642 ;
C -1 ; WX 600 ; N exclamdbl ; B 105 -16 495 591 ;
C -1 ; WX 600 ; N Lcaron ; B 48 0 565 782 ;
C -1 ; WX 600 ; N Eogonek ; B 45 -144 553 583 ;
C -1 ; WX 600 ; N SM630000 ; B 0 83 560 480 ;
C -1 ; WX 600 ; N agrave ; B 48 -14 561 642 ;
C -1 ; WX 600 ; N Tcedilla ; B 31 -171 570 583 ;
C -1 ; WX 600 ; N Sacute ; B 85 -19 525 772 ;
C -1 ; WX 600 ; N ccedilla ; B 59 -183 567 469 ;
C -1 ; WX 600 ; N fiveeighths ; B 4 -94 599 657 ;
C -1 ; WX 600 ; N racute ; B 62 0 586 642 ;
C -1 ; WX 600 ; N SF220000 ; B 0 -288 336 360 ;
C -1 ; WX 600 ; N Odieresis ; B 32 -16 568 778 ;
C -1 ; WX 600 ; N Igrave ; B 88 0 513 772 ;
C -1 ; WX 600 ; N ubreve ; B 22 -14 566 662 ;
C -1 ; WX 600 ; N SF010000 ; B 264 -288 600 288 ;
C -1 ; WX 600 ; N approxequalalt ; B 79 146 523 510 ;
C -1 ; WX 600 ; N itilde ; B 88 0 512 660 ;
C -1 ; WX 600 ; N longdash ; B 49 253 551 345 ;
C -1 ; WX 600 ; N alpha ; B 37 -15 597 476 ;
C -1 ; WX 600 ; N umacron ; B 22 -14 566 635 ;
C -1 ; WX 600 ; N delta ; B 69 -15 531 633 ;
C -1 ; WX 600 ; N dbar ; B 44 -10 591 648 ;
C -1 ; WX 600 ; N udieresis ; B 22 -14 566 648 ;
C -1 ; WX 600 ; N Ucircumflex ; B 15 -16 585 782 ;
C -1 ; WX 600 ; N SF580000 ; B 0 -288 300 792 ;
C -1 ; WX 600 ; N SM700000 ; B 7 149 593 328 ;
C -1 ; WX 600 ; N SF260000 ; B 0 144 408 792 ;
C -1 ; WX 600 ; N intersection ; B 69 0 531 599 ;
C -1 ; WX 600 ; N SF570000 ; B 0 -288 600 252 ;
C -1 ; WX 600 ; N copyright ; B 7 13 593 599 ;
C -1 ; WX 600 ; N SF270000 ; B 0 216 408 792 ;
C -1 ; WX 600 ; N equivalence ; B 54 94 546 531 ;
C -1 ; WX 600 ; N Edieresis ; B 45 0 553 778 ;
C -1 ; WX 600 ; N liter ; B 136 -12 463 621 ;
C -1 ; WX 600 ; N Ydieresis ; B 21 0 579 778 ;
C -1 ; WX 600 ; N minus ; B 54 269 546 357 ;
C -1 ; WX 600 ; N notequal ; B 79 64 521 567 ;
C -1 ; WX 600 ; N SF500000 ; B 264 144 600 792 ;
C -1 ; WX 600 ; N kgreenlandic ; B 25 0 573 453 ;
C -1 ; WX 600 ; N dquoteright ; B 11 -10 746 648 ;
C -1 ; WX 600 ; N greaterequal ; B 32 18 580 610 ;
C -1 ; WX 600 ; N SM750002 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N iacute ; B 88 0 512 642 ;
C -1 ; WX 600 ; N SF430000 ; B 0 144 600 360 ;
C -1 ; WX 600 ; N kcedilla ; B 24 -171 573 648 ;
C -1 ; WX 600 ; N SF490000 ; B 192 216 600 792 ;
C -1 ; WX 600 ; N brokenbar ; B 251 -184 349 673 ;
C -1 ; WX 600 ; N Rcedilla ; B 35 -171 588 583 ;
C -1 ; WX 600 ; N parenrightsuperior ; B 163 213 331 675 ;
C -1 ; WX 600 ; N filledbox ; B 201 141 399 339 ;
C -1 ; WX 600 ; N parenleftsuperior ; B 269 213 437 675 ;
C -1 ; WX 600 ; N Ldot ; B 48 0 565 583 ;
C -1 ; WX 600 ; N female ; B 154 38 448 563 ;
C -1 ; WX 600 ; N Udieresis ; B 15 -16 585 778 ;
C -1 ; WX 600 ; N ograve ; B 41 -14 559 642 ;
C -1 ; WX 600 ; N SF250000 ; B 0 -288 408 360 ;
C -1 ; WX 600 ; N ldot ; B 88 0 580 648 ;
C -1 ; WX 600 ; N Itilde ; B 88 0 513 790 ;
C -1 ; WX 600 ; N arrowdown ; B 167 -25 434 563 ;
C -1 ; WX 600 ; N Hbar ; B 27 0 573 583 ;
C -1 ; WX 600 ; N SV040000 ; B 102 96 498 467 ;
C -1 ; WX 600 ; N SF380000 ; B 192 144 600 792 ;
C -1 ; WX 600 ; N Omega ; B 19 0 581 599 ;
C -1 ; WX 600 ; N SM490000 ; B 21 0 579 670 ;
C -1 ; WX 600 ; N SM590000 ; B 40 83 600 480 ;
C -1 ; WX 600 ; N Nacute ; B 5 -12 594 772 ;
C -1 ; WX 600 ; N ecaron ; B 61 -14 576 652 ;
C -1 ; WX 600 ; N SF510000 ; B 264 -288 600 360 ;
C -1 ; WX 600 ; N arrowup ; B 167 0 434 588 ;
C -1 ; WX 600 ; N Ncaron ; B 5 -12 594 782 ;
C -1 ; WX 600 ; N musicalnotedbl ; B 43 -20 529 569 ;
C -1 ; WX 600 ; N Thorn ; B 81 0 566 583 ;
C -1 ; WX 600 ; N Ugrave ; B 15 -16 585 772 ;
C -1 ; WX 600 ; N SF090000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N SF110000 ; B 264 -288 336 792 ;
C -1 ; WX 600 ; N SF020000 ; B 264 216 600 792 ;
C -1 ; WX 600 ; N Rcaron ; B 35 0 588 782 ;
C -1 ; WX 600 ; N jcircumflex ; B 52 -146 407 652 ;
C -1 ; WX 600 ; N Cacute ; B 52 -16 611 772 ;
C -1 ; WX 600 ; N eogonek ; B 61 -144 576 469 ;
C -1 ; WX 600 ; N Eng ; B 34 -131 538 595 ;
C -1 ; WX 600 ; N rcaron ; B 62 0 586 652 ;
C -1 ; WX 600 ; N SF460000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Tbar ; B 31 0 570 583 ;
C -1 ; WX 600 ; N SM690000 ; B 6 -13 594 576 ;
C -1 ; WX 600 ; N Zacute ; B 72 0 528 772 ;
C -1 ; WX 600 ; N SF370000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N Ccircumflex ; B 52 -16 611 782 ;
C -1 ; WX 600 ; N sacute ; B 86 -15 518 642 ;
C -1 ; WX 600 ; N divide ; B 54 76 546 550 ;
C -1 ; WX 600 ; N gdotaccent ; B 36 -152 564 653 ;
C -1 ; WX 600 ; N SM580000 ; B 85 67 515 497 ;
C -1 ; WX 600 ; N Iogonek ; B 88 -144 513 583 ;
C -1 ; WX 600 ; N Eth ; B 23 0 561 583 ;
C -1 ; WX 600 ; N imacron ; B 88 0 512 635 ;
C -1 ; WX 600 ; N eightsuperior ; B 172 238 428 639 ;
C -1 ; WX 600 ; N Idieresis ; B 88 0 513 778 ;
C -1 ; WX 600 ; N SS010000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N uogonek ; B 22 -144 566 453 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 41 -14 559 657 ;
C -1 ; WX 600 ; N Lacute ; B 48 0 565 772 ;
C -1 ; WX 600 ; N aacute ; B 48 -14 561 642 ;
C -1 ; WX 600 ; N Ograve ; B 32 -16 568 772 ;
C -1 ; WX 600 ; N diamond ; B 90 -11 510 563 ;
C -1 ; WX 600 ; N SF060000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N SF050000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Iacute ; B 88 0 513 772 ;
C -1 ; WX 600 ; N edieresis ; B 61 -14 576 648 ;
C -1 ; WX 600 ; N Jcircumflex ; B 47 -16 590 782 ;
C -1 ; WX 600 ; N Otilde ; B 32 -16 568 790 ;
C -1 ; WX 600 ; N Ncedilla ; B 5 -171 594 583 ;
C -1 ; WX 600 ; N Gcedilla ; B 37 -171 588 600 ;
C -1 ; WX 600 ; N icircumflex ; B 88 0 512 652 ;
C -1 ; WX 600 ; N periodsuperior ; B 230 250 370 365 ;
C -1 ; WX 600 ; N Ocircumflex ; B 32 -16 568 782 ;
C -1 ; WX 600 ; N oacute ; B 41 -14 559 642 ;
C -1 ; WX 600 ; N ccircumflex ; B 59 -14 567 652 ;
C -1 ; WX 600 ; N SF190000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N Imacron ; B 88 0 513 765 ;
C -1 ; WX 600 ; N aring ; B 48 -14 561 693 ;
C -1 ; WX 600 ; N egrave ; B 61 -14 576 642 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 15 -16 585 787 ;
C -1 ; WX 600 ; N ugrave ; B 22 -14 566 642 ;
C -1 ; WX 600 ; N igrave ; B 88 0 512 642 ;
C -1 ; WX 600 ; N Uogonek ; B 15 -144 585 583 ;
C -1 ; WX 600 ; N eth ; B 42 -14 558 728 ;
C -1 ; WX 600 ; N spade ; B 78 0 522 563 ;
C -1 ; WX 600 ; N otilde ; B 41 -14 559 660 ;
C -1 ; WX 600 ; N Umacron ; B 15 -16 585 765 ;
C -1 ; WX 600 ; N emacron ; B 61 -14 576 635 ;
C -1 ; WX 600 ; N zacute ; B 91 0 509 642 ;
C -1 ; WX 600 ; N mu ; B 23 -143 578 457 ;
C -1 ; WX 600 ; N Dcaron ; B 23 0 561 782 ;
C -1 ; WX 600 ; N Hcircumflex ; B 28 0 572 782 ;
C -1 ; WX 600 ; N tquoteright ; B 27 -14 672 583 ;
C -1 ; WX 600 ; N zerosuperior ; B 174 238 426 639 ;
C -1 ; WX 600 ; N Gbreve ; B 37 -16 588 792 ;
C -1 ; WX 600 ; N SF440000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Cdotaccent ; B 52 -16 611 783 ;
C -1 ; WX 600 ; N SF610000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N SF140000 ; B 0 -167 500 733 ;
C -1 ; WX 600 ; N Idotaccent ; B 88 0 513 783 ;
C -1 ; WX 600 ; N SF420000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N SM770000 ; B 163 -97 430 607 ;
C -1 ; WX 600 ; N uacute ; B 22 -14 566 642 ;
C -1 ; WX 600 ; N SM600000 ; B 102 95 498 466 ;
C -1 ; WX 600 ; N SF240000 ; B 192 -288 408 792 ;
C -1 ; WX 600 ; N SF600000 ; B 0 252 600 792 ;
C -1 ; WX 600 ; N Aogonek ; B 0 -144 600 583 ;
C -1 ; WX 600 ; N Theta ; B 32 -17 568 599 ;
C -1 ; WX 600 ; N club ; B 18 0 582 563 ;
C -1 ; WX 600 ; N spacenumeric ; B 0 0 0 0 ;
C -1 ; WX 600 ; N SM790000 ; B 73 0 527 567 ;
C -1 ; WX 600 ; N Lquoteright ; B 48 0 575 583 ;
C -1 ; WX 600 ; N multiply ; B 95 112 505 521 ;
C -1 ; WX 600 ; N uring ; B 22 -14 566 693 ;
C -1 ; WX 600 ; N tcaron ; B 93 -14 553 759 ;
C -1 ; WX 600 ; N Icircumflex ; B 88 0 513 782 ;
C -1 ; WX 600 ; N Uring ; B 15 -16 585 823 ;
C -1 ; WX 600 ; N SM760000 ; B 163 15 430 607 ;
C -1 ; WX 600 ; N Pts ; B 7 -14 596 583 ;
C -1 ; WX 600 ; N plusminus ; B 54 23 546 601 ;
C -1 ; WX 600 ; N SF210000 ; B 0 -288 408 288 ;
C -1 ; WX 600 ; N overline ; B 45 718 555 805 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 32 -16 568 787 ;
C -1 ; WX 600 ; N musicalnote ; B 131 14 446 563 ;
C -1 ; WX 600 ; N phi ; B 41 -151 559 474 ;
C -1 ; WX 600 ; N Sigma ; B 36 0 533 583 ;
C -1 ; WX 600 ; N SF280000 ; B 0 144 336 792 ;
C -1 ; WX 600 ; N Lcedilla ; B 48 -171 565 583 ;
C -1 ; WX 600 ; N atilde ; B 48 -14 561 660 ;
C -1 ; WX 600 ; N SM570001 ; B 61 0 539 479 ;
C -1 ; WX 600 ; N Tcaron ; B 31 0 570 782 ;
C -1 ; WX 600 ; N SF100000 ; B 0 216 600 288 ;
C -1 ; WX 600 ; N SF080000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N Aring ; B 0 0 600 823 ;
C -1 ; WX 600 ; N nsuperior ; B 100 260 500 599 ;
C -1 ; WX 600 ; N scedilla ; B 86 -171 518 476 ;
C -1 ; WX 600 ; N SF540000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onesuperior ; B 166 246 435 639 ;
C -1 ; WX 600 ; N ffl ; B 0 0 600 643 ;
C -1 ; WX 600 ; N Gdotaccent ; B 37 -16 588 783 ;
C -1 ; WX 600 ; N underscorebroken ; B 45 -162 555 -75 ;
C -1 ; WX 600 ; N Ecaron ; B 45 0 553 782 ;
C -1 ; WX 600 ; N oneeighth ; B 1 -94 599 657 ;
C -1 ; WX 600 ; N tcedilla ; B 93 -171 553 583 ;
C -1 ; WX 600 ; N radical ; B 3 0 651 805 ;
C -1 ; WX 600 ; N gbreve ; B 36 -152 564 662 ;
C -1 ; WX 600 ; N ff ; B 4 0 602 643 ; L i ffi ; L l ffl ;
C -1 ; WX 600 ; N edotaccent ; B 61 -14 576 653 ;
C -1 ; WX 600 ; N sixsuperior ; B 170 238 425 640 ;
C -1 ; WX 600 ; N underscoredbl ; B -48 -225 648 -75 ;
C -1 ; WX 600 ; N fivesuperior ; B 158 238 425 630 ;
C -1 ; WX 600 ; N trademark ; B 0 259 598 583 ;
C -1 ; WX 600 ; N Amacron ; B 0 0 600 765 ;
C -1 ; WX 600 ; N sevensuperior ; B 180 242 439 626 ;
C -1 ; WX 600 ; N Kcedilla ; B 48 -171 598 583 ;
C -1 ; WX 600 ; N SF400000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N Ntilde ; B 5 -12 594 790 ;
C -1 ; WX 600 ; N Ccaron ; B 52 -16 611 782 ;
C -1 ; WX 600 ; N Ccedilla ; B 52 -183 611 600 ;
C -1 ; WX 600 ; N SF150000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N zeroslash ; B 97 -65 503 677 ;
C -1 ; WX 600 ; N threequarters ; B 3 -94 620 657 ;
C -1 ; WX 600 ; N SP500000 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N yuan ; B 22 0 578 612 ;
C -1 ; WX 600 ; N iogonek ; B 88 -144 512 672 ;
C -1 ; WX 600 ; N Aacute ; B 0 0 600 772 ;
C -1 ; WX 600 ; N Zdotaccent ; B 72 0 528 783 ;
C -1 ; WX 600 ; N odieresis ; B 41 -14 559 648 ;
C -1 ; WX 600 ; N SF480000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N cdotaccent ; B 59 -14 567 653 ;
C -1 ; WX 600 ; N plussuperior ; B 133 288 467 588 ;
C -1 ; WX 600 ; N infinity ; B 41 183 559 442 ;
C -1 ; WX 600 ; N utilde ; B 22 -14 566 660 ;
C -1 ; WX 600 ; N epsilon ; B 101 -15 528 476 ;
C -1 ; WX 600 ; N male ; B 90 119 513 563 ;
C -1 ; WX 600 ; N Ubreve ; B 15 -16 585 792 ;
C -1 ; WX 600 ; N Atilde ; B 0 0 600 790 ;
C -1 ; WX 600 ; N hcircumflex ; B 12 0 586 847 ;
C -1 ; WX 600 ; N Egrave ; B 45 0 553 772 ;
C -1 ; WX 600 ; N ncedilla ; B 21 -171 581 467 ;
C -1 ; WX 600 ; N ncaron ; B 21 0 581 652 ;
C -1 ; WX 600 ; N onequarter ; B 1 -94 604 657 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 22 -14 566 657 ;
C -1 ; WX 600 ; N ucircumflex ; B 22 -14 566 652 ;
C -1 ; WX 600 ; N Edotaccent ; B 45 0 553 783 ;
C -1 ; WX 600 ; N SF410000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N SF450000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N rightangle ; B 69 0 523 454 ;
C -1 ; WX 600 ; N threeeighths ; B 3 -94 599 657 ;
C -1 ; WX 600 ; N Adieresis ; B 0 0 600 778 ;
C -1 ; WX 600 ; N acircumflex ; B 48 -14 561 652 ;
C -1 ; WX 600 ; N tau ; B 89 -9 476 453 ;
C -1 ; WX 600 ; N minussuperior ; B 133 405 467 472 ;
C -1 ; WX 600 ; N IJ ; B 13 -16 592 583 ;
C -1 ; WX 600 ; N Gcircumflex ; B 37 -16 588 782 ;
C -1 ; WX 600 ; N tbar ; B 93 -14 553 583 ;
C -1 ; WX 600 ; N Phi ; B 40 0 560 583 ;
C -1 ; WX 600 ; N Yacute ; B 21 0 579 772 ;
C -1 ; WX 600 ; N similar ; B 77 216 523 412 ;
C -1 ; WX 600 ; N SF470000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N productdot ; B 206 228 394 398 ;
C -1 ; WX 600 ; N eacute ; B 61 -14 576 642 ;
C -1 ; WX 600 ; N micro ; B 26 -153 575 453 ;
C -1 ; WX 600 ; N ninesuperior ; B 156 241 411 643 ;
C -1 ; WX 600 ; N thorn ; B -1 -152 559 631 ;
C -1 ; WX 600 ; N SF230000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N rcedilla ; B 62 -171 586 467 ;
C -1 ; WX 600 ; N SF390000 ; B 192 -288 600 360 ;
C -1 ; WX 600 ; N sigma ; B 53 -15 596 473 ;
C -1 ; WX 600 ; N zerodot ; B 97 -14 503 639 ;
C -1 ; WX 600 ; N registered ; B 7 13 593 599 ;
C -1 ; WX 600 ; N SF520000 ; B 192 -288 600 288 ;
C -1 ; WX 600 ; N Oacute ; B 32 -16 568 772 ;
C -1 ; WX 600 ; N zcaron ; B 91 0 509 652 ;
C -1 ; WX 600 ; N seveneighths ; B -4 -94 599 657 ;
C -1 ; WX 600 ; N SS270000 ; B 38 -243 361 839 ;
C -1 ; WX 600 ; N SS260000 ; B 239 -243 563 839 ;
C -1 ; WX 600 ; N SF200000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N SF040000 ; B 0 216 336 792 ;
C -1 ; WX 600 ; N twosuperior ; B 158 246 416 639 ;
C -1 ; WX 600 ; N SF530000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onehalf ; B 1 -94 598 657 ;
C -1 ; WX 600 ; N SS000000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N scaron ; B 86 -15 518 652 ;
C -1 ; WX 600 ; N SF360000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N cacute ; B 59 -14 567 642 ;
C -1 ; WX 600 ; N ohm ; B 19 0 581 599 ;
C -1 ; WX 600 ; N Abreve ; B 0 0 600 792 ;
C -1 ; WX 600 ; N zdotaccent ; B 91 0 509 653 ;
C -1 ; WX 600 ; N Emacron ; B 45 0 553 765 ;
C -1 ; WX 600 ; N pi ; B 33 0 568 453 ;
C -1 ; WX 600 ; N Acircumflex ; B 0 0 600 782 ;
C -1 ; WX 600 ; N scircumflex ; B 86 -15 518 652 ;
C -1 ; WX 600 ; N threesuperior ; B 154 238 413 639 ;
C -1 ; WX 600 ; N SF590000 ; B 300 -288 600 792 ;
C -1 ; WX 600 ; N lquoteright ; B 56 0 585 648 ;
C -1 ; WX 600 ; N SF160000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N ydieresis ; B 14 -148 598 648 ;
C -1 ; WX 600 ; N SM680000 ; B 69 163 523 462 ;
EndCharMetrics
StartComposites 127
CC Aacute 2 ; PCC A 0 0 ; PCC acute 0 130 ;
CC Abreve 2 ; PCC A 0 0 ; PCC breve 0 130 ;
CC Acircumflex 2 ; PCC A 0 0 ; PCC circumflex 0 130 ;
CC Adieresis 2 ; PCC A 0 0 ; PCC dieresis 0 130 ;
CC Agrave 2 ; PCC A 0 0 ; PCC grave 0 130 ;
CC Amacron 2 ; PCC A 0 0 ; PCC macron 0 130 ;
CC Aring 2 ; PCC A 0 0 ; PCC ring 0 130 ;
CC Atilde 2 ; PCC A 0 0 ; PCC tilde 0 130 ;
CC Cacute 2 ; PCC C 0 0 ; PCC acute 0 130 ;
CC Ccaron 2 ; PCC C 0 0 ; PCC caron 18 130 ;
CC Ccircumflex 2 ; PCC C 0 0 ; PCC circumflex 18 130 ;
CC Cdotaccent 2 ; PCC C 0 0 ; PCC dotaccent 0 130 ;
CC Dcaron 2 ; PCC D 0 0 ; PCC caron 0 130 ;
CC Eacute 2 ; PCC E 0 0 ; PCC acute 0 130 ;
CC Ecaron 2 ; PCC E 0 0 ; PCC caron 0 130 ;
CC Ecircumflex 2 ; PCC E 0 0 ; PCC circumflex 0 130 ;
CC Edieresis 2 ; PCC E 0 0 ; PCC dieresis 0 130 ;
CC Edotaccent 2 ; PCC E 0 0 ; PCC dotaccent 0 130 ;
CC Egrave 2 ; PCC E 0 0 ; PCC grave 0 130 ;
CC Emacron 2 ; PCC E 0 0 ; PCC macron 0 130 ;
CC Gbreve 2 ; PCC G 0 0 ; PCC breve 18 130 ;
CC Gcircumflex 2 ; PCC G 0 0 ; PCC circumflex 18 130 ;
CC Gdotaccent 2 ; PCC G 0 0 ; PCC dotaccent 18 130 ;
CC Hcircumflex 2 ; PCC H 0 0 ; PCC circumflex 0 130 ;
CC Iacute 2 ; PCC I 0 0 ; PCC acute 0 130 ;
CC Icircumflex 2 ; PCC I 0 0 ; PCC circumflex 0 130 ;
CC Idieresis 2 ; PCC I 0 0 ; PCC dieresis 0 130 ;
CC Idotaccent 2 ; PCC I 0 0 ; PCC dotaccent 0 130 ;
CC Igrave 2 ; PCC I 0 0 ; PCC grave 0 130 ;
CC Imacron 2 ; PCC I 0 0 ; PCC macron 0 130 ;
CC Itilde 2 ; PCC I 0 0 ; PCC tilde 0 130 ;
CC Jcircumflex 2 ; PCC J 0 0 ; PCC circumflex 85 130 ;
CC Lacute 2 ; PCC L 0 0 ; PCC acute -100 130 ;
CC Lcaron 2 ; PCC L 0 0 ; PCC caron -100 130 ;
CC Nacute 2 ; PCC N 0 0 ; PCC acute 0 130 ;
CC Ncaron 2 ; PCC N 0 0 ; PCC caron 0 130 ;
CC Ntilde 2 ; PCC N 0 0 ; PCC tilde 0 130 ;
CC Oacute 2 ; PCC O 0 0 ; PCC acute 0 130 ;
CC Ocircumflex 2 ; PCC O 0 0 ; PCC circumflex 0 130 ;
CC Odieresis 2 ; PCC O 0 0 ; PCC dieresis 0 130 ;
CC Ograve 2 ; PCC O 0 0 ; PCC grave 0 130 ;
CC Ohungarumlaut 2 ; PCC O 0 0 ; PCC hungarumlaut 0 130 ;
CC Omacron 2 ; PCC O 0 0 ; PCC macron 0 130 ;
CC Otilde 2 ; PCC O 0 0 ; PCC tilde 0 130 ;
CC Racute 2 ; PCC R 0 0 ; PCC acute 0 130 ;
CC Rcaron 2 ; PCC R 0 0 ; PCC caron 0 130 ;
CC Sacute 2 ; PCC S 0 0 ; PCC acute 0 130 ;
CC Scaron 2 ; PCC S 0 0 ; PCC caron 0 130 ;
CC Scircumflex 2 ; PCC S 0 0 ; PCC circumflex 0 130 ;
CC Tcaron 2 ; PCC T 0 0 ; PCC caron 0 130 ;
CC Uacute 2 ; PCC U 0 0 ; PCC acute 0 130 ;
CC Ubreve 2 ; PCC U 0 0 ; PCC breve 0 130 ;
CC Ucircumflex 2 ; PCC U 0 0 ; PCC circumflex 0 130 ;
CC Udieresis 2 ; PCC U 0 0 ; PCC dieresis 0 130 ;
CC Ugrave 2 ; PCC U 0 0 ; PCC grave 0 130 ;
CC Uhungarumlaut 2 ; PCC U 0 0 ; PCC hungarumlaut 0 130 ;
CC Umacron 2 ; PCC U 0 0 ; PCC macron 0 130 ;
CC Uring 2 ; PCC U 0 0 ; PCC ring 0 130 ;
CC Utilde 2 ; PCC U 0 0 ; PCC tilde 0 130 ;
CC Yacute 2 ; PCC Y 0 0 ; PCC acute 0 130 ;
CC Ydieresis 2 ; PCC Y 0 0 ; PCC dieresis 0 130 ;
CC Zacute 2 ; PCC Z 0 0 ; PCC acute 0 130 ;
CC Zcaron 2 ; PCC Z 0 0 ; PCC caron 0 130 ;
CC Zdotaccent 2 ; PCC Z 0 0 ; PCC dotaccent 0 130 ;
CC aacute 2 ; PCC a 0 0 ; PCC acute 0 0 ;
CC abreve 2 ; PCC a 0 0 ; PCC breve 0 0 ;
CC acircumflex 2 ; PCC a 0 0 ; PCC circumflex 0 0 ;
CC adieresis 2 ; PCC a 0 0 ; PCC dieresis 0 0 ;
CC agrave 2 ; PCC a 0 0 ; PCC grave 0 0 ;
CC amacron 2 ; PCC a 0 0 ; PCC macron 0 0 ;
CC aring 2 ; PCC a 0 0 ; PCC ring 0 0 ;
CC atilde 2 ; PCC a 0 0 ; PCC tilde 0 0 ;
CC cacute 2 ; PCC c 0 0 ; PCC acute 0 0 ;
CC ccaron 2 ; PCC c 0 0 ; PCC caron 18 0 ;
CC ccircumflex 2 ; PCC c 0 0 ; PCC circumflex 18 0 ;
CC cdotaccent 2 ; PCC c 0 0 ; PCC dotaccent 0 0 ;
CC dcaron 2 ; PCC d 0 0 ; PCC caron 30 195 ;
CC eacute 2 ; PCC e 0 0 ; PCC acute 0 0 ;
CC ecaron 2 ; PCC e 0 0 ; PCC caron 0 0 ;
CC ecircumflex 2 ; PCC e 0 0 ; PCC circumflex 0 0 ;
CC edieresis 2 ; PCC e 0 0 ; PCC dieresis 0 0 ;
CC edotaccent 2 ; PCC e 0 0 ; PCC dotaccent 0 0 ;
CC egrave 2 ; PCC e 0 0 ; PCC grave 20 0 ;
CC emacron 2 ; PCC e 0 0 ; PCC macron 0 0 ;
CC gacute 2 ; PCC g 0 0 ; PCC acute 0 0 ;
CC gbreve 2 ; PCC g 0 0 ; PCC breve 0 0 ;
CC gcircumflex 2 ; PCC g 0 0 ; PCC circumflex 0 0 ;
CC gdotaccent 2 ; PCC g 0 0 ; PCC dotaccent 0 0 ;
CC hcircumflex 2 ; PCC h 0 0 ; PCC circumflex -20 195 ;
CC iacute 2 ; PCC dotlessi 0 0 ; PCC acute 0 0 ;
CC icircumflex 2 ; PCC dotlessi 0 0 ; PCC circumflex 0 0 ;
CC idieresis 2 ; PCC dotlessi 0 0 ; PCC dieresis 0 0 ;
CC igrave 2 ; PCC dotlessi 0 0 ; PCC grave 0 0 ;
CC imacron 2 ; PCC dotlessi 0 0 ; PCC macron 0 0 ;
CC itilde 2 ; PCC dotlessi 0 0 ; PCC tilde 0 0 ;
CC lacute 2 ; PCC l 0 0 ; PCC acute -20 195 ;
CC lcaron 2 ; PCC l 0 0 ; PCC caron 0 195 ;
CC nacute 2 ; PCC n 0 0 ; PCC acute 0 0 ;
CC ncaron 2 ; PCC n 0 0 ; PCC caron 0 0 ;
CC ntilde 2 ; PCC n 0 0 ; PCC tilde 0 0 ;
CC oacute 2 ; PCC o 0 0 ; PCC acute 0 0 ;
CC ocircumflex 2 ; PCC o 0 0 ; PCC circumflex 0 0 ;
CC odieresis 2 ; PCC o 0 0 ; PCC dieresis 0 0 ;
CC ograve 2 ; PCC o 0 0 ; PCC grave 0 0 ;
CC ohungarumlaut 2 ; PCC o 0 0 ; PCC hungarumlaut 0 0 ;
CC omacron 2 ; PCC o 0 0 ; PCC macron 0 0 ;
CC otilde 2 ; PCC o 0 0 ; PCC tilde 0 0 ;
CC racute 2 ; PCC r 0 0 ; PCC acute 0 0 ;
CC rcaron 2 ; PCC r 0 0 ; PCC caron 0 0 ;
CC sacute 2 ; PCC s 0 0 ; PCC acute 0 0 ;
CC scaron 2 ; PCC s 0 0 ; PCC caron 0 0 ;
CC scircumflex 2 ; PCC s 0 0 ; PCC circumflex 0 0 ;
CC tcaron 2 ; PCC t 0 0 ; PCC caron 0 107 ;
CC uacute 2 ; PCC u 0 0 ; PCC acute 0 0 ;
CC ubreve 2 ; PCC u 0 0 ; PCC breve 0 0 ;
CC ucircumflex 2 ; PCC u 0 0 ; PCC circumflex 0 0 ;
CC udieresis 2 ; PCC u 0 0 ; PCC dieresis 0 0 ;
CC ugrave 2 ; PCC u 0 0 ; PCC grave 0 0 ;
CC uhungarumlaut 2 ; PCC u 0 0 ; PCC hungarumlaut 0 0 ;
CC umacron 2 ; PCC u 0 0 ; PCC macron 0 0 ;
CC uring 2 ; PCC u 0 0 ; PCC ring 0 0 ;
CC utilde 2 ; PCC u 0 0 ; PCC tilde 0 0 ;
CC yacute 2 ; PCC y 0 0 ; PCC acute 0 0 ;
CC ydieresis 2 ; PCC y 0 0 ; PCC dieresis 0 0 ;
CC zacute 2 ; PCC z 0 0 ; PCC acute 0 0 ;
CC zcaron 2 ; PCC z 0 0 ; PCC caron 0 0 ;
CC zdotaccent 2 ; PCC z 0 0 ; PCC dotaccent 0 0 ;
EndComposites
EndFontMetrics


1966
font/ibm-type1/courb.pfa Normal file

File diff suppressed because it is too large Load Diff

636
font/ibm-type1/courbi.afm Normal file
View File

@ -0,0 +1,636 @@
StartFontMetrics 2.0
Comment Copyright (c) IBM Corporation 1990,1991.
Comment IBM Courier is a Trademark of the IBM Corporation.
Comment US Gov't Restricted Rights Notice - Use, Duplication or Disclosure
Comment Restricted By Accompanying License Agreement With IBM Corp.
Comment Creation Date: Tue Sep 17 17:04:15 1991
Comment UniqueID 263789
Comment VMusage 57715 76639
FontName Courier-BoldItalic
FullName Courier Bold Italic
FamilyName Courier
Weight Bold
ItalicAngle -16
IsFixedPitch true
FontBBox -48 -288 860 839
UnderlinePosition -100
UnderlineThickness 50
Version 001.003
Notice Copyright (c) IBM Corporation 1990,1991.
EncodingScheme AdobeStandardEncoding
CapHeight 583
XHeight 453
Ascender 648
Descender -152
StartCharMetrics 479
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 221 -16 483 591 ;
C 34 ; WX 600 ; N quotedbl ; B 203 272 591 583 ;
C 35 ; WX 600 ; N numbersign ; B 79 -73 672 658 ;
C 36 ; WX 600 ; N dollar ; B 91 -130 612 672 ;
C 37 ; WX 600 ; N percent ; B 120 -14 613 634 ;
C 38 ; WX 600 ; N ampersand ; B 110 -7 565 564 ;
C 39 ; WX 600 ; N quoteright ; B 221 309 511 583 ;
C 40 ; WX 600 ; N parenleft ; B 314 -93 630 666 ;
C 41 ; WX 600 ; N parenright ; B 82 -93 398 666 ;
C 42 ; WX 600 ; N asterisk ; B 175 193 590 587 ;
C 43 ; WX 600 ; N plus ; B 117 71 609 553 ;
C 44 ; WX 600 ; N comma ; B 129 -106 420 168 ;
C 45 ; WX 600 ; N hyphen ; B 254 253 475 345 ;
C 46 ; WX 600 ; N period ; B 217 -16 408 154 ;
C 47 ; WX 600 ; N slash ; B 44 -128 669 728 ;
C 48 ; WX 600 ; N zero ; B 142 -14 579 639 ;
C 49 ; WX 600 ; N one ; B 91 0 531 639 ;
C 50 ; WX 600 ; N two ; B 64 0 579 639 ;
C 51 ; WX 600 ; N three ; B 68 -14 548 639 ;
C 52 ; WX 600 ; N four ; B 94 0 542 639 ;
C 53 ; WX 600 ; N five ; B 74 -14 602 625 ;
C 54 ; WX 600 ; N six ; B 130 -14 632 639 ;
C 55 ; WX 600 ; N seven ; B 203 0 659 625 ;
C 56 ; WX 600 ; N eight ; B 122 -14 591 639 ;
C 57 ; WX 600 ; N nine ; B 80 -14 582 639 ;
C 58 ; WX 600 ; N colon ; B 217 -16 464 416 ;
C 59 ; WX 600 ; N semicolon ; B 134 -105 465 419 ;
C 60 ; WX 600 ; N less ; B 69 75 617 556 ;
C 61 ; WX 600 ; N equal ; B 117 181 612 444 ;
C 62 ; WX 600 ; N greater ; B 97 75 644 556 ;
C 63 ; WX 600 ; N question ; B 187 -16 574 592 ;
C 64 ; WX 600 ; N at ; B 70 -12 653 592 ;
C 65 ; WX 600 ; N A ; B -6 0 614 583 ;
C 66 ; WX 600 ; N B ; B 27 0 608 583 ;
C 67 ; WX 600 ; N C ; B 103 -16 684 599 ;
C 68 ; WX 600 ; N D ; B 17 0 629 583 ;
C 69 ; WX 600 ; N E ; B 40 0 663 583 ;
C 70 ; WX 600 ; N F ; B 55 0 670 583 ;
C 71 ; WX 600 ; N G ; B 85 -16 670 599 ;
C 72 ; WX 600 ; N H ; B 22 0 692 583 ;
C 73 ; WX 600 ; N I ; B 80 0 631 583 ;
C 74 ; WX 600 ; N J ; B 61 -16 708 583 ;
C 75 ; WX 600 ; N K ; B 43 0 689 583 ;
C 76 ; WX 600 ; N L ; B 41 0 619 583 ;
C 77 ; WX 600 ; N M ; B -13 0 715 583 ;
C 78 ; WX 600 ; N N ; B 12 -12 714 583 ;
C 79 ; WX 600 ; N O ; B 80 -16 633 599 ;
C 80 ; WX 600 ; N P ; B 75 0 648 583 ;
C 81 ; WX 600 ; N Q ; B 80 -130 633 599 ;
C 82 ; WX 600 ; N R ; B 28 0 600 583 ;
C 83 ; WX 600 ; N S ; B 49 -18 645 606 ;
C 84 ; WX 600 ; N T ; B 103 0 673 583 ;
C 85 ; WX 600 ; N U ; B 120 -16 708 583 ;
C 86 ; WX 600 ; N V ; B 98 0 723 583 ;
C 87 ; WX 600 ; N W ; B 94 0 727 583 ;
C 88 ; WX 600 ; N X ; B 16 0 678 583 ;
C 89 ; WX 600 ; N Y ; B 121 0 698 583 ;
C 90 ; WX 600 ; N Z ; B 66 0 625 583 ;
C 91 ; WX 600 ; N bracketleft ; B 264 -91 636 672 ;
C 92 ; WX 600 ; N backslash ; B 216 -134 501 735 ;
C 93 ; WX 600 ; N bracketright ; B 75 -91 447 672 ;
C 94 ; WX 600 ; N asciicircum ; B 128 153 602 583 ;
C 95 ; WX 600 ; N underscore ; B -48 -125 648 -75 ;
C 96 ; WX 600 ; N quoteleft ; B 219 309 509 583 ;
C 97 ; WX 600 ; N a ; B 70 -14 575 474 ;
C 98 ; WX 600 ; N b ; B 1 -9 601 648 ;
C 99 ; WX 600 ; N c ; B 97 -14 618 473 ;
C 100 ; WX 600 ; N d ; B 82 -10 642 648 ;
C 101 ; WX 600 ; N e ; B 99 -14 602 469 ;
C 102 ; WX 600 ; N f ; B 78 0 648 643 ; L f ff ; L i fi ; L l fl ;
C 103 ; WX 600 ; N g ; B 76 -149 655 459 ;
C 104 ; WX 600 ; N h ; B 21 0 598 648 ;
C 105 ; WX 600 ; N i ; B 85 0 528 672 ;
C 106 ; WX 600 ; N j ; B 22 -146 527 672 ;
C 107 ; WX 600 ; N k ; B 3 0 597 648 ;
C 108 ; WX 600 ; N l ; B 82 0 524 631 ;
C 109 ; WX 600 ; N m ; B -5 0 619 465 ;
C 110 ; WX 600 ; N n ; B 16 0 594 468 ;
C 111 ; WX 600 ; N o ; B 79 -14 607 474 ;
C 112 ; WX 600 ; N p ; B -29 -152 607 467 ;
C 113 ; WX 600 ; N q ; B 78 -148 682 465 ;
C 114 ; WX 600 ; N r ; B 57 0 645 464 ;
C 115 ; WX 600 ; N s ; B 81 -15 590 476 ;
C 116 ; WX 600 ; N t ; B 162 -14 557 583 ;
C 117 ; WX 600 ; N u ; B 96 -14 580 453 ;
C 118 ; WX 600 ; N v ; B 84 0 681 453 ;
C 119 ; WX 600 ; N w ; B 66 0 699 453 ;
C 120 ; WX 600 ; N x ; B 10 0 652 453 ;
C 121 ; WX 600 ; N y ; B 95 -157 667 453 ;
C 122 ; WX 600 ; N z ; B 84 0 601 453 ;
C 123 ; WX 600 ; N braceleft ; B 264 -92 613 669 ;
C 124 ; WX 600 ; N bar ; B 315 -184 414 673 ;
C 125 ; WX 600 ; N braceright ; B 99 -92 447 669 ;
C 126 ; WX 600 ; N asciitilde ; B 152 216 596 412 ;
C 161 ; WX 600 ; N exclamdown ; B 231 -133 491 474 ;
C 162 ; WX 600 ; N cent ; B 155 -54 605 631 ;
C 163 ; WX 600 ; N sterling ; B 113 -20 606 636 ;
C 164 ; WX 600 ; N fraction ; B 10 -5 611 648 ;
C 165 ; WX 600 ; N yen ; B 132 0 707 612 ;
C 166 ; WX 600 ; N florin ; B -12 -95 664 680 ;
C 167 ; WX 600 ; N section ; B 97 -88 607 583 ;
C 168 ; WX 600 ; N currency ; B 119 52 610 535 ;
C 169 ; WX 600 ; N quotesingle ; B 312 272 509 583 ;
C 170 ; WX 600 ; N quotedblleft ; B 148 309 643 583 ;
C 171 ; WX 600 ; N guillemotleft ; B 96 18 625 463 ;
C 172 ; WX 600 ; N guilsinglleft ; B 188 38 532 440 ;
C 173 ; WX 600 ; N guilsinglright ; B 165 38 508 440 ;
C 174 ; WX 600 ; N fi ; B 14 0 605 672 ;
C 175 ; WX 600 ; N fl ; B 14 0 600 643 ;
C 177 ; WX 600 ; N endash ; B 140 253 589 345 ;
C 178 ; WX 600 ; N dagger ; B 213 -48 540 583 ;
C 179 ; WX 600 ; N daggerdbl ; B 175 -48 540 583 ;
C 180 ; WX 600 ; N periodcentered ; B 270 228 461 398 ;
C 182 ; WX 600 ; N paragraph ; B 120 -79 631 583 ;
C 183 ; WX 600 ; N bullet ; B 246 172 469 395 ;
C 184 ; WX 600 ; N quotesinglbase ; B 130 -106 420 168 ;
C 185 ; WX 600 ; N quotedblbase ; B 26 -106 522 168 ;
C 186 ; WX 600 ; N quotedblright ; B 119 309 614 583 ;
C 187 ; WX 600 ; N guillemotright ; B 72 18 599 463 ;
C 188 ; WX 600 ; N ellipsis ; B 26 -16 599 154 ;
C 189 ; WX 600 ; N perthousand ; B 11 -14 647 639 ;
C 191 ; WX 600 ; N questiondown ; B 120 -133 506 474 ;
C 193 ; WX 600 ; N grave ; B 264 544 498 642 ;
C 194 ; WX 600 ; N acute ; B 319 544 582 642 ;
C 195 ; WX 600 ; N circumflex ; B 279 535 554 652 ;
C 196 ; WX 600 ; N tilde ; B 232 530 603 659 ;
C 197 ; WX 600 ; N macron ; B 237 550 598 635 ;
C 198 ; WX 600 ; N breve ; B 258 523 615 662 ;
C 199 ; WX 600 ; N dotaccent ; B 353 533 475 653 ;
C 200 ; WX 600 ; N dieresis ; B 284 533 555 648 ;
C 202 ; WX 600 ; N ring ; B 304 515 483 694 ;
C 203 ; WX 600 ; N cedilla ; B 158 -170 397 7 ;
C 205 ; WX 600 ; N hungarumlaut ; B 234 528 650 657 ;
C 206 ; WX 600 ; N ogonek ; B 179 -144 391 19 ;
C 207 ; WX 600 ; N caron ; B 286 535 561 652 ;
C 208 ; WX 600 ; N emdash ; B 16 253 713 345 ;
C 225 ; WX 600 ; N AE ; B -2 0 717 583 ;
C 227 ; WX 600 ; N ordfeminine ; B 206 251 522 600 ;
C 232 ; WX 600 ; N Lslash ; B 41 0 619 583 ;
C 233 ; WX 600 ; N Oslash ; B 46 -30 665 599 ;
C 234 ; WX 600 ; N OE ; B 54 0 717 583 ;
C 235 ; WX 600 ; N ordmasculine ; B 206 251 541 600 ;
C 241 ; WX 600 ; N ae ; B 42 -14 631 474 ;
C 245 ; WX 600 ; N dotlessi ; B 85 0 528 453 ;
C 248 ; WX 600 ; N lslash ; B 82 0 579 631 ;
C 249 ; WX 600 ; N oslash ; B 45 -23 643 486 ;
C 250 ; WX 600 ; N oe ; B 29 -14 631 474 ;
C 251 ; WX 600 ; N germandbls ; B 45 -14 571 656 ;
C -1 ; WX 600 ; N adieresis ; B 70 -14 575 648 ;
C -1 ; WX 600 ; N ocircumflex ; B 79 -14 607 652 ;
C -1 ; WX 600 ; N Uacute ; B 120 -16 708 772 ;
C -1 ; WX 600 ; N Zcaron ; B 66 0 625 782 ;
C -1 ; WX 600 ; N logicalnot ; B 142 163 596 462 ;
C -1 ; WX 600 ; N omacron ; B 79 -14 607 635 ;
C -1 ; WX 600 ; N arrowleft ; B 18 154 574 421 ;
C -1 ; WX 600 ; N Scircumflex ; B 49 -18 645 782 ;
C -1 ; WX 600 ; N carriagereturn ; B 18 154 574 527 ;
C -1 ; WX 600 ; N Scaron ; B 49 -18 645 782 ;
C -1 ; WX 600 ; N aogonek ; B 70 -144 575 474 ;
C -1 ; WX 600 ; N abreve ; B 70 -14 615 662 ;
C -1 ; WX 600 ; N commasuperior ; B 227 197 445 371 ;
C -1 ; WX 600 ; N arrowboth ; B 22 154 578 421 ;
C -1 ; WX 600 ; N heart ; B 51 -11 549 563 ;
C -1 ; WX 600 ; N hbar ; B 21 0 598 648 ;
C -1 ; WX 600 ; N lessequal ; B 69 18 617 610 ;
C -1 ; WX 600 ; N nacute ; B 16 0 594 642 ;
C -1 ; WX 600 ; N degree ; B 208 326 521 639 ;
C -1 ; WX 600 ; N SM750000 ; B 83 65 517 499 ;
C -1 ; WX 600 ; N Eacute ; B 40 0 663 772 ;
C -1 ; WX 600 ; N SF030000 ; B 0 -288 336 288 ;
C -1 ; WX 600 ; N foursuperior ; B 172 254 450 639 ;
C -1 ; WX 600 ; N ij ; B 86 -146 641 672 ;
C -1 ; WX 600 ; N SF070000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Utilde ; B 120 -16 708 789 ;
C -1 ; WX 600 ; N highcomman ; B 1 0 594 672 ;
C -1 ; WX 600 ; N Omacron ; B 80 -16 633 765 ;
C -1 ; WX 600 ; N eng ; B 16 -134 561 469 ;
C -1 ; WX 600 ; N Ecircumflex ; B 40 0 663 782 ;
C -1 ; WX 600 ; N lcaron ; B 82 0 561 830 ;
C -1 ; WX 600 ; N Agrave ; B -6 0 614 772 ;
C -1 ; WX 600 ; N approxequal ; B 152 95 596 510 ;
C -1 ; WX 600 ; N gcircumflex ; B 76 -149 655 652 ;
C -1 ; WX 600 ; N amacron ; B 70 -14 598 635 ;
C -1 ; WX 600 ; N ecircumflex ; B 99 -14 602 652 ;
C -1 ; WX 600 ; N lacute ; B 82 0 582 820 ;
C -1 ; WX 600 ; N ccaron ; B 97 -14 618 652 ;
C -1 ; WX 600 ; N dcaron ; B 82 -10 642 830 ;
C -1 ; WX 600 ; N idieresis ; B 85 0 555 648 ;
C -1 ; WX 600 ; N ffi ; B 3 0 688 672 ;
C -1 ; WX 600 ; N Gamma ; B 53 0 666 583 ;
C -1 ; WX 600 ; N Scedilla ; B 49 -170 645 606 ;
C -1 ; WX 600 ; N ntilde ; B 16 0 603 659 ;
C -1 ; WX 600 ; N Racute ; B 28 0 612 772 ;
C -1 ; WX 600 ; N lcedilla ; B 82 -170 524 631 ;
C -1 ; WX 600 ; N arrowright ; B 26 154 582 421 ;
C -1 ; WX 600 ; N gacute ; B 76 -149 655 642 ;
C -1 ; WX 600 ; N yacute ; B 95 -157 667 642 ;
C -1 ; WX 600 ; N exclamdbl ; B 108 -16 595 591 ;
C -1 ; WX 600 ; N Lcaron ; B 41 0 619 782 ;
C -1 ; WX 600 ; N Eogonek ; B 40 -144 663 583 ;
C -1 ; WX 600 ; N SM630000 ; B 0 83 560 480 ;
C -1 ; WX 600 ; N agrave ; B 70 -14 575 642 ;
C -1 ; WX 600 ; N Tcedilla ; B 103 -170 673 583 ;
C -1 ; WX 600 ; N Sacute ; B 49 -18 645 772 ;
C -1 ; WX 600 ; N ccedilla ; B 97 -182 618 473 ;
C -1 ; WX 600 ; N fiveeighths ; B 7 -94 719 657 ;
C -1 ; WX 600 ; N racute ; B 57 0 645 642 ;
C -1 ; WX 600 ; N SF220000 ; B 0 -288 336 360 ;
C -1 ; WX 600 ; N Odieresis ; B 80 -16 633 778 ;
C -1 ; WX 600 ; N Igrave ; B 80 0 631 772 ;
C -1 ; WX 600 ; N ubreve ; B 96 -14 615 662 ;
C -1 ; WX 600 ; N SF010000 ; B 264 -288 600 288 ;
C -1 ; WX 600 ; N approxequalalt ; B 152 146 596 510 ;
C -1 ; WX 600 ; N itilde ; B 85 0 603 659 ;
C -1 ; WX 600 ; N longdash ; B 113 253 616 345 ;
C -1 ; WX 600 ; N alpha ; B 32 -15 624 476 ;
C -1 ; WX 600 ; N umacron ; B 96 -14 598 635 ;
C -1 ; WX 600 ; N delta ; B 79 -15 587 633 ;
C -1 ; WX 600 ; N dbar ; B 78 -10 688 648 ;
C -1 ; WX 600 ; N udieresis ; B 96 -14 580 648 ;
C -1 ; WX 600 ; N Ucircumflex ; B 120 -16 708 782 ;
C -1 ; WX 600 ; N SF580000 ; B 0 -288 300 792 ;
C -1 ; WX 600 ; N SM700000 ; B 7 149 593 328 ;
C -1 ; WX 600 ; N SF260000 ; B 0 144 408 792 ;
C -1 ; WX 600 ; N intersection ; B 133 0 595 599 ;
C -1 ; WX 600 ; N SF570000 ; B 0 -288 600 252 ;
C -1 ; WX 600 ; N copyright ; B 68 13 655 599 ;
C -1 ; WX 600 ; N SF270000 ; B 0 216 408 792 ;
C -1 ; WX 600 ; N equivalence ; B 117 94 612 531 ;
C -1 ; WX 600 ; N Edieresis ; B 40 0 663 778 ;
C -1 ; WX 600 ; N liter ; B 136 -12 463 621 ;
C -1 ; WX 600 ; N Ydieresis ; B 121 0 698 778 ;
C -1 ; WX 600 ; N minus ; B 119 269 611 356 ;
C -1 ; WX 600 ; N notequal ; B 143 64 585 567 ;
C -1 ; WX 600 ; N SF500000 ; B 264 144 600 792 ;
C -1 ; WX 600 ; N kgreenlandic ; B 3 0 597 453 ;
C -1 ; WX 600 ; N dquoteright ; B 42 -10 860 648 ;
C -1 ; WX 600 ; N greaterequal ; B 97 18 644 610 ;
C -1 ; WX 600 ; N SM750002 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N iacute ; B 85 0 582 642 ;
C -1 ; WX 600 ; N SF430000 ; B 0 144 600 360 ;
C -1 ; WX 600 ; N kcedilla ; B 3 -170 597 648 ;
C -1 ; WX 600 ; N SF490000 ; B 192 216 600 792 ;
C -1 ; WX 600 ; N brokenbar ; B 315 -184 414 673 ;
C -1 ; WX 600 ; N Rcedilla ; B 28 -170 600 583 ;
C -1 ; WX 600 ; N parenrightsuperior ; B 194 213 424 675 ;
C -1 ; WX 600 ; N filledbox ; B 201 141 399 339 ;
C -1 ; WX 600 ; N parenleftsuperior ; B 350 213 580 675 ;
C -1 ; WX 600 ; N Ldot ; B 41 0 619 583 ;
C -1 ; WX 600 ; N female ; B 154 38 448 563 ;
C -1 ; WX 600 ; N Udieresis ; B 120 -16 708 778 ;
C -1 ; WX 600 ; N ograve ; B 79 -14 607 642 ;
C -1 ; WX 600 ; N SF250000 ; B 0 -288 408 360 ;
C -1 ; WX 600 ; N ldot ; B 82 0 621 631 ;
C -1 ; WX 600 ; N Itilde ; B 80 0 633 789 ;
C -1 ; WX 600 ; N arrowdown ; B 167 -25 434 563 ;
C -1 ; WX 600 ; N Hbar ; B 22 0 692 583 ;
C -1 ; WX 600 ; N SV040000 ; B 102 96 498 467 ;
C -1 ; WX 600 ; N SF380000 ; B 192 144 600 792 ;
C -1 ; WX 600 ; N Omega ; B 20 0 655 600 ;
C -1 ; WX 600 ; N SM490000 ; B 21 0 579 670 ;
C -1 ; WX 600 ; N SM590000 ; B 40 83 600 480 ;
C -1 ; WX 600 ; N Nacute ; B 12 -12 714 772 ;
C -1 ; WX 600 ; N ecaron ; B 99 -14 602 652 ;
C -1 ; WX 600 ; N SF510000 ; B 264 -288 600 360 ;
C -1 ; WX 600 ; N arrowup ; B 167 0 434 588 ;
C -1 ; WX 600 ; N Ncaron ; B 12 -12 714 782 ;
C -1 ; WX 600 ; N musicalnotedbl ; B 43 -20 529 569 ;
C -1 ; WX 600 ; N Thorn ; B 75 0 618 583 ;
C -1 ; WX 600 ; N Ugrave ; B 120 -16 708 772 ;
C -1 ; WX 600 ; N SF090000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N SF110000 ; B 264 -288 336 792 ;
C -1 ; WX 600 ; N SF020000 ; B 264 216 600 792 ;
C -1 ; WX 600 ; N Rcaron ; B 28 0 600 782 ;
C -1 ; WX 600 ; N jcircumflex ; B 22 -146 501 652 ;
C -1 ; WX 600 ; N Cacute ; B 103 -16 684 772 ;
C -1 ; WX 600 ; N eogonek ; B 99 -144 602 469 ;
C -1 ; WX 600 ; N Eng ; B 27 -131 625 595 ;
C -1 ; WX 600 ; N rcaron ; B 57 0 645 652 ;
C -1 ; WX 600 ; N SF460000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Tbar ; B 89 0 669 583 ;
C -1 ; WX 600 ; N SM690000 ; B 6 -13 594 576 ;
C -1 ; WX 600 ; N Zacute ; B 66 0 625 772 ;
C -1 ; WX 600 ; N SF370000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N Ccircumflex ; B 103 -16 684 782 ;
C -1 ; WX 600 ; N sacute ; B 81 -15 590 642 ;
C -1 ; WX 600 ; N divide ; B 117 76 609 550 ;
C -1 ; WX 600 ; N gdotaccent ; B 76 -149 655 653 ;
C -1 ; WX 600 ; N SM580000 ; B 85 67 515 497 ;
C -1 ; WX 600 ; N Iogonek ; B 80 -144 631 583 ;
C -1 ; WX 600 ; N Eth ; B 17 0 629 583 ;
C -1 ; WX 600 ; N imacron ; B 85 0 598 635 ;
C -1 ; WX 600 ; N eightsuperior ; B 192 246 483 639 ;
C -1 ; WX 600 ; N Idieresis ; B 80 0 631 778 ;
C -1 ; WX 600 ; N SS010000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N uogonek ; B 96 -144 580 453 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 79 -14 650 657 ;
C -1 ; WX 600 ; N Lacute ; B 41 0 619 772 ;
C -1 ; WX 600 ; N aacute ; B 70 -14 582 642 ;
C -1 ; WX 600 ; N Ograve ; B 80 -16 633 772 ;
C -1 ; WX 600 ; N diamond ; B 90 -11 510 563 ;
C -1 ; WX 600 ; N SF060000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N SF050000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Iacute ; B 80 0 631 772 ;
C -1 ; WX 600 ; N edieresis ; B 99 -14 602 648 ;
C -1 ; WX 600 ; N Jcircumflex ; B 61 -16 708 782 ;
C -1 ; WX 600 ; N Otilde ; B 80 -16 633 789 ;
C -1 ; WX 600 ; N Ncedilla ; B 12 -170 714 583 ;
C -1 ; WX 600 ; N Gcedilla ; B 85 -170 670 599 ;
C -1 ; WX 600 ; N icircumflex ; B 85 0 554 652 ;
C -1 ; WX 600 ; N periodsuperior ; B 289 250 431 365 ;
C -1 ; WX 600 ; N Ocircumflex ; B 80 -16 633 782 ;
C -1 ; WX 600 ; N oacute ; B 79 -14 607 642 ;
C -1 ; WX 600 ; N ccircumflex ; B 97 -14 618 652 ;
C -1 ; WX 600 ; N SF190000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N Imacron ; B 80 0 631 765 ;
C -1 ; WX 600 ; N aring ; B 70 -14 575 694 ;
C -1 ; WX 600 ; N egrave ; B 99 -14 602 642 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 120 -16 708 787 ;
C -1 ; WX 600 ; N ugrave ; B 96 -14 580 642 ;
C -1 ; WX 600 ; N igrave ; B 85 0 528 642 ;
C -1 ; WX 600 ; N Uogonek ; B 120 -144 708 583 ;
C -1 ; WX 600 ; N eth ; B 80 -14 611 727 ;
C -1 ; WX 600 ; N spade ; B 78 0 522 563 ;
C -1 ; WX 600 ; N otilde ; B 79 -14 607 659 ;
C -1 ; WX 600 ; N Umacron ; B 120 -16 708 765 ;
C -1 ; WX 600 ; N emacron ; B 99 -14 602 635 ;
C -1 ; WX 600 ; N zacute ; B 84 0 601 642 ;
C -1 ; WX 600 ; N mu ; B 68 -142 584 453 ;
C -1 ; WX 600 ; N Dcaron ; B 17 0 629 782 ;
C -1 ; WX 600 ; N Hcircumflex ; B 22 0 692 782 ;
C -1 ; WX 600 ; N tquoteright ; B 122 -14 793 583 ;
C -1 ; WX 600 ; N zerosuperior ; B 204 246 476 639 ;
C -1 ; WX 600 ; N Gbreve ; B 85 -16 670 792 ;
C -1 ; WX 600 ; N SF440000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Cdotaccent ; B 103 -16 684 783 ;
C -1 ; WX 600 ; N SF610000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N SF140000 ; B 0 -167 500 733 ;
C -1 ; WX 600 ; N Idotaccent ; B 80 0 631 783 ;
C -1 ; WX 600 ; N SF420000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N SM770000 ; B 163 -97 430 607 ;
C -1 ; WX 600 ; N uacute ; B 96 -14 582 642 ;
C -1 ; WX 600 ; N SM600000 ; B 102 95 498 466 ;
C -1 ; WX 600 ; N SF240000 ; B 192 -288 408 792 ;
C -1 ; WX 600 ; N SF600000 ; B 0 252 600 792 ;
C -1 ; WX 600 ; N Aogonek ; B -6 -144 614 583 ;
C -1 ; WX 600 ; N Theta ; B 79 -17 633 599 ;
C -1 ; WX 600 ; N club ; B 18 0 582 563 ;
C -1 ; WX 600 ; N spacenumeric ; B 0 0 0 0 ;
C -1 ; WX 600 ; N SM790000 ; B 73 0 527 567 ;
C -1 ; WX 600 ; N Lquoteright ; B 41 0 687 583 ;
C -1 ; WX 600 ; N multiply ; B 160 112 569 521 ;
C -1 ; WX 600 ; N uring ; B 96 -14 580 694 ;
C -1 ; WX 600 ; N tcaron ; B 162 -14 557 758 ;
C -1 ; WX 600 ; N Icircumflex ; B 80 0 631 782 ;
C -1 ; WX 600 ; N Uring ; B 120 -16 708 824 ;
C -1 ; WX 600 ; N SM760000 ; B 163 15 430 607 ;
C -1 ; WX 600 ; N Pts ; B 1 -14 598 583 ;
C -1 ; WX 600 ; N plusminus ; B 117 23 609 601 ;
C -1 ; WX 600 ; N SF210000 ; B 0 -288 408 288 ;
C -1 ; WX 600 ; N overline ; B 45 718 555 805 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 80 -16 680 787 ;
C -1 ; WX 600 ; N musicalnote ; B 131 14 446 563 ;
C -1 ; WX 600 ; N phi ; B 83 -151 612 474 ;
C -1 ; WX 600 ; N Sigma ; B 35 0 656 583 ;
C -1 ; WX 600 ; N SF280000 ; B 0 144 336 792 ;
C -1 ; WX 600 ; N Lcedilla ; B 41 -170 619 583 ;
C -1 ; WX 600 ; N atilde ; B 70 -14 603 659 ;
C -1 ; WX 600 ; N SM570001 ; B 61 0 539 479 ;
C -1 ; WX 600 ; N Tcaron ; B 103 0 673 782 ;
C -1 ; WX 600 ; N SF100000 ; B 0 216 600 288 ;
C -1 ; WX 600 ; N SF080000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N Aring ; B -6 0 614 824 ;
C -1 ; WX 600 ; N nsuperior ; B 153 260 568 599 ;
C -1 ; WX 600 ; N scedilla ; B 81 -170 590 476 ;
C -1 ; WX 600 ; N SF540000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onesuperior ; B 174 254 447 639 ;
C -1 ; WX 600 ; N ffl ; B -2 0 667 643 ;
C -1 ; WX 600 ; N Gdotaccent ; B 85 -16 670 783 ;
C -1 ; WX 600 ; N underscorebroken ; B 45 -162 555 -75 ;
C -1 ; WX 600 ; N Ecaron ; B 40 0 663 782 ;
C -1 ; WX 600 ; N oneeighth ; B 31 -94 743 657 ;
C -1 ; WX 600 ; N tcedilla ; B 162 -170 557 583 ;
C -1 ; WX 600 ; N radical ; B 52 0 697 805 ;
C -1 ; WX 600 ; N gbreve ; B 76 -149 655 662 ;
C -1 ; WX 600 ; N ff ; B 2 0 726 643 ; L i ffi ; L l ffl ;
C -1 ; WX 600 ; N edotaccent ; B 99 -14 602 653 ;
C -1 ; WX 600 ; N sixsuperior ; B 198 246 507 639 ;
C -1 ; WX 600 ; N underscoredbl ; B -48 -225 648 -75 ;
C -1 ; WX 600 ; N fivesuperior ; B 164 246 488 631 ;
C -1 ; WX 600 ; N trademark ; B 115 259 704 583 ;
C -1 ; WX 600 ; N Amacron ; B -6 0 614 765 ;
C -1 ; WX 600 ; N sevensuperior ; B 243 254 525 631 ;
C -1 ; WX 600 ; N Kcedilla ; B 43 -170 689 583 ;
C -1 ; WX 600 ; N SF400000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N Ntilde ; B 12 -12 714 789 ;
C -1 ; WX 600 ; N Ccaron ; B 103 -16 684 782 ;
C -1 ; WX 600 ; N Ccedilla ; B 103 -182 684 599 ;
C -1 ; WX 600 ; N SF150000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N zeroslash ; B 117 -62 598 681 ;
C -1 ; WX 600 ; N threequarters ; B 20 -94 733 657 ;
C -1 ; WX 600 ; N SP500000 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N yuan ; B 132 0 707 612 ;
C -1 ; WX 600 ; N iogonek ; B 85 -144 528 672 ;
C -1 ; WX 600 ; N Aacute ; B -6 0 614 772 ;
C -1 ; WX 600 ; N Zdotaccent ; B 66 0 625 783 ;
C -1 ; WX 600 ; N odieresis ; B 79 -14 607 648 ;
C -1 ; WX 600 ; N SF480000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N cdotaccent ; B 97 -14 618 653 ;
C -1 ; WX 600 ; N plussuperior ; B 163 292 497 592 ;
C -1 ; WX 600 ; N infinity ; B 106 183 623 442 ;
C -1 ; WX 600 ; N utilde ; B 96 -14 603 659 ;
C -1 ; WX 600 ; N epsilon ; B 76 -15 581 476 ;
C -1 ; WX 600 ; N male ; B 90 119 513 563 ;
C -1 ; WX 600 ; N Ubreve ; B 120 -16 708 792 ;
C -1 ; WX 600 ; N Atilde ; B -6 0 633 789 ;
C -1 ; WX 600 ; N hcircumflex ; B 21 0 598 830 ;
C -1 ; WX 600 ; N Egrave ; B 40 0 663 802 ;
C -1 ; WX 600 ; N ncedilla ; B 16 -170 594 468 ;
C -1 ; WX 600 ; N ncaron ; B 16 0 594 652 ;
C -1 ; WX 600 ; N onequarter ; B 31 -94 743 657 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 96 -14 650 657 ;
C -1 ; WX 600 ; N ucircumflex ; B 96 -14 580 652 ;
C -1 ; WX 600 ; N Edotaccent ; B 40 0 663 783 ;
C -1 ; WX 600 ; N SF410000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N SF450000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N rightangle ; B 133 0 587 454 ;
C -1 ; WX 600 ; N threeeighths ; B 0 -94 713 657 ;
C -1 ; WX 600 ; N Adieresis ; B -6 0 614 778 ;
C -1 ; WX 600 ; N acircumflex ; B 70 -14 575 652 ;
C -1 ; WX 600 ; N tau ; B 119 -9 526 453 ;
C -1 ; WX 600 ; N minussuperior ; B 163 409 497 476 ;
C -1 ; WX 600 ; N IJ ; B 4 -16 719 583 ;
C -1 ; WX 600 ; N Gcircumflex ; B 85 -16 670 782 ;
C -1 ; WX 600 ; N tbar ; B 139 -14 567 583 ;
C -1 ; WX 600 ; N Phi ; B 97 0 626 583 ;
C -1 ; WX 600 ; N Yacute ; B 121 0 698 772 ;
C -1 ; WX 600 ; N similar ; B 141 216 588 412 ;
C -1 ; WX 600 ; N SF470000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N productdot ; B 269 228 457 398 ;
C -1 ; WX 600 ; N eacute ; B 99 -14 602 642 ;
C -1 ; WX 600 ; N micro ; B 72 -153 590 453 ;
C -1 ; WX 600 ; N ninesuperior ; B 184 246 493 639 ;
C -1 ; WX 600 ; N thorn ; B -29 -152 607 648 ;
C -1 ; WX 600 ; N SF230000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N rcedilla ; B 57 -170 645 464 ;
C -1 ; WX 600 ; N SF390000 ; B 192 -288 600 360 ;
C -1 ; WX 600 ; N sigma ; B 50 -15 649 473 ;
C -1 ; WX 600 ; N zerodot ; B 142 -14 579 639 ;
C -1 ; WX 600 ; N registered ; B 68 13 655 599 ;
C -1 ; WX 600 ; N SF520000 ; B 192 -288 600 288 ;
C -1 ; WX 600 ; N Oacute ; B 80 -16 633 772 ;
C -1 ; WX 600 ; N zcaron ; B 84 0 601 652 ;
C -1 ; WX 600 ; N seveneighths ; B -27 -94 686 657 ;
C -1 ; WX 600 ; N SS270000 ; B 38 -243 361 839 ;
C -1 ; WX 600 ; N SS260000 ; B 239 -243 563 839 ;
C -1 ; WX 600 ; N SF200000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N SF040000 ; B 0 216 336 792 ;
C -1 ; WX 600 ; N twosuperior ; B 158 254 475 639 ;
C -1 ; WX 600 ; N SF530000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onehalf ; B 24 -94 737 657 ;
C -1 ; WX 600 ; N SS000000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N scaron ; B 81 -15 590 652 ;
C -1 ; WX 600 ; N SF360000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N cacute ; B 97 -14 618 642 ;
C -1 ; WX 600 ; N ohm ; B 19 0 581 599 ;
C -1 ; WX 600 ; N Abreve ; B -6 0 614 792 ;
C -1 ; WX 600 ; N zdotaccent ; B 84 0 601 653 ;
C -1 ; WX 600 ; N Emacron ; B 40 0 663 765 ;
C -1 ; WX 600 ; N pi ; B -8 0 611 453 ;
C -1 ; WX 600 ; N Acircumflex ; B -6 0 614 782 ;
C -1 ; WX 600 ; N scircumflex ; B 81 -15 590 652 ;
C -1 ; WX 600 ; N threesuperior ; B 160 246 456 639 ;
C -1 ; WX 600 ; N SF590000 ; B 300 -288 600 792 ;
C -1 ; WX 600 ; N lquoteright ; B 42 0 727 631 ;
C -1 ; WX 600 ; N SF160000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N ydieresis ; B 95 -157 667 648 ;
C -1 ; WX 600 ; N SM680000 ; B 153 163 607 462 ;
EndCharMetrics
StartComposites 127
CC Aacute 2 ; PCC A 0 0 ; PCC acute 30 130 ;
CC Abreve 2 ; PCC A 0 0 ; PCC breve -18 130 ;
CC Acircumflex 2 ; PCC A 0 0 ; PCC circumflex -18 130 ;
CC Adieresis 2 ; PCC A 0 0 ; PCC dieresis 30 130 ;
CC Agrave 2 ; PCC A 0 0 ; PCC grave 30 130 ;
CC Amacron 2 ; PCC A 0 0 ; PCC macron -15 130 ;
CC Aring 2 ; PCC A 0 0 ; PCC ring 30 130 ;
CC Atilde 2 ; PCC A 0 0 ; PCC tilde 30 130 ;
CC Cacute 2 ; PCC C 0 0 ; PCC acute 30 130 ;
CC Ccaron 2 ; PCC C 0 0 ; PCC caron 30 130 ;
CC Ccircumflex 2 ; PCC C 0 0 ; PCC circumflex 30 130 ;
CC Cdotaccent 2 ; PCC C 0 0 ; PCC dotaccent 30 130 ;
CC Dcaron 2 ; PCC D 0 0 ; PCC caron -12 130 ;
CC Eacute 2 ; PCC E 0 0 ; PCC acute 30 130 ;
CC Ecaron 2 ; PCC E 0 0 ; PCC caron 30 130 ;
CC Ecircumflex 2 ; PCC E 0 0 ; PCC circumflex 30 130 ;
CC Edieresis 2 ; PCC E 0 0 ; PCC dieresis 30 130 ;
CC Edotaccent 2 ; PCC E 0 0 ; PCC dotaccent 30 130 ;
CC Egrave 2 ; PCC E 0 0 ; PCC grave 30 160 ;
CC Emacron 2 ; PCC E 0 0 ; PCC macron 30 130 ;
CC Gbreve 2 ; PCC G 0 0 ; PCC breve 30 130 ;
CC Gcircumflex 2 ; PCC G 0 0 ; PCC circumflex 30 130 ;
CC Gdotaccent 2 ; PCC G 0 0 ; PCC dotaccent 30 130 ;
CC Hcircumflex 2 ; PCC H 0 0 ; PCC circumflex 30 130 ;
CC Iacute 2 ; PCC I 0 0 ; PCC acute 30 130 ;
CC Icircumflex 2 ; PCC I 0 0 ; PCC circumflex 30 130 ;
CC Idieresis 2 ; PCC I 0 0 ; PCC dieresis 30 130 ;
CC Idotaccent 2 ; PCC I 0 0 ; PCC dotaccent 30 130 ;
CC Igrave 2 ; PCC I 0 0 ; PCC grave 30 130 ;
CC Imacron 2 ; PCC I 0 0 ; PCC macron 30 130 ;
CC Itilde 2 ; PCC I 0 0 ; PCC tilde 30 130 ;
CC Jcircumflex 2 ; PCC J 0 0 ; PCC circumflex 95 130 ;
CC Lacute 2 ; PCC L 0 0 ; PCC acute -88 130 ;
CC Lcaron 2 ; PCC L 0 0 ; PCC caron -88 130 ;
CC Nacute 2 ; PCC N 0 0 ; PCC acute 30 130 ;
CC Ncaron 2 ; PCC N 0 0 ; PCC caron 30 130 ;
CC Ntilde 2 ; PCC N 0 0 ; PCC tilde 30 130 ;
CC Oacute 2 ; PCC O 0 0 ; PCC acute 30 130 ;
CC Ocircumflex 2 ; PCC O 0 0 ; PCC circumflex 30 130 ;
CC Odieresis 2 ; PCC O 0 0 ; PCC dieresis 30 130 ;
CC Ograve 2 ; PCC O 0 0 ; PCC grave 60 130 ;
CC Ohungarumlaut 2 ; PCC O 0 0 ; PCC hungarumlaut 30 130 ;
CC Omacron 2 ; PCC O 0 0 ; PCC macron 30 130 ;
CC Otilde 2 ; PCC O 0 0 ; PCC tilde 30 130 ;
CC Racute 2 ; PCC R 0 0 ; PCC acute 30 130 ;
CC Rcaron 2 ; PCC R 0 0 ; PCC caron 30 130 ;
CC Sacute 2 ; PCC S 0 0 ; PCC acute 30 130 ;
CC Scaron 2 ; PCC S 0 0 ; PCC caron 30 130 ;
CC Scircumflex 2 ; PCC S 0 0 ; PCC circumflex 30 130 ;
CC Tcaron 2 ; PCC T 0 0 ; PCC caron 30 130 ;
CC Uacute 2 ; PCC U 0 0 ; PCC acute 30 130 ;
CC Ubreve 2 ; PCC U 0 0 ; PCC breve 30 130 ;
CC Ucircumflex 2 ; PCC U 0 0 ; PCC circumflex 30 130 ;
CC Udieresis 2 ; PCC U 0 0 ; PCC dieresis 30 130 ;
CC Ugrave 2 ; PCC U 0 0 ; PCC grave 30 130 ;
CC Uhungarumlaut 2 ; PCC U 0 0 ; PCC hungarumlaut 30 130 ;
CC Umacron 2 ; PCC U 0 0 ; PCC macron 30 130 ;
CC Uring 2 ; PCC U 0 0 ; PCC ring 30 130 ;
CC Utilde 2 ; PCC U 0 0 ; PCC tilde 30 130 ;
CC Yacute 2 ; PCC Y 0 0 ; PCC acute 30 130 ;
CC Ydieresis 2 ; PCC Y 0 0 ; PCC dieresis 30 130 ;
CC Zacute 2 ; PCC Z 0 0 ; PCC acute 30 130 ;
CC Zcaron 2 ; PCC Z 0 0 ; PCC caron 30 130 ;
CC Zdotaccent 2 ; PCC Z 0 0 ; PCC dotaccent 30 130 ;
CC aacute 2 ; PCC a 0 0 ; PCC acute 0 0 ;
CC abreve 2 ; PCC a 0 0 ; PCC breve 0 0 ;
CC acircumflex 2 ; PCC a 0 0 ; PCC circumflex 0 0 ;
CC adieresis 2 ; PCC a 0 0 ; PCC dieresis 0 0 ;
CC agrave 2 ; PCC a 0 0 ; PCC grave 0 0 ;
CC amacron 2 ; PCC a 0 0 ; PCC macron 0 0 ;
CC aring 2 ; PCC a 0 0 ; PCC ring 0 0 ;
CC atilde 2 ; PCC a 0 0 ; PCC tilde 0 0 ;
CC cacute 2 ; PCC c 0 0 ; PCC acute 0 0 ;
CC ccaron 2 ; PCC c 0 0 ; PCC caron 0 0 ;
CC ccircumflex 2 ; PCC c 0 0 ; PCC circumflex 0 0 ;
CC cdotaccent 2 ; PCC c 0 0 ; PCC dotaccent 0 0 ;
CC dcaron 2 ; PCC d 0 0 ; PCC caron 35 178 ;
CC eacute 2 ; PCC e 0 0 ; PCC acute 0 0 ;
CC ecaron 2 ; PCC e 0 0 ; PCC caron 0 0 ;
CC ecircumflex 2 ; PCC e 0 0 ; PCC circumflex 0 0 ;
CC edieresis 2 ; PCC e 0 0 ; PCC dieresis 0 0 ;
CC edotaccent 2 ; PCC e 0 0 ; PCC dotaccent 0 0 ;
CC egrave 2 ; PCC e 0 0 ; PCC grave 39 0 ;
CC emacron 2 ; PCC e 0 0 ; PCC macron 0 0 ;
CC gacute 2 ; PCC g 0 0 ; PCC acute 0 0 ;
CC gbreve 2 ; PCC g 0 0 ; PCC breve 0 0 ;
CC gcircumflex 2 ; PCC g 0 0 ; PCC circumflex 0 0 ;
CC gdotaccent 2 ; PCC g 0 0 ; PCC dotaccent 0 0 ;
CC hcircumflex 2 ; PCC h 0 0 ; PCC circumflex 0 178 ;
CC iacute 2 ; PCC dotlessi 0 0 ; PCC acute 0 0 ;
CC icircumflex 2 ; PCC dotlessi 0 0 ; PCC circumflex 0 0 ;
CC idieresis 2 ; PCC dotlessi 0 0 ; PCC dieresis 0 0 ;
CC igrave 2 ; PCC dotlessi 0 0 ; PCC grave 0 0 ;
CC imacron 2 ; PCC dotlessi 0 0 ; PCC macron 0 0 ;
CC itilde 2 ; PCC dotlessi 0 0 ; PCC tilde 0 0 ;
CC lacute 2 ; PCC l 0 0 ; PCC acute 0 178 ;
CC lcaron 2 ; PCC l 0 0 ; PCC caron 0 178 ;
CC nacute 2 ; PCC n 0 0 ; PCC acute 0 0 ;
CC ncaron 2 ; PCC n 0 0 ; PCC caron 0 0 ;
CC ntilde 2 ; PCC n 0 0 ; PCC tilde 0 0 ;
CC oacute 2 ; PCC o 0 0 ; PCC acute 0 0 ;
CC ocircumflex 2 ; PCC o 0 0 ; PCC circumflex 0 0 ;
CC odieresis 2 ; PCC o 0 0 ; PCC dieresis 0 0 ;
CC ograve 2 ; PCC o 0 0 ; PCC grave 0 0 ;
CC ohungarumlaut 2 ; PCC o 0 0 ; PCC hungarumlaut 0 0 ;
CC omacron 2 ; PCC o 0 0 ; PCC macron 0 0 ;
CC otilde 2 ; PCC o 0 0 ; PCC tilde 0 0 ;
CC racute 2 ; PCC r 0 0 ; PCC acute 0 0 ;
CC rcaron 2 ; PCC r 0 0 ; PCC caron 0 0 ;
CC sacute 2 ; PCC s 0 0 ; PCC acute 0 0 ;
CC scaron 2 ; PCC s 0 0 ; PCC caron 0 0 ;
CC scircumflex 2 ; PCC s 0 0 ; PCC circumflex 0 0 ;
CC tcaron 2 ; PCC t 0 0 ; PCC caron -59 106 ;
CC uacute 2 ; PCC u 0 0 ; PCC acute 0 0 ;
CC ubreve 2 ; PCC u 0 0 ; PCC breve 0 0 ;
CC ucircumflex 2 ; PCC u 0 0 ; PCC circumflex 0 0 ;
CC udieresis 2 ; PCC u 0 0 ; PCC dieresis 0 0 ;
CC ugrave 2 ; PCC u 0 0 ; PCC grave 0 0 ;
CC uhungarumlaut 2 ; PCC u 0 0 ; PCC hungarumlaut 0 0 ;
CC umacron 2 ; PCC u 0 0 ; PCC macron 0 0 ;
CC uring 2 ; PCC u 0 0 ; PCC ring 0 0 ;
CC utilde 2 ; PCC u 0 0 ; PCC tilde 0 0 ;
CC yacute 2 ; PCC y 0 0 ; PCC acute 0 0 ;
CC ydieresis 2 ; PCC y 0 0 ; PCC dieresis 0 0 ;
CC zacute 2 ; PCC z 0 0 ; PCC acute 0 0 ;
CC zcaron 2 ; PCC z 0 0 ; PCC caron 0 0 ;
CC zdotaccent 2 ; PCC z 0 0 ; PCC dotaccent 0 0 ;
EndComposites
EndFontMetrics


1940
font/ibm-type1/courbi.pfa Normal file

File diff suppressed because it is too large Load Diff

636
font/ibm-type1/couri.afm Normal file
View File

@ -0,0 +1,636 @@
StartFontMetrics 2.0
Comment Copyright (c) IBM Corporation 1990,1991.
Comment IBM Courier is a Trademark of the IBM Corporation.
Comment US Gov't Restricted Rights Notice - Use, Duplication or Disclosure
Comment Restricted By Accompanying License Agreement With IBM Corp.
Comment Creation Date: Tue Sep 17 16:31:08 1991
Comment UniqueID 263787
Comment VMusage 56675 75599
FontName Courier-Italic
FullName Courier Italic
FamilyName Courier
Weight Regular
ItalicAngle -16
IsFixedPitch true
FontBBox -48 -288 800 841
UnderlinePosition -100
UnderlineThickness 50
Version 001.003
Notice Copyright (c) IBM Corporation 1990,1991.
EncodingScheme AdobeStandardEncoding
CapHeight 563
XHeight 430
Ascender 627
Descender -157
StartCharMetrics 479
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 238 -17 462 571 ;
C 34 ; WX 600 ; N quotedbl ; B 238 282 572 563 ;
C 35 ; WX 600 ; N numbersign ; B 109 -57 618 659 ;
C 36 ; WX 600 ; N dollar ; B 110 -134 595 656 ;
C 37 ; WX 600 ; N percent ; B 141 -14 595 614 ;
C 38 ; WX 600 ; N ampersand ; B 124 -7 550 542 ;
C 39 ; WX 600 ; N quoteright ; B 246 320 479 563 ;
C 40 ; WX 600 ; N parenleft ; B 334 -96 601 649 ;
C 41 ; WX 600 ; N parenright ; B 114 -96 381 649 ;
C 42 ; WX 600 ; N asterisk ; B 192 207 570 563 ;
C 43 ; WX 600 ; N plus ; B 131 73 599 533 ;
C 44 ; WX 600 ; N comma ; B 152 -109 385 133 ;
C 45 ; WX 600 ; N hyphen ; B 259 262 471 317 ;
C 46 ; WX 600 ; N period ; B 231 -17 387 119 ;
C 47 ; WX 600 ; N slash ; B 64 -133 652 702 ;
C 48 ; WX 600 ; N zero ; B 157 -14 569 621 ;
C 49 ; WX 600 ; N one ; B 109 0 515 621 ;
C 50 ; WX 600 ; N two ; B 81 0 569 621 ;
C 51 ; WX 600 ; N three ; B 90 -15 537 620 ;
C 52 ; WX 600 ; N four ; B 103 0 520 621 ;
C 53 ; WX 600 ; N five ; B 96 -14 588 606 ;
C 54 ; WX 600 ; N six ; B 145 -14 617 620 ;
C 55 ; WX 600 ; N seven ; B 204 0 627 606 ;
C 56 ; WX 600 ; N eight ; B 136 -14 581 621 ;
C 57 ; WX 600 ; N nine ; B 104 -14 577 621 ;
C 58 ; WX 600 ; N colon ; B 231 -17 445 390 ;
C 59 ; WX 600 ; N semicolon ; B 156 -108 445 390 ;
C 60 ; WX 600 ; N less ; B 107 89 599 532 ;
C 61 ; WX 600 ; N equal ; B 129 188 601 419 ;
C 62 ; WX 600 ; N greater ; B 141 84 633 527 ;
C 63 ; WX 600 ; N question ; B 204 -17 563 572 ;
C 64 ; WX 600 ; N at ; B 78 -14 635 546 ;
C 65 ; WX 600 ; N A ; B 9 0 599 563 ;
C 66 ; WX 600 ; N B ; B 43 0 599 563 ;
C 67 ; WX 600 ; N C ; B 117 -17 675 580 ;
C 68 ; WX 600 ; N D ; B 32 0 620 563 ;
C 69 ; WX 600 ; N E ; B 55 0 651 563 ;
C 70 ; WX 600 ; N F ; B 72 0 659 563 ;
C 71 ; WX 600 ; N G ; B 98 -17 659 580 ;
C 72 ; WX 600 ; N H ; B 37 0 680 563 ;
C 73 ; WX 600 ; N I ; B 98 0 618 563 ;
C 74 ; WX 600 ; N J ; B 76 -17 698 563 ;
C 75 ; WX 600 ; N K ; B 58 0 677 563 ;
C 76 ; WX 600 ; N L ; B 57 0 605 563 ;
C 77 ; WX 600 ; N M ; B 0 0 707 563 ;
C 78 ; WX 600 ; N N ; B 26 -13 709 563 ;
C 79 ; WX 600 ; N O ; B 92 -17 624 580 ;
C 80 ; WX 600 ; N P ; B 91 0 640 563 ;
C 81 ; WX 600 ; N Q ; B 92 -127 624 580 ;
C 82 ; WX 600 ; N R ; B 44 0 587 563 ;
C 83 ; WX 600 ; N S ; B 67 -19 631 581 ;
C 84 ; WX 600 ; N T ; B 118 0 658 563 ;
C 85 ; WX 600 ; N U ; B 137 -17 698 563 ;
C 86 ; WX 600 ; N V ; B 115 0 712 563 ;
C 87 ; WX 600 ; N W ; B 111 0 716 563 ;
C 88 ; WX 600 ; N X ; B 31 0 667 563 ;
C 89 ; WX 600 ; N Y ; B 140 0 687 563 ;
C 90 ; WX 600 ; N Z ; B 83 0 612 563 ;
C 91 ; WX 600 ; N bracketleft ; B 288 -94 623 654 ;
C 92 ; WX 600 ; N backslash ; B 237 -139 484 706 ;
C 93 ; WX 600 ; N bracketright ; B 93 -94 428 654 ;
C 94 ; WX 600 ; N asciicircum ; B 138 154 592 563 ;
C 95 ; WX 600 ; N underscore ; B -48 -125 648 -75 ;
C 96 ; WX 600 ; N quoteleft ; B 228 320 461 563 ;
C 97 ; WX 600 ; N a ; B 82 -14 559 450 ;
C 98 ; WX 600 ; N b ; B 15 -10 591 629 ;
C 99 ; WX 600 ; N c ; B 106 -14 603 447 ;
C 100 ; WX 600 ; N d ; B 94 -10 629 627 ;
C 101 ; WX 600 ; N e ; B 112 -14 592 445 ;
C 102 ; WX 600 ; N f ; B 95 0 636 625 ; L f ff ; L i fi ; L l fl ;
C 103 ; WX 600 ; N g ; B 89 -157 643 434 ;
C 104 ; WX 600 ; N h ; B 36 0 584 629 ;
C 105 ; WX 600 ; N i ; B 98 0 508 656 ;
C 106 ; WX 600 ; N j ; B 37 -151 507 656 ;
C 107 ; WX 600 ; N k ; B 52 0 616 629 ;
C 108 ; WX 600 ; N l ; B 100 0 507 611 ;
C 109 ; WX 600 ; N m ; B -5 0 612 441 ;
C 110 ; WX 600 ; N n ; B 32 0 580 444 ;
C 111 ; WX 600 ; N o ; B 91 -14 597 450 ;
C 112 ; WX 600 ; N p ; B -16 -157 598 443 ;
C 113 ; WX 600 ; N q ; B 90 -153 670 441 ;
C 114 ; WX 600 ; N r ; B 73 0 632 441 ;
C 115 ; WX 600 ; N s ; B 102 -15 576 448 ;
C 116 ; WX 600 ; N t ; B 183 -14 545 563 ;
C 117 ; WX 600 ; N u ; B 113 -14 564 430 ;
C 118 ; WX 600 ; N v ; B 101 0 669 430 ;
C 119 ; WX 600 ; N w ; B 83 0 688 430 ;
C 120 ; WX 600 ; N x ; B 24 0 639 430 ;
C 121 ; WX 600 ; N y ; B 113 -163 655 430 ;
C 122 ; WX 600 ; N z ; B 102 0 587 430 ;
C 123 ; WX 600 ; N braceleft ; B 287 -96 598 652 ;
C 124 ; WX 600 ; N bar ; B 338 -185 391 673 ;
C 125 ; WX 600 ; N braceright ; B 117 -95 428 653 ;
C 126 ; WX 600 ; N asciitilde ; B 150 229 579 387 ;
C 161 ; WX 600 ; N exclamdown ; B 254 -138 478 450 ;
C 162 ; WX 600 ; N cent ; B 164 -56 595 613 ;
C 163 ; WX 600 ; N sterling ; B 132 -20 593 610 ;
C 164 ; WX 600 ; N fraction ; B -2 -57 603 608 ;
C 165 ; WX 600 ; N yen ; B 154 0 672 563 ;
C 166 ; WX 600 ; N florin ; B -14 -99 634 663 ;
C 167 ; WX 600 ; N section ; B 115 -91 593 563 ;
C 168 ; WX 600 ; N currency ; B 140 60 590 503 ;
C 169 ; WX 600 ; N quotesingle ; B 332 281 486 563 ;
C 170 ; WX 600 ; N quotedblleft ; B 213 320 617 563 ;
C 171 ; WX 600 ; N guillemotleft ; B 100 26 595 430 ;
C 172 ; WX 600 ; N guilsinglleft ; B 212 26 515 430 ;
C 173 ; WX 600 ; N guilsinglright ; B 177 26 480 430 ;
C 174 ; WX 600 ; N fi ; B -4 0 610 656 ;
C 175 ; WX 600 ; N fl ; B -4 0 597 625 ;
C 177 ; WX 600 ; N endash ; B 153 262 577 317 ;
C 178 ; WX 600 ; N dagger ; B 235 -48 523 563 ;
C 179 ; WX 600 ; N daggerdbl ; B 196 -48 523 563 ;
C 180 ; WX 600 ; N periodcentered ; B 287 235 443 371 ;
C 182 ; WX 600 ; N paragraph ; B 184 -77 611 563 ;
C 183 ; WX 600 ; N bullet ; B 259 182 459 382 ;
C 184 ; WX 600 ; N quotesinglbase ; B 152 -109 385 133 ;
C 185 ; WX 600 ; N quotedblbase ; B 66 -109 470 133 ;
C 186 ; WX 600 ; N quotedblright ; B 160 320 565 563 ;
C 187 ; WX 600 ; N guillemotright ; B 90 26 585 430 ;
C 188 ; WX 600 ; N ellipsis ; B 28 -17 591 119 ;
C 189 ; WX 600 ; N perthousand ; B 13 -14 643 602 ;
C 191 ; WX 600 ; N questiondown ; B 147 -139 506 450 ;
C 193 ; WX 600 ; N grave ; B 319 503 485 618 ;
C 194 ; WX 600 ; N acute ; B 314 503 534 618 ;
C 195 ; WX 600 ; N circumflex ; B 291 503 545 620 ;
C 196 ; WX 600 ; N tilde ; B 251 514 585 620 ;
C 197 ; WX 600 ; N macron ; B 241 542 592 592 ;
C 198 ; WX 600 ; N breve ; B 271 510 595 624 ;
C 199 ; WX 600 ; N dotaccent ; B 371 513 466 621 ;
C 200 ; WX 600 ; N dieresis ; B 306 513 531 621 ;
C 202 ; WX 600 ; N ring ; B 343 490 495 642 ;
C 203 ; WX 600 ; N cedilla ; B 183 -142 384 1 ;
C 205 ; WX 600 ; N hungarumlaut ; B 284 504 601 617 ;
C 206 ; WX 600 ; N ogonek ; B 222 -117 396 14 ;
C 207 ; WX 600 ; N caron ; B 303 503 550 620 ;
C 208 ; WX 600 ; N emdash ; B 17 262 713 317 ;
C 225 ; WX 600 ; N AE ; B 17 0 666 563 ;
C 227 ; WX 600 ; N ordfeminine ; B 217 266 508 580 ;
C 232 ; WX 600 ; N Lslash ; B 57 0 605 563 ;
C 233 ; WX 600 ; N Oslash ; B 66 -22 649 580 ;
C 234 ; WX 600 ; N OE ; B 66 0 654 563 ;
C 235 ; WX 600 ; N ordmasculine ; B 218 266 528 580 ;
C 241 ; WX 600 ; N ae ; B 54 -14 622 450 ;
C 245 ; WX 600 ; N dotlessi ; B 99 0 509 430 ;
C 248 ; WX 600 ; N lslash ; B 100 0 564 611 ;
C 249 ; WX 600 ; N oslash ; B 64 -14 627 455 ;
C 250 ; WX 600 ; N oe ; B 40 -14 622 450 ;
C 251 ; WX 600 ; N germandbls ; B 60 -13 560 639 ;
C -1 ; WX 600 ; N adieresis ; B 82 -14 559 621 ;
C -1 ; WX 600 ; N ocircumflex ; B 91 -14 597 620 ;
C -1 ; WX 600 ; N Uacute ; B 137 -17 698 751 ;
C -1 ; WX 600 ; N Zcaron ; B 83 0 612 753 ;
C -1 ; WX 600 ; N logicalnot ; B 129 169 558 438 ;
C -1 ; WX 600 ; N omacron ; B 91 -14 597 592 ;
C -1 ; WX 600 ; N arrowleft ; B 18 159 574 416 ;
C -1 ; WX 600 ; N Scircumflex ; B 67 -19 631 753 ;
C -1 ; WX 600 ; N carriagereturn ; B 18 159 574 527 ;
C -1 ; WX 600 ; N Scaron ; B 67 -19 631 753 ;
C -1 ; WX 600 ; N aogonek ; B 82 -117 559 450 ;
C -1 ; WX 600 ; N abreve ; B 82 -14 595 624 ;
C -1 ; WX 600 ; N commasuperior ; B 248 199 425 355 ;
C -1 ; WX 600 ; N arrowboth ; B 22 151 578 415 ;
C -1 ; WX 600 ; N heart ; B 51 -11 549 563 ;
C -1 ; WX 600 ; N hbar ; B 36 0 584 629 ;
C -1 ; WX 600 ; N lessequal ; B 107 33 599 576 ;
C -1 ; WX 600 ; N nacute ; B 32 0 580 618 ;
C -1 ; WX 600 ; N degree ; B 212 315 518 621 ;
C -1 ; WX 600 ; N SM750000 ; B 83 65 517 499 ;
C -1 ; WX 600 ; N Eacute ; B 55 0 651 751 ;
C -1 ; WX 600 ; N SF030000 ; B 0 -288 336 288 ;
C -1 ; WX 600 ; N foursuperior ; B 233 248 487 621 ;
C -1 ; WX 600 ; N ij ; B 116 -151 600 656 ;
C -1 ; WX 600 ; N SF070000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Utilde ; B 137 -17 698 753 ;
C -1 ; WX 600 ; N highcomman ; B 32 0 580 680 ;
C -1 ; WX 600 ; N Omacron ; B 92 -17 645 725 ;
C -1 ; WX 600 ; N eng ; B 32 -139 550 445 ;
C -1 ; WX 600 ; N Ecircumflex ; B 55 0 651 753 ;
C -1 ; WX 600 ; N lcaron ; B 100 0 550 802 ;
C -1 ; WX 600 ; N Agrave ; B 9 0 599 751 ;
C -1 ; WX 600 ; N approxequal ; B 151 139 580 464 ;
C -1 ; WX 600 ; N gcircumflex ; B 89 -157 643 620 ;
C -1 ; WX 600 ; N amacron ; B 82 -14 592 592 ;
C -1 ; WX 600 ; N ecircumflex ; B 112 -14 592 620 ;
C -1 ; WX 600 ; N lacute ; B 100 0 534 800 ;
C -1 ; WX 600 ; N ccaron ; B 106 -14 603 620 ;
C -1 ; WX 600 ; N dcaron ; B 94 -10 629 802 ;
C -1 ; WX 600 ; N idieresis ; B 99 0 531 621 ;
C -1 ; WX 600 ; N ffi ; B 1 0 669 656 ;
C -1 ; WX 600 ; N Gamma ; B 63 0 651 563 ;
C -1 ; WX 600 ; N Scedilla ; B 67 -142 631 581 ;
C -1 ; WX 600 ; N ntilde ; B 32 0 585 620 ;
C -1 ; WX 600 ; N Racute ; B 44 0 587 751 ;
C -1 ; WX 600 ; N lcedilla ; B 100 -142 507 611 ;
C -1 ; WX 600 ; N arrowright ; B 26 158 582 415 ;
C -1 ; WX 600 ; N gacute ; B 89 -157 643 618 ;
C -1 ; WX 600 ; N yacute ; B 113 -163 655 618 ;
C -1 ; WX 600 ; N exclamdbl ; B 121 -17 579 571 ;
C -1 ; WX 600 ; N Lcaron ; B 57 0 605 753 ;
C -1 ; WX 600 ; N Eogonek ; B 55 -117 651 563 ;
C -1 ; WX 600 ; N SM630000 ; B 0 83 560 480 ;
C -1 ; WX 600 ; N agrave ; B 82 -14 559 618 ;
C -1 ; WX 600 ; N Tcedilla ; B 118 -142 658 563 ;
C -1 ; WX 600 ; N Sacute ; B 67 -19 631 751 ;
C -1 ; WX 600 ; N ccedilla ; B 107 -142 603 447 ;
C -1 ; WX 600 ; N fiveeighths ; B 28 -90 711 633 ;
C -1 ; WX 600 ; N racute ; B 73 0 632 618 ;
C -1 ; WX 600 ; N SF220000 ; B 0 -288 336 360 ;
C -1 ; WX 600 ; N Odieresis ; B 92 -17 624 754 ;
C -1 ; WX 600 ; N Igrave ; B 98 0 618 751 ;
C -1 ; WX 600 ; N ubreve ; B 113 -14 595 624 ;
C -1 ; WX 600 ; N SF010000 ; B 264 -288 600 288 ;
C -1 ; WX 600 ; N approxequalalt ; B 151 188 580 464 ;
C -1 ; WX 600 ; N itilde ; B 99 0 585 620 ;
C -1 ; WX 600 ; N longdash ; B 114 262 616 317 ;
C -1 ; WX 600 ; N alpha ; B 34 -15 598 451 ;
C -1 ; WX 600 ; N umacron ; B 113 -14 592 592 ;
C -1 ; WX 600 ; N delta ; B 118 -15 600 615 ;
C -1 ; WX 600 ; N dbar ; B 94 -10 690 627 ;
C -1 ; WX 600 ; N udieresis ; B 113 -14 564 621 ;
C -1 ; WX 600 ; N Ucircumflex ; B 137 -17 698 753 ;
C -1 ; WX 600 ; N SF580000 ; B 0 -288 300 792 ;
C -1 ; WX 600 ; N SM700000 ; B 7 149 593 328 ;
C -1 ; WX 600 ; N SF260000 ; B 0 144 408 792 ;
C -1 ; WX 600 ; N intersection ; B 146 0 584 580 ;
C -1 ; WX 600 ; N SF570000 ; B 0 -288 600 252 ;
C -1 ; WX 600 ; N copyright ; B 66 -5 650 580 ;
C -1 ; WX 600 ; N SF270000 ; B 0 216 408 792 ;
C -1 ; WX 600 ; N equivalence ; B 129 97 601 509 ;
C -1 ; WX 600 ; N Edieresis ; B 55 0 651 754 ;
C -1 ; WX 600 ; N liter ; B 136 -12 463 621 ;
C -1 ; WX 600 ; N Ydieresis ; B 140 0 687 754 ;
C -1 ; WX 600 ; N minus ; B 131 278 599 328 ;
C -1 ; WX 600 ; N notequal ; B 152 71 578 539 ;
C -1 ; WX 600 ; N SF500000 ; B 264 144 600 792 ;
C -1 ; WX 600 ; N kgreenlandic ; B 52 0 616 430 ;
C -1 ; WX 600 ; N dquoteright ; B 61 -10 800 627 ;
C -1 ; WX 600 ; N greaterequal ; B 141 33 633 576 ;
C -1 ; WX 600 ; N SM750002 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N iacute ; B 99 0 534 618 ;
C -1 ; WX 600 ; N SF430000 ; B 0 144 600 360 ;
C -1 ; WX 600 ; N kcedilla ; B 52 -142 616 629 ;
C -1 ; WX 600 ; N SF490000 ; B 192 216 600 792 ;
C -1 ; WX 600 ; N brokenbar ; B 338 -185 391 673 ;
C -1 ; WX 600 ; N Rcedilla ; B 44 -142 587 563 ;
C -1 ; WX 600 ; N parenrightsuperior ; B 218 221 413 673 ;
C -1 ; WX 600 ; N filledbox ; B 201 141 399 339 ;
C -1 ; WX 600 ; N parenleftsuperior ; B 365 221 560 673 ;
C -1 ; WX 600 ; N Ldot ; B 57 0 605 563 ;
C -1 ; WX 600 ; N female ; B 154 38 448 563 ;
C -1 ; WX 600 ; N Udieresis ; B 137 -17 698 754 ;
C -1 ; WX 600 ; N ograve ; B 91 -14 597 618 ;
C -1 ; WX 600 ; N SF250000 ; B 0 -288 408 360 ;
C -1 ; WX 600 ; N ldot ; B 100 0 640 611 ;
C -1 ; WX 600 ; N Itilde ; B 98 0 618 753 ;
C -1 ; WX 600 ; N arrowdown ; B 171 -25 428 563 ;
C -1 ; WX 600 ; N Hbar ; B 37 0 680 563 ;
C -1 ; WX 600 ; N SV040000 ; B 102 96 498 467 ;
C -1 ; WX 600 ; N SF380000 ; B 192 144 600 792 ;
C -1 ; WX 600 ; N Omega ; B 31 0 643 580 ;
C -1 ; WX 600 ; N SM490000 ; B 21 0 579 670 ;
C -1 ; WX 600 ; N SM590000 ; B 40 83 600 480 ;
C -1 ; WX 600 ; N Nacute ; B 26 -13 709 751 ;
C -1 ; WX 600 ; N ecaron ; B 112 -14 592 620 ;
C -1 ; WX 600 ; N SF510000 ; B 264 -288 600 360 ;
C -1 ; WX 600 ; N arrowup ; B 172 0 429 588 ;
C -1 ; WX 600 ; N Ncaron ; B 26 -13 709 753 ;
C -1 ; WX 600 ; N musicalnotedbl ; B 43 -20 529 569 ;
C -1 ; WX 600 ; N Thorn ; B 91 0 620 563 ;
C -1 ; WX 600 ; N Ugrave ; B 137 -17 698 751 ;
C -1 ; WX 600 ; N SF090000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N SF110000 ; B 264 -288 336 792 ;
C -1 ; WX 600 ; N SF020000 ; B 264 216 600 792 ;
C -1 ; WX 600 ; N Rcaron ; B 44 0 590 753 ;
C -1 ; WX 600 ; N jcircumflex ; B 37 -151 494 620 ;
C -1 ; WX 600 ; N Cacute ; B 117 -17 675 751 ;
C -1 ; WX 600 ; N eogonek ; B 112 -117 592 445 ;
C -1 ; WX 600 ; N Eng ; B 42 -137 616 576 ;
C -1 ; WX 600 ; N rcaron ; B 73 0 632 620 ;
C -1 ; WX 600 ; N SF460000 ; B 0 216 600 792 ;
C -1 ; WX 600 ; N Tbar ; B 118 0 658 563 ;
C -1 ; WX 600 ; N SM690000 ; B 6 -13 594 576 ;
C -1 ; WX 600 ; N Zacute ; B 83 0 612 751 ;
C -1 ; WX 600 ; N SF370000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N Ccircumflex ; B 117 -17 675 753 ;
C -1 ; WX 600 ; N sacute ; B 102 -15 576 618 ;
C -1 ; WX 600 ; N divide ; B 132 78 600 528 ;
C -1 ; WX 600 ; N gdotaccent ; B 89 -157 643 621 ;
C -1 ; WX 600 ; N SM580000 ; B 85 67 515 497 ;
C -1 ; WX 600 ; N Iogonek ; B 98 -117 618 563 ;
C -1 ; WX 600 ; N Eth ; B 32 0 620 563 ;
C -1 ; WX 600 ; N imacron ; B 99 0 592 592 ;
C -1 ; WX 600 ; N eightsuperior ; B 253 239 522 621 ;
C -1 ; WX 600 ; N Idieresis ; B 98 0 618 754 ;
C -1 ; WX 600 ; N SS010000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N uogonek ; B 113 -117 564 430 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 91 -14 601 617 ;
C -1 ; WX 600 ; N Lacute ; B 57 0 605 751 ;
C -1 ; WX 600 ; N aacute ; B 82 -14 559 618 ;
C -1 ; WX 600 ; N Ograve ; B 92 -17 624 751 ;
C -1 ; WX 600 ; N diamond ; B 90 -11 510 563 ;
C -1 ; WX 600 ; N SF060000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N SF050000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Iacute ; B 98 0 618 751 ;
C -1 ; WX 600 ; N edieresis ; B 112 -14 592 621 ;
C -1 ; WX 600 ; N Jcircumflex ; B 76 -17 698 753 ;
C -1 ; WX 600 ; N Otilde ; B 92 -17 638 753 ;
C -1 ; WX 600 ; N Ncedilla ; B 26 -142 709 563 ;
C -1 ; WX 600 ; N Gcedilla ; B 98 -142 659 580 ;
C -1 ; WX 600 ; N icircumflex ; B 99 0 521 620 ;
C -1 ; WX 600 ; N periodsuperior ; B 303 254 421 346 ;
C -1 ; WX 600 ; N Ocircumflex ; B 92 -17 624 753 ;
C -1 ; WX 600 ; N oacute ; B 91 -14 597 618 ;
C -1 ; WX 600 ; N ccircumflex ; B 106 -14 603 622 ;
C -1 ; WX 600 ; N SF190000 ; B 0 -288 336 792 ;
C -1 ; WX 600 ; N Imacron ; B 98 0 622 725 ;
C -1 ; WX 600 ; N aring ; B 82 -14 559 642 ;
C -1 ; WX 600 ; N egrave ; B 112 -14 592 618 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 137 -17 698 750 ;
C -1 ; WX 600 ; N ugrave ; B 113 -14 564 618 ;
C -1 ; WX 600 ; N igrave ; B 99 0 509 618 ;
C -1 ; WX 600 ; N Uogonek ; B 137 -117 698 563 ;
C -1 ; WX 600 ; N eth ; B 92 -14 602 698 ;
C -1 ; WX 600 ; N spade ; B 78 0 522 563 ;
C -1 ; WX 600 ; N otilde ; B 91 -14 597 620 ;
C -1 ; WX 600 ; N Umacron ; B 137 -17 698 725 ;
C -1 ; WX 600 ; N emacron ; B 112 -14 592 592 ;
C -1 ; WX 600 ; N zacute ; B 102 0 587 618 ;
C -1 ; WX 600 ; N mu ; B 85 -149 569 430 ;
C -1 ; WX 600 ; N Dcaron ; B 32 0 620 753 ;
C -1 ; WX 600 ; N Hcircumflex ; B 37 0 680 753 ;
C -1 ; WX 600 ; N tquoteright ; B 183 -14 780 563 ;
C -1 ; WX 600 ; N zerosuperior ; B 265 239 515 621 ;
C -1 ; WX 600 ; N Gbreve ; B 98 -17 659 757 ;
C -1 ; WX 600 ; N SF440000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N Cdotaccent ; B 117 -17 675 754 ;
C -1 ; WX 600 ; N SF610000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N SF140000 ; B 0 -167 500 733 ;
C -1 ; WX 600 ; N Idotaccent ; B 98 0 618 754 ;
C -1 ; WX 600 ; N SF420000 ; B 192 -288 600 792 ;
C -1 ; WX 600 ; N SM770000 ; B 168 -87 432 607 ;
C -1 ; WX 600 ; N uacute ; B 113 -14 564 618 ;
C -1 ; WX 600 ; N SM600000 ; B 102 95 498 466 ;
C -1 ; WX 600 ; N SF240000 ; B 192 -288 408 792 ;
C -1 ; WX 600 ; N SF600000 ; B 0 252 600 792 ;
C -1 ; WX 600 ; N Aogonek ; B 9 -117 599 563 ;
C -1 ; WX 600 ; N Theta ; B 92 -17 622 580 ;
C -1 ; WX 600 ; N club ; B 18 0 582 563 ;
C -1 ; WX 600 ; N spacenumeric ; B 0 0 0 0 ;
C -1 ; WX 600 ; N SM790000 ; B 73 0 527 567 ;
C -1 ; WX 600 ; N Lquoteright ; B 57 0 645 563 ;
C -1 ; WX 600 ; N multiply ; B 183 124 547 488 ;
C -1 ; WX 600 ; N uring ; B 113 -14 564 642 ;
C -1 ; WX 600 ; N tcaron ; B 183 -14 545 738 ;
C -1 ; WX 600 ; N Icircumflex ; B 98 0 618 753 ;
C -1 ; WX 600 ; N Uring ; B 137 -17 698 775 ;
C -1 ; WX 600 ; N SM760000 ; B 168 15 432 607 ;
C -1 ; WX 600 ; N Pts ; B 6 -7 634 563 ;
C -1 ; WX 600 ; N plusminus ; B 132 30 598 576 ;
C -1 ; WX 600 ; N SF210000 ; B 0 -288 408 288 ;
C -1 ; WX 600 ; N overline ; B 44 725 556 775 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 92 -17 654 750 ;
C -1 ; WX 600 ; N musicalnote ; B 131 14 446 563 ;
C -1 ; WX 600 ; N phi ; B 91 -156 599 445 ;
C -1 ; WX 600 ; N Sigma ; B 103 0 615 563 ;
C -1 ; WX 600 ; N SF280000 ; B 0 144 336 792 ;
C -1 ; WX 600 ; N Lcedilla ; B 57 -142 605 563 ;
C -1 ; WX 600 ; N atilde ; B 82 -14 585 620 ;
C -1 ; WX 600 ; N SM570001 ; B 61 0 539 478 ;
C -1 ; WX 600 ; N Tcaron ; B 118 0 658 753 ;
C -1 ; WX 600 ; N SF100000 ; B 0 216 600 288 ;
C -1 ; WX 600 ; N SF080000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N Aring ; B 9 0 599 775 ;
C -1 ; WX 600 ; N nsuperior ; B 165 263 553 580 ;
C -1 ; WX 600 ; N scedilla ; B 102 -142 576 448 ;
C -1 ; WX 600 ; N SF540000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onesuperior ; B 236 248 483 621 ;
C -1 ; WX 600 ; N ffl ; B 4 0 648 625 ;
C -1 ; WX 600 ; N Gdotaccent ; B 98 -17 659 807 ;
C -1 ; WX 600 ; N underscorebroken ; B 44 -125 556 -75 ;
C -1 ; WX 600 ; N Ecaron ; B 55 0 651 753 ;
C -1 ; WX 600 ; N oneeighth ; B 28 -90 711 633 ;
C -1 ; WX 600 ; N tcedilla ; B 183 -142 545 563 ;
C -1 ; WX 600 ; N radical ; B 59 0 694 775 ;
C -1 ; WX 600 ; N gbreve ; B 89 -157 643 624 ;
C -1 ; WX 600 ; N ff ; B -1 0 730 625 ; L i ffi ; L l ffl ;
C -1 ; WX 600 ; N edotaccent ; B 112 -14 592 621 ;
C -1 ; WX 600 ; N sixsuperior ; B 258 239 544 622 ;
C -1 ; WX 600 ; N underscoredbl ; B -48 -225 648 -75 ;
C -1 ; WX 600 ; N fivesuperior ; B 228 239 527 613 ;
C -1 ; WX 600 ; N trademark ; B 98 269 719 574 ;
C -1 ; WX 600 ; N Amacron ; B 9 0 599 725 ;
C -1 ; WX 600 ; N sevensuperior ; B 285 248 542 613 ;
C -1 ; WX 600 ; N Kcedilla ; B 58 -142 677 563 ;
C -1 ; WX 600 ; N SF400000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N Ntilde ; B 26 -13 709 753 ;
C -1 ; WX 600 ; N Ccaron ; B 117 -17 675 753 ;
C -1 ; WX 600 ; N Ccedilla ; B 117 -142 676 580 ;
C -1 ; WX 600 ; N SF150000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N zeroslash ; B 131 -62 591 656 ;
C -1 ; WX 600 ; N threequarters ; B 52 -90 735 633 ;
C -1 ; WX 600 ; N SP500000 ; B 18 0 582 564 ;
C -1 ; WX 600 ; N yuan ; B 154 0 672 563 ;
C -1 ; WX 600 ; N iogonek ; B 98 -117 508 656 ;
C -1 ; WX 600 ; N Aacute ; B 9 0 599 751 ;
C -1 ; WX 600 ; N Zdotaccent ; B 83 0 612 754 ;
C -1 ; WX 600 ; N odieresis ; B 91 -14 597 621 ;
C -1 ; WX 600 ; N SF480000 ; B 0 -288 600 288 ;
C -1 ; WX 600 ; N cdotaccent ; B 106 -14 603 621 ;
C -1 ; WX 600 ; N plussuperior ; B 222 287 540 572 ;
C -1 ; WX 600 ; N infinity ; B 117 189 613 417 ;
C -1 ; WX 600 ; N utilde ; B 113 -14 585 620 ;
C -1 ; WX 600 ; N epsilon ; B 124 -15 563 457 ;
C -1 ; WX 600 ; N male ; B 90 119 513 563 ;
C -1 ; WX 600 ; N Ubreve ; B 137 -17 698 757 ;
C -1 ; WX 600 ; N Atilde ; B 9 0 599 753 ;
C -1 ; WX 600 ; N hcircumflex ; B 36 0 584 802 ;
C -1 ; WX 600 ; N Egrave ; B 55 0 651 751 ;
C -1 ; WX 600 ; N ncedilla ; B 32 -142 580 444 ;
C -1 ; WX 600 ; N ncaron ; B 32 0 580 620 ;
C -1 ; WX 600 ; N onequarter ; B 28 -90 711 633 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 113 -14 601 617 ;
C -1 ; WX 600 ; N ucircumflex ; B 113 -14 564 620 ;
C -1 ; WX 600 ; N Edotaccent ; B 55 0 651 754 ;
C -1 ; WX 600 ; N SF410000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N SF450000 ; B 0 144 600 792 ;
C -1 ; WX 600 ; N rightangle ; B 146 0 575 429 ;
C -1 ; WX 600 ; N threeeighths ; B 28 -90 711 633 ;
C -1 ; WX 600 ; N Adieresis ; B 9 0 599 754 ;
C -1 ; WX 600 ; N acircumflex ; B 82 -14 559 620 ;
C -1 ; WX 600 ; N tau ; B 129 -9 504 430 ;
C -1 ; WX 600 ; N minussuperior ; B 222 408 540 451 ;
C -1 ; WX 600 ; N IJ ; B 37 -17 694 563 ;
C -1 ; WX 600 ; N Gcircumflex ; B 98 -17 659 753 ;
C -1 ; WX 600 ; N tbar ; B 159 -14 545 563 ;
C -1 ; WX 600 ; N Phi ; B 98 0 620 563 ;
C -1 ; WX 600 ; N Yacute ; B 140 0 687 751 ;
C -1 ; WX 600 ; N similar ; B 150 229 579 387 ;
C -1 ; WX 600 ; N SF470000 ; B 0 -288 600 360 ;
C -1 ; WX 600 ; N productdot ; B 288 235 442 371 ;
C -1 ; WX 600 ; N eacute ; B 112 -14 592 618 ;
C -1 ; WX 600 ; N micro ; B 83 -156 570 430 ;
C -1 ; WX 600 ; N ninesuperior ; B 234 238 520 621 ;
C -1 ; WX 600 ; N thorn ; B -16 -157 598 629 ;
C -1 ; WX 600 ; N SF230000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N rcedilla ; B 73 -142 632 441 ;
C -1 ; WX 600 ; N SF390000 ; B 192 -288 600 360 ;
C -1 ; WX 600 ; N sigma ; B 64 -15 640 450 ;
C -1 ; WX 600 ; N zerodot ; B 156 -14 569 621 ;
C -1 ; WX 600 ; N registered ; B 67 -4 650 580 ;
C -1 ; WX 600 ; N SF520000 ; B 192 -288 600 288 ;
C -1 ; WX 600 ; N Oacute ; B 92 -17 624 751 ;
C -1 ; WX 600 ; N zcaron ; B 102 0 587 620 ;
C -1 ; WX 600 ; N seveneighths ; B 28 -90 711 633 ;
C -1 ; WX 600 ; N SS270000 ; B 123 -245 342 841 ;
C -1 ; WX 600 ; N SS260000 ; B 258 -245 477 841 ;
C -1 ; WX 600 ; N SF200000 ; B 0 -288 408 792 ;
C -1 ; WX 600 ; N SF040000 ; B 0 216 336 792 ;
C -1 ; WX 600 ; N twosuperior ; B 220 248 515 621 ;
C -1 ; WX 600 ; N SF530000 ; B 0 -288 600 792 ;
C -1 ; WX 600 ; N onehalf ; B 28 -90 711 633 ;
C -1 ; WX 600 ; N SS000000 ; B 18 0 582 563 ;
C -1 ; WX 600 ; N scaron ; B 102 -15 576 620 ;
C -1 ; WX 600 ; N SF360000 ; B 264 -288 600 792 ;
C -1 ; WX 600 ; N cacute ; B 106 -14 603 618 ;
C -1 ; WX 600 ; N ohm ; B 29 0 571 580 ;
C -1 ; WX 600 ; N Abreve ; B 9 0 599 757 ;
C -1 ; WX 600 ; N zdotaccent ; B 102 0 587 621 ;
C -1 ; WX 600 ; N Emacron ; B 55 0 651 725 ;
C -1 ; WX 600 ; N pi ; B 37 0 625 430 ;
C -1 ; WX 600 ; N Acircumflex ; B 9 0 599 753 ;
C -1 ; WX 600 ; N scircumflex ; B 102 -15 576 620 ;
C -1 ; WX 600 ; N threesuperior ; B 224 239 496 621 ;
C -1 ; WX 600 ; N SF590000 ; B 300 -288 600 792 ;
C -1 ; WX 600 ; N lquoteright ; B 67 0 632 611 ;
C -1 ; WX 600 ; N SF160000 ; B 0 -267 600 733 ;
C -1 ; WX 600 ; N ydieresis ; B 113 -163 655 621 ;
C -1 ; WX 600 ; N SM680000 ; B 172 169 601 438 ;
EndCharMetrics
StartComposites 127
CC Aacute 2 ; PCC A 0 0 ; PCC acute 0 133 ;
CC Abreve 2 ; PCC A 0 0 ; PCC breve 0 133 ;
CC Acircumflex 2 ; PCC A 0 0 ; PCC circumflex 0 133 ;
CC Adieresis 2 ; PCC A 0 0 ; PCC dieresis 0 133 ;
CC Agrave 2 ; PCC A 0 0 ; PCC grave 0 133 ;
CC Amacron 2 ; PCC A 0 0 ; PCC macron 0 133 ;
CC Aring 2 ; PCC A 0 0 ; PCC ring 0 133 ;
CC Atilde 2 ; PCC A 0 0 ; PCC tilde 0 133 ;
CC Cacute 2 ; PCC C 0 0 ; PCC acute 53 133 ;
CC Ccaron 2 ; PCC C 0 0 ; PCC caron 53 133 ;
CC Ccircumflex 2 ; PCC C 0 0 ; PCC circumflex 53 133 ;
CC Cdotaccent 2 ; PCC C 0 0 ; PCC dotaccent 53 133 ;
CC Dcaron 2 ; PCC D 0 0 ; PCC caron 33 133 ;
CC Eacute 2 ; PCC E 0 0 ; PCC acute 53 133 ;
CC Ecaron 2 ; PCC E 0 0 ; PCC caron 53 133 ;
CC Ecircumflex 2 ; PCC E 0 0 ; PCC circumflex 53 133 ;
CC Edieresis 2 ; PCC E 0 0 ; PCC dieresis 53 133 ;
CC Edotaccent 2 ; PCC E 0 0 ; PCC dotaccent 53 133 ;
CC Egrave 2 ; PCC E 0 0 ; PCC grave 53 133 ;
CC Emacron 2 ; PCC E 0 0 ; PCC macron 53 133 ;
CC Gbreve 2 ; PCC G 0 0 ; PCC breve 53 133 ;
CC Gcircumflex 2 ; PCC G 0 0 ; PCC circumflex 53 133 ;
CC Gdotaccent 2 ; PCC G 0 0 ; PCC dotaccent 53 186 ;
CC Hcircumflex 2 ; PCC H 0 0 ; PCC circumflex 30 133 ;
CC Iacute 2 ; PCC I 0 0 ; PCC acute 30 133 ;
CC Icircumflex 2 ; PCC I 0 0 ; PCC circumflex 30 133 ;
CC Idieresis 2 ; PCC I 0 0 ; PCC dieresis 30 133 ;
CC Idotaccent 2 ; PCC I 0 0 ; PCC dotaccent 30 133 ;
CC Igrave 2 ; PCC I 0 0 ; PCC grave 30 133 ;
CC Imacron 2 ; PCC I 0 0 ; PCC macron 30 133 ;
CC Itilde 2 ; PCC I 0 0 ; PCC tilde 30 133 ;
CC Jcircumflex 2 ; PCC J 0 0 ; PCC circumflex 98 133 ;
CC Lacute 2 ; PCC L 0 0 ; PCC acute -83 133 ;
CC Lcaron 2 ; PCC L 0 0 ; PCC caron -83 133 ;
CC Nacute 2 ; PCC N 0 0 ; PCC acute 53 133 ;
CC Ncaron 2 ; PCC N 0 0 ; PCC caron 53 133 ;
CC Ntilde 2 ; PCC N 0 0 ; PCC tilde 53 133 ;
CC Oacute 2 ; PCC O 0 0 ; PCC acute 53 133 ;
CC Ocircumflex 2 ; PCC O 0 0 ; PCC circumflex 53 133 ;
CC Odieresis 2 ; PCC O 0 0 ; PCC dieresis 53 133 ;
CC Ograve 2 ; PCC O 0 0 ; PCC grave 53 133 ;
CC Ohungarumlaut 2 ; PCC O 0 0 ; PCC hungarumlaut 53 133 ;
CC Omacron 2 ; PCC O 0 0 ; PCC macron 53 133 ;
CC Otilde 2 ; PCC O 0 0 ; PCC tilde 53 133 ;
CC Racute 2 ; PCC R 0 0 ; PCC acute 53 133 ;
CC Rcaron 2 ; PCC R 0 0 ; PCC caron 40 133 ;
CC Sacute 2 ; PCC S 0 0 ; PCC acute 53 133 ;
CC Scaron 2 ; PCC S 0 0 ; PCC caron 53 133 ;
CC Scircumflex 2 ; PCC S 0 0 ; PCC circumflex 53 133 ;
CC Tcaron 2 ; PCC T 0 0 ; PCC caron 40 133 ;
CC Uacute 2 ; PCC U 0 0 ; PCC acute 53 133 ;
CC Ubreve 2 ; PCC U 0 0 ; PCC breve 53 133 ;
CC Ucircumflex 2 ; PCC U 0 0 ; PCC circumflex 53 133 ;
CC Udieresis 2 ; PCC U 0 0 ; PCC dieresis 53 133 ;
CC Ugrave 2 ; PCC U 0 0 ; PCC grave 53 133 ;
CC Uhungarumlaut 2 ; PCC U 0 0 ; PCC hungarumlaut 53 133 ;
CC Umacron 2 ; PCC U 0 0 ; PCC macron 53 133 ;
CC Uring 2 ; PCC U 0 0 ; PCC ring 53 133 ;
CC Utilde 2 ; PCC U 0 0 ; PCC tilde 53 133 ;
CC Yacute 2 ; PCC Y 0 0 ; PCC acute 53 133 ;
CC Ydieresis 2 ; PCC Y 0 0 ; PCC dieresis 53 133 ;
CC Zacute 2 ; PCC Z 0 0 ; PCC acute 40 133 ;
CC Zcaron 2 ; PCC Z 0 0 ; PCC caron 40 133 ;
CC Zdotaccent 2 ; PCC Z 0 0 ; PCC dotaccent 40 133 ;
CC aacute 2 ; PCC a 0 0 ; PCC acute 0 0 ;
CC abreve 2 ; PCC a 0 0 ; PCC breve 0 0 ;
CC acircumflex 2 ; PCC a 0 0 ; PCC circumflex 0 0 ;
CC adieresis 2 ; PCC a 0 0 ; PCC dieresis 0 0 ;
CC agrave 2 ; PCC a 0 0 ; PCC grave 0 0 ;
CC amacron 2 ; PCC a 0 0 ; PCC macron 0 0 ;
CC aring 2 ; PCC a 0 0 ; PCC ring 0 0 ;
CC atilde 2 ; PCC a 0 0 ; PCC tilde 0 0 ;
CC cacute 2 ; PCC c 0 0 ; PCC acute 0 0 ;
CC ccaron 2 ; PCC c 0 0 ; PCC caron 0 0 ;
CC ccircumflex 2 ; PCC c 0 0 ; PCC circumflex 0 2 ;
CC cdotaccent 2 ; PCC c 0 0 ; PCC dotaccent 0 0 ;
CC dcaron 2 ; PCC d 0 0 ; PCC caron 20 182 ;
CC eacute 2 ; PCC e 0 0 ; PCC acute 0 0 ;
CC ecaron 2 ; PCC e 0 0 ; PCC caron 0 0 ;
CC ecircumflex 2 ; PCC e 0 0 ; PCC circumflex 0 0 ;
CC edieresis 2 ; PCC e 0 0 ; PCC dieresis 0 0 ;
CC edotaccent 2 ; PCC e 0 0 ; PCC dotaccent 0 0 ;
CC egrave 2 ; PCC e 0 0 ; PCC grave 0 0 ;
CC emacron 2 ; PCC e 0 0 ; PCC macron 0 0 ;
CC gacute 2 ; PCC g 0 0 ; PCC acute -10 0 ;
CC gbreve 2 ; PCC g 0 0 ; PCC breve -10 0 ;
CC gcircumflex 2 ; PCC g 0 0 ; PCC circumflex -10 0 ;
CC gdotaccent 2 ; PCC g 0 0 ; PCC dotaccent 0 0 ;
CC hcircumflex 2 ; PCC h 0 0 ; PCC circumflex 0 182 ;
CC iacute 2 ; PCC dotlessi 0 0 ; PCC acute 0 0 ;
CC icircumflex 2 ; PCC dotlessi 0 0 ; PCC circumflex -24 0 ;
CC idieresis 2 ; PCC dotlessi 0 0 ; PCC dieresis 0 0 ;
CC igrave 2 ; PCC dotlessi 0 0 ; PCC grave 0 0 ;
CC imacron 2 ; PCC dotlessi 0 0 ; PCC macron 0 0 ;
CC itilde 2 ; PCC dotlessi 0 0 ; PCC tilde 0 0 ;
CC lacute 2 ; PCC l 0 0 ; PCC acute 0 182 ;
CC lcaron 2 ; PCC l 0 0 ; PCC caron 0 182 ;
CC nacute 2 ; PCC n 0 0 ; PCC acute 0 0 ;
CC ncaron 2 ; PCC n 0 0 ; PCC caron 0 0 ;
CC ntilde 2 ; PCC n 0 0 ; PCC tilde 0 0 ;
CC oacute 2 ; PCC o 0 0 ; PCC acute 0 0 ;
CC ocircumflex 2 ; PCC o 0 0 ; PCC circumflex 0 0 ;
CC odieresis 2 ; PCC o 0 0 ; PCC dieresis 0 0 ;
CC ograve 2 ; PCC o 0 0 ; PCC grave 0 0 ;
CC ohungarumlaut 2 ; PCC o 0 0 ; PCC hungarumlaut 0 0 ;
CC omacron 2 ; PCC o 0 0 ; PCC macron 0 0 ;
CC otilde 2 ; PCC o 0 0 ; PCC tilde 0 0 ;
CC racute 2 ; PCC r 0 0 ; PCC acute 0 0 ;
CC rcaron 2 ; PCC r 0 0 ; PCC caron 0 0 ;
CC sacute 2 ; PCC s 0 0 ; PCC acute 0 0 ;
CC scaron 2 ; PCC s 0 0 ; PCC caron 0 0 ;
CC scircumflex 2 ; PCC s 0 0 ; PCC circumflex 0 0 ;
CC tcaron 2 ; PCC t 0 0 ; PCC caron -65 118 ;
CC uacute 2 ; PCC u 0 0 ; PCC acute 0 0 ;
CC ubreve 2 ; PCC u 0 0 ; PCC breve 0 0 ;
CC ucircumflex 2 ; PCC u 0 0 ; PCC circumflex 0 0 ;
CC udieresis 2 ; PCC u 0 0 ; PCC dieresis 0 0 ;
CC ugrave 2 ; PCC u 0 0 ; PCC grave 0 0 ;
CC uhungarumlaut 2 ; PCC u 0 0 ; PCC hungarumlaut 0 0 ;
CC umacron 2 ; PCC u 0 0 ; PCC macron 0 0 ;
CC uring 2 ; PCC u 0 0 ; PCC ring -30 0 ;
CC utilde 2 ; PCC u 0 0 ; PCC tilde 0 0 ;
CC yacute 2 ; PCC y 0 0 ; PCC acute 0 0 ;
CC ydieresis 2 ; PCC y 0 0 ; PCC dieresis 0 0 ;
CC zacute 2 ; PCC z 0 0 ; PCC acute 0 0 ;
CC zcaron 2 ; PCC z 0 0 ; PCC caron 0 0 ;
CC zdotaccent 2 ; PCC z 0 0 ; PCC dotaccent 0 0 ;
EndComposites
EndFontMetrics


1893
font/ibm-type1/couri.pfa Normal file

File diff suppressed because it is too large Load Diff

294
font/ibm-type1/install-sh Normal file
View File

@ -0,0 +1,294 @@
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# 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.
#
# 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
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of the X Consortium shall not
# be used in advertising or otherwise to promote the sale, use or other deal-
# ings in this Software without prior written authorization from the X Consor-
# tium.
#
#
# FSF changes to this file are in the public domain.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creating a file called install from it
# when there is no Makefile.
#
# This script is compatible with the BSD install script, but was written
# from scratch. It can only install one file at a time, a restriction
# shared with many OS's install programs.
# set DOITPROG to echo to test this script
# Don't use :- since 4.3BSD and earlier shells don't like it.
doit="${DOITPROG-}"
# put in absolute paths if you don't have them in your path; or use env. vars.
mvprog="${MVPROG-mv}"
cpprog="${CPPROG-cp}"
chmodprog="${CHMODPROG-chmod}"
chownprog="${CHOWNPROG-chown}"
chgrpprog="${CHGRPPROG-chgrp}"
stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"
transformbasename=""
transform_arg=""
instcmd="$mvprog"
chmodcmd="$chmodprog 0755"
chowncmd=""
chgrpcmd=""
stripcmd=""
rmcmd="$rmprog -f"
mvcmd="$mvprog"
src=""
dst=""
dir_arg=""
while [ x"$1" != x ]; do
case $1 in
-c) instcmd=$cpprog
shift
continue;;
-d) dir_arg=true
shift
continue;;
-m) chmodcmd="$chmodprog $2"
shift
shift
continue;;
-o) chowncmd="$chownprog $2"
shift
shift
continue;;
-g) chgrpcmd="$chgrpprog $2"
shift
shift
continue;;
-s) stripcmd=$stripprog
shift
continue;;
-t=*) transformarg=`echo $1 | sed 's/-t=//'`
shift
continue;;
-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
shift
continue;;
*) if [ x"$src" = x ]
then
src=$1
else
# this colon is to work around a 386BSD /bin/sh bug
:
dst=$1
fi
shift
continue;;
esac
done
if [ x"$src" = x ]
then
echo "$0: no input file specified" >&2
exit 1
else
:
fi
if [ x"$dir_arg" != x ]; then
dst=$src
src=""
if [ -d "$dst" ]; then
instcmd=:
chmodcmd=""
else
instcmd=$mkdirprog
fi
else
# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
# might cause directories to be created, which would be especially bad
# if $src (and thus $dsttmp) contains '*'.
if [ -f "$src" ] || [ -d "$src" ]
then
:
else
echo "$0: $src does not exist" >&2
exit 1
fi
if [ x"$dst" = x ]
then
echo "$0: no destination specified" >&2
exit 1
else
:
fi
# If destination is a directory, append the input filename; if your system
# does not like double slashes in filenames, you may need to add some logic
if [ -d "$dst" ]
then
dst=$dst/`basename "$src"`
else
:
fi
fi
## this sed command emulates the dirname command
dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
# Make sure that the destination directory exists.
# this part is taken from Noah Friedman's mkinstalldirs script
# Skip lots of stat calls in the usual case.
if [ ! -d "$dstdir" ]; then
defaultIFS='
'
IFS="${IFS-$defaultIFS}"
oIFS=$IFS
# Some sh's can't handle IFS=/ for some reason.
IFS='%'
set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
IFS=$oIFS
pathcomp=''
while [ $# -ne 0 ] ; do
pathcomp=$pathcomp$1
shift
if [ ! -d "$pathcomp" ] ;
then
$mkdirprog "$pathcomp"
else
:
fi
pathcomp=$pathcomp/
done
fi
if [ x"$dir_arg" != x ]
then
$doit $instcmd "$dst" &&
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
else
# If we're going to rename the final executable, determine the name now.
if [ x"$transformarg" = x ]
then
dstfile=`basename "$dst"`
else
dstfile=`basename "$dst" $transformbasename |
sed $transformarg`$transformbasename
fi
# don't allow the sed command to completely eliminate the filename
if [ x"$dstfile" = x ]
then
dstfile=`basename "$dst"`
else
:
fi
# Make a couple of temp file names in the proper directory.
dsttmp=$dstdir/_inst.$$_
rmtmp=$dstdir/_rm.$$_
# Trap to clean up temp files at exit.
trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
trap '(exit $?); exit' 1 2 13 15
# Move or copy the file name to the temp name
$doit $instcmd "$src" "$dsttmp" &&
# and set any options; do chmod last to preserve setuid bits
# If any of these fail, we abort the whole thing. If we want to
# ignore errors from any of these, just make sure not to ignore
# errors from the above "$doit $instcmd $src $dsttmp" command.
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi &&
# Now remove or move aside any old file at destination location. We try this
# two ways since rm can't unlink itself on some systems and the destination
# file might be busy for other reasons. In this case, the final cleanup
# might fail but the new file should still install successfully.
{
if [ -f "$dstdir/$dstfile" ]
then
$doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
$doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||
{
echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
(exit 1); exit
}
else
:
fi
} &&
# Now rename the file to the real destination.
$doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
fi &&
# The final little trick to "correctly" pass the exit status to the exit trap.
{
(exit 0); exit
}

336
font/ibm-type1/missing Normal file
View File

@ -0,0 +1,336 @@
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# 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.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# 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.
if test $# -eq 0; then
echo 1>&2 "Try \`$0 --help' for more information"
exit 1
fi
run=:
# In the cases where this matters, `missing' is being run in the
# srcdir already.
if test -f configure.ac; then
configure_ac=configure.ac
else
configure_ac=configure.in
fi
case "$1" in
--run)
# Try to run requested program, and just exit if it succeeds.
run=
shift
"$@" && exit 0
;;
esac
# If it does not exist, or fails to run (possibly an outdated version),
# try to emulate it.
case "$1" in
-h|--h|--he|--hel|--help)
echo "\
$0 [OPTION]... PROGRAM [ARGUMENT]...
Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
error status if there is no known handling for PROGRAM.
Options:
-h, --help display this help and exit
-v, --version output version information and exit
--run try to run the given command, and emulate it if it fails
Supported PROGRAM values:
aclocal touch file \`aclocal.m4'
autoconf touch file \`configure'
autoheader touch file \`config.h.in'
automake touch all \`Makefile.in' files
bison create \`y.tab.[ch]', if possible, from existing .[ch]
flex create \`lex.yy.c', if possible, from existing .c
help2man touch the output file
lex create \`lex.yy.c', if possible, from existing .c
makeinfo touch the output file
tar try tar, gnutar, gtar, then tar without non-portable flags
yacc create \`y.tab.[ch]', if possible, from existing .[ch]"
;;
-v|--v|--ve|--ver|--vers|--versi|--versio|--version)
echo "missing 0.4 - GNU automake"
;;
-*)
echo 1>&2 "$0: Unknown \`$1' option"
echo 1>&2 "Try \`$0 --help' for more information"
exit 1
;;
aclocal*)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified \`acinclude.m4' or \`${configure_ac}'. You might want
to install the \`Automake' and \`Perl' packages. Grab them from
any GNU archive site."
touch aclocal.m4
;;
autoconf)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified \`${configure_ac}'. You might want to install the
\`Autoconf' and \`GNU m4' packages. Grab them from any GNU
archive site."
touch configure
;;
autoheader)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified \`acconfig.h' or \`${configure_ac}'. You might want
to install the \`Autoconf' and \`GNU m4' packages. Grab them
from any GNU archive site."
files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
test -z "$files" && files="config.h"
touch_files=
for f in $files; do
case "$f" in
*:*) touch_files="$touch_files "`echo "$f" |
sed -e 's/^[^:]*://' -e 's/:.*//'`;;
*) touch_files="$touch_files $f.in";;
esac
done
touch $touch_files
;;
automake*)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
You might want to install the \`Automake' and \`Perl' packages.
Grab them from any GNU archive site."
find . -type f -name Makefile.am -print |
sed 's/\.am$/.in/' |
while read f; do touch "$f"; done
;;
autom4te)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\
WARNING: \`$1' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them.
You can get \`$1' as part of \`Autoconf' from any GNU
archive site."
file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
if test -f "$file"; then
touch $file
else
test -z "$file" || exec >$file
echo "#! /bin/sh"
echo "# Created by GNU Automake missing as a replacement of"
echo "# $ $@"
echo "exit 0"
chmod +x $file
exit 1
fi
;;
bison|yacc)
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified a \`.y' file. You may need the \`Bison' package
in order for those modifications to take effect. You can get
\`Bison' from any GNU archive site."
rm -f y.tab.c y.tab.h
if [ $# -ne 1 ]; then
eval LASTARG="\${$#}"
case "$LASTARG" in
*.y)
SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" y.tab.c
fi
SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" y.tab.h
fi
;;
esac
fi
if [ ! -f y.tab.h ]; then
echo >y.tab.h
fi
if [ ! -f y.tab.c ]; then
echo 'main() { return 0; }' >y.tab.c
fi
;;
lex|flex)
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified a \`.l' file. You may need the \`Flex' package
in order for those modifications to take effect. You can get
\`Flex' from any GNU archive site."
rm -f lex.yy.c
if [ $# -ne 1 ]; then
eval LASTARG="\${$#}"
case "$LASTARG" in
*.l)
SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" lex.yy.c
fi
;;
esac
fi
if [ ! -f lex.yy.c ]; then
echo 'main() { return 0; }' >lex.yy.c
fi
;;
help2man)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
fi
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified a dependency of a manual page. You may need the
\`Help2man' package in order for those modifications to take
effect. You can get \`Help2man' from any GNU archive site."
file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
if test -z "$file"; then
file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
fi
if [ -f "$file" ]; then
touch $file
else
test -z "$file" || exec >$file
echo ".ab help2man is required to generate this page"
exit 1
fi
;;
makeinfo)
if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
# We have makeinfo, but it failed.
exit 1
fi
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified a \`.texi' or \`.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy \`make' (AIX,
DU, IRIX). You might want to install the \`Texinfo' package or
the \`GNU make' package. Grab either from any GNU archive site."
file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
if test -z "$file"; then
file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
fi
touch $file
;;
tar)
shift
if test -n "$run"; then
echo 1>&2 "ERROR: \`tar' requires --run"
exit 1
fi
# We have already tried tar in the generic part.
# Look for gnutar/gtar before invocation to avoid ugly error
# messages.
if (gnutar --version > /dev/null 2>&1); then
gnutar "$@" && exit 0
fi
if (gtar --version > /dev/null 2>&1); then
gtar "$@" && exit 0
fi
firstarg="$1"
if shift; then
case "$firstarg" in
*o*)
firstarg=`echo "$firstarg" | sed s/o//`
tar "$firstarg" "$@" && exit 0
;;
esac
case "$firstarg" in
*h*)
firstarg=`echo "$firstarg" | sed s/h//`
tar "$firstarg" "$@" && exit 0
;;
esac
fi
echo 1>&2 "\
WARNING: I can't seem to be able to run \`tar' with the given arguments.
You may want to install GNU tar or Free paxutils, or check the
command line arguments."
exit 1
;;
*)
echo 1>&2 "\
WARNING: \`$1' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the \`README' file,
it often tells you about the needed prerequisites for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing \`$1' program."
exit 1
;;
esac
exit 0

View File

@ -0,0 +1,111 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain
errstatus=0
dirmode=""
usage="\
Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
# process command line arguments
while test $# -gt 0 ; do
case $1 in
-h | --help | --h*) # -h for help
echo "$usage" 1>&2
exit 0
;;
-m) # -m PERM arg
shift
test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
dirmode=$1
shift
;;
--) # stop option processing
shift
break
;;
-*) # unknown option
echo "$usage" 1>&2
exit 1
;;
*) # first non-opt arg
break
;;
esac
done
for file
do
if test -d "$file"; then
shift
else
break
fi
done
case $# in
0) exit 0 ;;
esac
case $dirmode in
'')
if mkdir -p -- . 2>/dev/null; then
echo "mkdir -p -- $*"
exec mkdir -p -- "$@"
fi
;;
*)
if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
echo "mkdir -m $dirmode -p -- $*"
exec mkdir -m "$dirmode" -p -- "$@"
fi
;;
esac
for file
do
set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
shift
pathcomp=
for d
do
pathcomp="$pathcomp$d"
case $pathcomp in
-*) pathcomp=./$pathcomp ;;
esac
if test ! -d "$pathcomp"; then
echo "mkdir $pathcomp"
mkdir "$pathcomp" || lasterr=$?
if test ! -d "$pathcomp"; then
errstatus=$lasterr
else
if test ! -z "$dirmode"; then
echo "chmod $dirmode $pathcomp"
lasterr=""
chmod "$dirmode" "$pathcomp" || lasterr=$?
if test ! -z "$lasterr"; then
errstatus=$lasterr
fi
fi
fi
fi
pathcomp="$pathcomp/"
done
done
exit $errstatus
# Local Variables:
# mode: shell-script
# sh-indentation: 2
# End:
# mkinstalldirs ends here