Importing font-bh-type1 1.0.0

This commit is contained in:
matthieu 2006-11-26 15:56:47 +00:00
parent 6a4d5405d7
commit ffa1ddc867
40 changed files with 34018 additions and 0 deletions

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

42
font/bh-type1/COPYING Normal file
View File

@ -0,0 +1,42 @@
Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font
instruction code copyright (c) 2001 by URW++ GmbH. All Rights
Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of these Fonts and associated documentation files (the "Font
Software"), to deal in the Font Software, including without
limitation the rights to use, copy, merge, publish, distribute,
sublicense, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to
the following conditions:
The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software.
The Font Software may not be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may not
be modified nor may additional glyphs or characters be added to the
Fonts. This License becomes null and void when the Fonts or Font
Software have been modified.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
SOFTWARE.
Except as contained in this notice, the names of Bigelow & Holmes
Inc. and URW++ GmbH. shall not be used in advertising or otherwise to
promote the sale, use or other dealings in this Font Software without
prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH.
For further information, contact:
info@urwpp.de
or
design@bigelowandholmes.com

View File

@ -0,0 +1,42 @@
Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font
instruction code copyright (c) 2001 by URW++ GmbH. All Rights
Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of these Fonts and associated documentation files (the "Font
Software"), to deal in the Font Software, including without
limitation the rights to use, copy, merge, publish, distribute,
sublicense, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to
the following conditions:
The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software.
The Font Software may not be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may not
be modified nor may additional glyphs or characters be added to the
Fonts. This License becomes null and void when the Fonts or Font
Software have been modified.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
SOFTWARE.
Except as contained in this notice, the names of Bigelow & Holmes
Inc. and URW++ GmbH. shall not be used in advertising or otherwise to
promote the sale, use or other dealings in this Font Software without
prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH.
For further information, contact:
info@urwpp.de
or
design@bigelowandholmes.com

21
font/bh-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/bh-type1/INSTALL Normal file
View File

61
font/bh-type1/Makefile.am Normal file
View File

@ -0,0 +1,61 @@
# 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 = \
l047013t.afm \
l047013t.pfa \
l047016t.afm \
l047016t.pfa \
l047033t.afm \
l047033t.pfa \
l047036t.afm \
l047036t.pfa \
l048013t.afm \
l048013t.pfa \
l048016t.afm \
l048016t.pfa \
l048033t.afm \
l048033t.pfa \
l048036t.afm \
l048036t.pfa \
l049013t.afm \
l049013t.pfa \
l049016t.afm \
l049016t.pfa \
l049033t.afm \
l049033t.pfa \
l049036t.afm \
l049036t.pfa
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH 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:
@:

413
font/bh-type1/Makefile.in Normal file
View File

@ -0,0 +1,413 @@
# 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 = \
l047013t.afm \
l047013t.pfa \
l047016t.afm \
l047016t.pfa \
l047033t.afm \
l047033t.pfa \
l047036t.afm \
l047036t.pfa \
l048013t.afm \
l048013t.pfa \
l048016t.afm \
l048016t.pfa \
l048033t.afm \
l048033t.pfa \
l048036t.afm \
l048036t.pfa \
l049013t.afm \
l049013t.pfa \
l049016t.afm \
l049016t.pfa \
l049033t.afm \
l049033t.pfa \
l049036t.afm \
l049036t.pfa
fontdir = @FONTDIR@
font_DATA = $(FONT_FILES)
EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH 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/bh-type1/NEWS Normal file
View File

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

918
font/bh-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/bh-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/bh-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-bh-type1, [1.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-bh-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])

294
font/bh-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
}

332
font/bh-type1/l047013t.afm Normal file
View File

@ -0,0 +1,332 @@
StartFontMetrics 3.0
Comment Copyright Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
Comment Creation Date: 11/12/2001
FontName LuxiMono
FullName Luxi Mono Regular
FamilyName Luxi Mono
Weight Regular
ItalicAngle 0.0
IsFixedPitch true
UnderlinePosition -88
UnderlineThickness 83
Version 1.2
Notice Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
EncodingScheme FontSpecific
FontBBox 0 -211 600 993
CapHeight 723
XHeight 530
Descender -205
Ascender 723
StartCharMetrics 310
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 240 0 361 723 ;
C 34 ; WX 600 ; N quotedbl ; B 119 506 480 771 ;
C 35 ; WX 600 ; N numbersign ; B 20 0 581 723 ;
C 36 ; WX 600 ; N dollar ; B 70 -60 503 783 ;
C 37 ; WX 600 ; N percent ; B 10 -18 589 741 ;
C 38 ; WX 600 ; N ampersand ; B 28 -18 582 742 ;
C 39 ; WX 600 ; N quotesingle ; B 228 470 373 771 ;
C 40 ; WX 600 ; N parenleft ; B 157 -145 480 771 ;
C 41 ; WX 600 ; N parenright ; B 121 -145 444 771 ;
C 42 ; WX 600 ; N asterisk ; B 79 300 522 723 ;
C 43 ; WX 600 ; N plus ; B 48 49 551 553 ;
C 44 ; WX 600 ; N comma ; B 228 -156 373 145 ;
C 45 ; WX 600 ; N hyphen ; B 72 265 528 337 ;
C 46 ; WX 600 ; N period ; B 228 0 373 145 ;
C 47 ; WX 600 ; N slash ; B 48 -145 552 771 ;
C 48 ; WX 600 ; N zero ; B 47 -18 553 741 ;
C 49 ; WX 600 ; N one ; B 55 0 585 741 ;
C 50 ; WX 600 ; N two ; B 65 0 541 741 ;
C 51 ; WX 600 ; N three ; B 90 -18 528 741 ;
C 52 ; WX 600 ; N four ; B 41 0 553 723 ;
C 53 ; WX 600 ; N five ; B 122 -18 526 723 ;
C 54 ; WX 600 ; N six ; B 60 -18 553 741 ;
C 55 ; WX 600 ; N seven ; B 71 0 517 723 ;
C 56 ; WX 600 ; N eight ; B 59 -18 544 741 ;
C 57 ; WX 600 ; N nine ; B 47 -18 540 741 ;
C 58 ; WX 600 ; N colon ; B 228 0 373 530 ;
C 59 ; WX 600 ; N semicolon ; B 228 -156 373 530 ;
C 60 ; WX 600 ; N less ; B 48 0 552 603 ;
C 61 ; WX 600 ; N equal ; B 48 169 551 434 ;
C 62 ; WX 600 ; N greater ; B 48 0 552 603 ;
C 63 ; WX 600 ; N question ; B 99 0 527 741 ;
C 64 ; WX 600 ; N at ; B 42 -18 579 741 ;
C 65 ; WX 600 ; N A ; B 12 0 587 723 ;
C 66 ; WX 600 ; N B ; B 36 0 542 723 ;
C 67 ; WX 600 ; N C ; B 60 -18 550 741 ;
C 68 ; WX 600 ; N D ; B 24 0 570 723 ;
C 69 ; WX 600 ; N E ; B 36 0 540 723 ;
C 70 ; WX 600 ; N F ; B 54 0 554 723 ;
C 71 ; WX 600 ; N G ; B 36 -18 528 742 ;
C 72 ; WX 600 ; N H ; B 30 0 570 723 ;
C 73 ; WX 600 ; N I ; B 78 0 521 723 ;
C 74 ; WX 600 ; N J ; B 54 -18 558 723 ;
C 75 ; WX 600 ; N K ; B 36 0 584 723 ;
C 76 ; WX 600 ; N L ; B 42 0 562 723 ;
C 77 ; WX 600 ; N M ; B 12 0 588 723 ;
C 78 ; WX 600 ; N N ; B 36 0 564 723 ;
C 79 ; WX 600 ; N O ; B 30 -18 570 741 ;
C 80 ; WX 600 ; N P ; B 42 0 549 723 ;
C 81 ; WX 600 ; N Q ; B 30 -156 597 741 ;
C 82 ; WX 600 ; N R ; B 42 0 587 723 ;
C 83 ; WX 600 ; N S ; B 74 -18 533 741 ;
C 84 ; WX 600 ; N T ; B 30 0 570 723 ;
C 85 ; WX 600 ; N U ; B 30 -18 570 723 ;
C 86 ; WX 600 ; N V ; B 13 0 588 723 ;
C 87 ; WX 600 ; N W ; B 11 0 589 723 ;
C 88 ; WX 600 ; N X ; B 24 0 576 723 ;
C 89 ; WX 600 ; N Y ; B 13 0 586 723 ;
C 90 ; WX 600 ; N Z ; B 72 0 528 723 ;
C 91 ; WX 600 ; N bracketleft ; B 193 -145 458 771 ;
C 92 ; WX 600 ; N backslash ; B 48 -145 552 771 ;
C 93 ; WX 600 ; N bracketright ; B 142 -145 407 771 ;
C 94 ; WX 600 ; N asciicircum ; B 71 265 529 723 ;
C 95 ; WX 600 ; N underscore ; B 0 -72 600 0 ;
C 96 ; WX 600 ; N grave ; B 191 626 408 783 ;
C 97 ; WX 600 ; N a ; B 72 -12 569 542 ;
C 98 ; WX 600 ; N b ; B 30 -12 546 771 ;
C 99 ; WX 600 ; N c ; B 72 -12 503 542 ;
C 100 ; WX 600 ; N d ; B 54 -12 570 771 ;
C 101 ; WX 600 ; N e ; B 60 -12 539 542 ;
C 102 ; WX 600 ; N f ; B 72 0 570 784 ;
C 103 ; WX 600 ; N g ; B 42 -205 566 542 ;
C 104 ; WX 600 ; N h ; B 34 0 571 771 ;
C 105 ; WX 600 ; N i ; B 72 0 539 771 ;
C 106 ; WX 600 ; N j ; B 78 -206 447 771 ;
C 107 ; WX 600 ; N k ; B 36 0 574 771 ;
C 108 ; WX 600 ; N l ; B 72 0 539 771 ;
C 109 ; WX 600 ; N m ; B 13 0 588 542 ;
C 110 ; WX 600 ; N n ; B 34 0 571 542 ;
C 111 ; WX 600 ; N o ; B 54 -12 546 542 ;
C 112 ; WX 600 ; N p ; B 30 -193 546 542 ;
C 113 ; WX 600 ; N q ; B 54 -193 570 542 ;
C 114 ; WX 600 ; N r ; B 36 0 540 542 ;
C 115 ; WX 600 ; N s ; B 84 -12 531 542 ;
C 116 ; WX 600 ; N t ; B 58 -12 504 650 ;
C 117 ; WX 600 ; N u ; B 33 -12 569 530 ;
C 118 ; WX 600 ; N v ; B 27 0 573 530 ;
C 119 ; WX 600 ; N w ; B 11 0 589 530 ;
C 120 ; WX 600 ; N x ; B 29 0 581 530 ;
C 121 ; WX 600 ; N y ; B 27 -193 573 530 ;
C 122 ; WX 600 ; N z ; B 60 0 534 530 ;
C 123 ; WX 600 ; N braceleft ; B 89 -145 489 771 ;
C 124 ; WX 600 ; N bar ; B 264 -145 336 771 ;
C 125 ; WX 600 ; N braceright ; B 111 -145 511 771 ;
C 126 ; WX 600 ; N asciitilde ; B 59 201 541 377 ;
C 128 ; WX 600 ; N Euro ; B 3 -18 550 741 ;
C 130 ; WX 600 ; N quotesinglbase ; B 234 -156 379 145 ;
C 131 ; WX 600 ; N florin ; B 41 -145 528 741 ;
C 132 ; WX 600 ; N quotedblbase ; B 125 -144 486 121 ;
C 133 ; WX 600 ; N ellipsis ; B 40 0 561 121 ;
C 134 ; WX 600 ; N dagger ; B 83 -145 517 723 ;
C 135 ; WX 600 ; N daggerdbl ; B 83 -145 517 723 ;
C 136 ; WX 600 ; N circumflex ; B 121 626 478 783 ;
C 137 ; WX 600 ; N perthousand ; B 6 0 594 723 ;
C 138 ; WX 600 ; N Scaron ; B 74 -18 533 940 ;
C 139 ; WX 600 ; N guilsinglleft ; B 114 48 462 482 ;
C 140 ; WX 600 ; N OE ; B 19 -18 570 742 ;
C 145 ; WX 600 ; N quoteleft ; B 222 470 367 771 ;
C 146 ; WX 600 ; N quoteright ; B 234 470 379 771 ;
C 147 ; WX 600 ; N quotedblleft ; B 113 506 474 771 ;
C 148 ; WX 600 ; N quotedblright ; B 125 506 486 771 ;
C 149 ; WX 600 ; N bullet ; B 155 253 444 542 ;
C 150 ; WX 600 ; N endash ; B 59 265 541 337 ;
C 151 ; WX 600 ; N emdash ; B 0 265 600 325 ;
C 152 ; WX 600 ; N tilde ; B 137 627 462 742 ;
C 153 ; WX 600 ; N trademark ; B 21 361 584 723 ;
C 154 ; WX 600 ; N scaron ; B 84 -12 531 783 ;
C 155 ; WX 600 ; N guilsinglright ; B 138 48 486 482 ;
C 156 ; WX 600 ; N oe ; B 24 -12 576 542 ;
C 159 ; WX 600 ; N Ydieresis ; B 13 0 586 879 ;
C 160 ; WX 600 ; N nbspace ; B 0 0 0 0 ;
C 161 ; WX 600 ; N exclamdown ; B 240 -193 361 530 ;
C 162 ; WX 600 ; N cent ; B 83 0 518 723 ;
C 163 ; WX 600 ; N sterling ; B 73 0 510 741 ;
C 164 ; WX 600 ; N currency ; B 41 69 558 586 ;
C 165 ; WX 600 ; N yen ; B 24 0 576 723 ;
C 166 ; WX 600 ; N brokenbar ; B 264 -145 336 771 ;
C 167 ; WX 600 ; N section ; B 75 -162 524 742 ;
C 168 ; WX 600 ; N dieresis ; B 137 627 462 723 ;
C 169 ; WX 600 ; N copyright ; B 30 -18 570 741 ;
C 170 ; WX 600 ; N ordfeminine ; B 66 349 545 741 ;
C 171 ; WX 600 ; N guillemotleft ; B 40 48 540 482 ;
C 172 ; WX 600 ; N logicalnot ; B 48 96 551 337 ;
C 173 ; WX 600 ; N sfthyphen ; B 72 265 528 337 ;
C 174 ; WX 600 ; N registered ; B 30 -18 570 741 ;
C 176 ; WX 600 ; N degree ; B 155 451 444 741 ;
C 177 ; WX 600 ; N plusminus ; B 48 0 551 603 ;
C 178 ; WX 600 ; N twosuperior ; B 125 356 474 742 ;
C 179 ; WX 600 ; N threesuperior ; B 128 349 471 742 ;
C 180 ; WX 600 ; N acute ; B 191 626 408 783 ;
C 181 ; WX 600 ; N mu ; B 33 -193 569 530 ;
C 182 ; WX 600 ; N paragraph ; B 48 -144 474 729 ;
C 184 ; WX 600 ; N cedilla ; B 215 -211 385 0 ;
C 185 ; WX 600 ; N onesuperior ; B 130 356 470 741 ;
C 186 ; WX 600 ; N ordmasculine ; B 72 350 528 741 ;
C 187 ; WX 600 ; N guillemotright ; B 60 48 560 482 ;
C 188 ; WX 600 ; N onequarter ; B 21 -18 570 741 ;
C 189 ; WX 600 ; N onehalf ; B 21 -18 570 741 ;
C 190 ; WX 600 ; N threequarters ; B 18 -18 588 742 ;
C 191 ; WX 600 ; N questiondown ; B 74 -211 502 530 ;
C 192 ; WX 600 ; N Agrave ; B 12 0 587 940 ;
C 193 ; WX 600 ; N Aacute ; B 12 0 587 940 ;
C 194 ; WX 600 ; N Acircumflex ; B 12 0 587 940 ;
C 195 ; WX 600 ; N Atilde ; B 12 0 587 898 ;
C 196 ; WX 600 ; N Adieresis ; B 12 0 587 879 ;
C 197 ; WX 600 ; N Aring ; B 12 0 587 945 ;
C 198 ; WX 600 ; N AE ; B 6 0 594 723 ;
C 199 ; WX 600 ; N Ccedilla ; B 60 -211 550 741 ;
C 200 ; WX 600 ; N Egrave ; B 36 0 540 940 ;
C 201 ; WX 600 ; N Eacute ; B 36 0 540 940 ;
C 202 ; WX 600 ; N Ecircumflex ; B 36 0 540 940 ;
C 203 ; WX 600 ; N Edieresis ; B 36 0 540 879 ;
C 204 ; WX 600 ; N Igrave ; B 78 0 521 940 ;
C 205 ; WX 600 ; N Iacute ; B 78 0 521 940 ;
C 206 ; WX 600 ; N Icircumflex ; B 78 0 521 940 ;
C 207 ; WX 600 ; N Idieresis ; B 78 0 521 879 ;
C 208 ; WX 600 ; N Eth ; B 24 0 569 723 ;
C 209 ; WX 600 ; N Ntilde ; B 36 0 564 898 ;
C 210 ; WX 600 ; N Ograve ; B 30 -18 570 940 ;
C 211 ; WX 600 ; N Oacute ; B 30 -18 570 940 ;
C 212 ; WX 600 ; N Ocircumflex ; B 30 -18 570 940 ;
C 213 ; WX 600 ; N Otilde ; B 30 -18 570 898 ;
C 214 ; WX 600 ; N Odieresis ; B 30 -18 570 879 ;
C 215 ; WX 600 ; N multiply ; B 48 0 552 504 ;
C 216 ; WX 600 ; N Oslash ; B 30 -18 570 741 ;
C 217 ; WX 600 ; N Ugrave ; B 30 -18 570 940 ;
C 218 ; WX 600 ; N Uacute ; B 30 -18 570 940 ;
C 219 ; WX 600 ; N Ucircumflex ; B 30 -18 570 940 ;
C 220 ; WX 600 ; N Udieresis ; B 30 -18 570 879 ;
C 221 ; WX 600 ; N Yacute ; B 13 0 586 940 ;
C 222 ; WX 600 ; N Thorn ; B 42 0 549 723 ;
C 223 ; WX 600 ; N germandbls ; B 30 -12 583 784 ;
C 224 ; WX 600 ; N agrave ; B 72 -12 569 783 ;
C 225 ; WX 600 ; N aacute ; B 72 -12 569 783 ;
C 226 ; WX 600 ; N acircumflex ; B 72 -12 569 783 ;
C 227 ; WX 600 ; N atilde ; B 72 -12 569 742 ;
C 228 ; WX 600 ; N adieresis ; B 72 -12 569 723 ;
C 229 ; WX 600 ; N aring ; B 72 -12 569 848 ;
C 230 ; WX 600 ; N ae ; B 18 -12 582 542 ;
C 231 ; WX 600 ; N ccedilla ; B 72 -211 503 542 ;
C 232 ; WX 600 ; N egrave ; B 60 -12 539 783 ;
C 233 ; WX 600 ; N eacute ; B 60 -12 539 783 ;
C 234 ; WX 600 ; N ecircumflex ; B 60 -12 539 783 ;
C 235 ; WX 600 ; N edieresis ; B 60 -12 539 723 ;
C 236 ; WX 600 ; N igrave ; B 72 0 539 783 ;
C 237 ; WX 600 ; N iacute ; B 72 0 539 783 ;
C 238 ; WX 600 ; N icircumflex ; B 72 0 539 783 ;
C 239 ; WX 600 ; N idieresis ; B 72 0 539 723 ;
C 240 ; WX 600 ; N eth ; B 54 -12 546 788 ;
C 241 ; WX 600 ; N ntilde ; B 34 0 571 742 ;
C 242 ; WX 600 ; N ograve ; B 54 -12 546 783 ;
C 243 ; WX 600 ; N oacute ; B 54 -12 546 783 ;
C 244 ; WX 600 ; N ocircumflex ; B 54 -12 546 783 ;
C 245 ; WX 600 ; N otilde ; B 54 -12 546 742 ;
C 246 ; WX 600 ; N odieresis ; B 54 -12 546 723 ;
C 247 ; WX 600 ; N divide ; B 48 0 551 603 ;
C 248 ; WX 600 ; N oslash ; B 54 -12 546 542 ;
C 249 ; WX 600 ; N ugrave ; B 33 -12 569 783 ;
C 250 ; WX 600 ; N uacute ; B 33 -12 569 783 ;
C 251 ; WX 600 ; N ucircumflex ; B 33 -12 569 783 ;
C 252 ; WX 600 ; N udieresis ; B 33 -12 569 723 ;
C 253 ; WX 600 ; N yacute ; B 27 -193 573 783 ;
C 254 ; WX 600 ; N thorn ; B 30 -193 546 771 ;
C 255 ; WX 600 ; N ydieresis ; B 27 -193 573 723 ;
C -1 ; WX 600 ; N dcroat ; B 54 -12 570 771 ;
C -1 ; WX 600 ; N fl ; B 34 0 571 783 ;
C -1 ; WX 600 ; N fi ; B 34 0 570 784 ;
C -1 ; WX 600 ; N dotlessi ; B 72 0 539 530 ;
C -1 ; WX 600 ; N gbreve ; B 42 -205 566 771 ;
C -1 ; WX 600 ; N eogonek ; B 60 -181 539 542 ;
C -1 ; WX 600 ; N edotaccent ; B 60 -12 539 723 ;
C -1 ; WX 600 ; N lacute ; B 72 0 539 976 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 54 -12 546 783 ;
C -1 ; WX 600 ; N lcaron ; B 60 0 539 771 ;
C -1 ; WX 600 ; N periodcentered ; B 240 205 361 326 ;
C -1 ; WX 600 ; N sacute ; B 84 -12 531 783 ;
C -1 ; WX 600 ; N nacute ; B 34 0 571 783 ;
C -1 ; WX 600 ; N scommaaccent ; B 84 -211 531 542 ;
C -1 ; WX 600 ; N ccaron ; B 72 -12 510 783 ;
C -1 ; WX 600 ; N cacute ; B 72 -12 503 783 ;
C -1 ; WX 600 ; N aogonek ; B 72 -181 569 542 ;
C -1 ; WX 600 ; N ncaron ; B 34 0 571 783 ;
C -1 ; WX 600 ; N lslash ; B 72 0 540 771 ;
C -1 ; WX 600 ; N abreve ; B 72 -12 569 771 ;
C -1 ; WX 600 ; N racute ; B 36 0 540 783 ;
C -1 ; WX 600 ; N uring ; B 33 -12 569 848 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 33 -12 569 783 ;
C -1 ; WX 600 ; N ecaron ; B 60 -12 539 783 ;
C -1 ; WX 600 ; N Uogonek ; B 30 -181 570 723 ;
C -1 ; WX 600 ; N Umacron ; B 30 -18 570 844 ;
C -1 ; WX 600 ; N Gcommaaccent ; B 36 -211 528 742 ;
C -1 ; WX 600 ; N Rcommaaccent ; B 42 -211 587 723 ;
C -1 ; WX 600 ; N Omacron ; B 30 -18 570 844 ;
C -1 ; WX 600 ; N Ncommaaccent ; B 36 -211 564 723 ;
C -1 ; WX 600 ; N Lcommaaccent ; B 42 -211 562 723 ;
C -1 ; WX 600 ; N Kcommaaccent ; B 36 -211 584 723 ;
C -1 ; WX 600 ; N Iogonek ; B 78 -181 521 723 ;
C -1 ; WX 600 ; N dcaron ; B 54 -12 600 771 ;
C -1 ; WX 600 ; N Emacron ; B 36 0 540 844 ;
C -1 ; WX 600 ; N Tcommaaccent ; B 30 -211 570 723 ;
C -1 ; WX 600 ; N Amacron ; B 12 0 587 844 ;
C -1 ; WX 600 ; N Zdotaccent ; B 72 0 528 879 ;
C -1 ; WX 600 ; N Zcaron ; B 72 0 528 940 ;
C -1 ; WX 600 ; N Zacute ; B 72 0 528 940 ;
C -1 ; WX 600 ; N zacute ; B 60 0 534 783 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 30 -18 570 940 ;
C -1 ; WX 600 ; N Uring ; B 30 -18 570 993 ;
C -1 ; WX 600 ; N zcaron ; B 60 0 534 783 ;
C -1 ; WX 600 ; N zdotaccent ; B 60 0 534 723 ;
C -1 ; WX 600 ; N tcaron ; B 58 -12 504 824 ;
C -1 ; WX 600 ; N minus ; B 48 265 551 337 ;
C -1 ; WX 600 ; N tcommaaccent ; B 58 -211 504 650 ;
C -1 ; WX 600 ; N Imacron ; B 78 0 521 844 ;
C -1 ; WX 600 ; N amacron ; B 72 -12 569 687 ;
C -1 ; WX 600 ; N Tcaron ; B 30 0 570 940 ;
C -1 ; WX 600 ; N Scedilla ; B 74 -211 533 741 ;
C -1 ; WX 600 ; N Sacute ; B 74 -18 533 940 ;
C -1 ; WX 600 ; N Rcaron ; B 42 0 587 940 ;
C -1 ; WX 600 ; N Racute ; B 42 0 587 940 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 30 -18 570 940 ;
C -1 ; WX 600 ; N emacron ; B 60 -12 539 687 ;
C -1 ; WX 600 ; N imacron ; B 72 0 539 687 ;
C -1 ; WX 600 ; N kcommaaccent ; B 36 -211 574 771 ;
C -1 ; WX 600 ; N lcommaaccent ; B 72 -211 539 771 ;
C -1 ; WX 600 ; N ncommaaccent ; B 34 -211 571 542 ;
C -1 ; WX 600 ; N omacron ; B 54 -12 546 687 ;
C -1 ; WX 600 ; N Ncaron ; B 36 0 564 940 ;
C -1 ; WX 600 ; N fraction ; B 76 -18 524 741 ;
C -1 ; WX 600 ; N Nacute ; B 36 0 564 940 ;
C -1 ; WX 600 ; N Lcaron ; B 42 0 562 723 ;
C -1 ; WX 600 ; N Lacute ; B 42 0 562 940 ;
C -1 ; WX 600 ; N Idotaccent ; B 78 0 521 879 ;
C -1 ; WX 600 ; N dotaccent ; B 252 627 348 723 ;
C -1 ; WX 600 ; N ring ; B 189 626 411 848 ;
C -1 ; WX 600 ; N rcommaaccent ; B 36 -211 540 542 ;
C -1 ; WX 600 ; N umacron ; B 33 -12 569 687 ;
C -1 ; WX 600 ; N uogonek ; B 33 -181 569 530 ;
C -1 ; WX 600 ; N caron ; B 121 626 478 783 ;
C -1 ; WX 600 ; N breve ; B 131 629 468 771 ;
C -1 ; WX 600 ; N Lslash ; B 42 0 562 723 ;
C -1 ; WX 600 ; N hungarumlaut ; B 109 626 491 783 ;
C -1 ; WX 600 ; N Gbreve ; B 36 -18 528 940 ;
C -1 ; WX 600 ; N ogonek ; B 217 -181 384 0 ;
C -1 ; WX 600 ; N macron ; B 131 626 468 687 ;
C -1 ; WX 600 ; N commaaccent ; B 227 -211 394 -54 ;
C -1 ; WX 600 ; N Eogonek ; B 36 -181 540 723 ;
C -1 ; WX 600 ; N Edotaccent ; B 36 0 540 879 ;
C -1 ; WX 600 ; N Ecaron ; B 36 0 540 940 ;
C -1 ; WX 600 ; N Dcroat ; B 24 0 569 723 ;
C -1 ; WX 600 ; N rcaron ; B 36 0 540 783 ;
C -1 ; WX 600 ; N scedilla ; B 84 -211 531 542 ;
C -1 ; WX 600 ; N gcommaaccent ; B 42 -205 566 848 ;
C -1 ; WX 600 ; N Dcaron ; B 24 0 570 940 ;
C -1 ; WX 600 ; N Ccaron ; B 60 -18 550 940 ;
C -1 ; WX 600 ; N Cacute ; B 60 -18 550 940 ;
C -1 ; WX 600 ; N iogonek ; B 72 -181 539 771 ;
C -1 ; WX 600 ; N Aogonek ; B 12 -181 587 723 ;
C -1 ; WX 600 ; N Scommaaccent ; B 74 -211 533 741 ;
C -1 ; WX 600 ; N Abreve ; B 12 0 587 940 ;
C -1 ; WX 600 ; N .notdef ; B 0 0 0 0 ;
EndCharMetrics
EndFontMetrics

1346
font/bh-type1/l047013t.pfa Normal file

File diff suppressed because it is too large Load Diff

332
font/bh-type1/l047016t.afm Normal file
View File

@ -0,0 +1,332 @@
StartFontMetrics 3.0
Comment Copyright Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
Comment Creation Date: 11/12/2001
FontName LuxiMono-Bold
FullName Luxi Mono Bold
FamilyName Luxi Mono
Weight Bold
ItalicAngle 0.0
IsFixedPitch true
UnderlinePosition -88
UnderlineThickness 83
Version 1.1000
Notice Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
EncodingScheme FontSpecific
FontBBox 0 -211 714 1012
CapHeight 723
XHeight 530
Descender -205
Ascender 723
StartCharMetrics 310
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 228 0 373 723 ;
C 34 ; WX 600 ; N quotedbl ; B 95 506 505 771 ;
C 35 ; WX 600 ; N numbersign ; B 24 0 576 723 ;
C 36 ; WX 600 ; N dollar ; B 53 -96 519 819 ;
C 37 ; WX 600 ; N percent ; B 0 -18 601 741 ;
C 38 ; WX 600 ; N ampersand ; B 22 -18 590 741 ;
C 39 ; WX 600 ; N quotesingle ; B 216 470 384 771 ;
C 40 ; WX 600 ; N parenleft ; B 94 -145 504 771 ;
C 41 ; WX 600 ; N parenright ; B 96 -145 506 771 ;
C 42 ; WX 600 ; N asterisk ; B 75 289 525 723 ;
C 43 ; WX 600 ; N plus ; B 48 49 552 553 ;
C 44 ; WX 600 ; N comma ; B 216 -169 384 168 ;
C 45 ; WX 600 ; N hyphen ; B 72 253 528 350 ;
C 46 ; WX 600 ; N period ; B 216 0 384 168 ;
C 47 ; WX 600 ; N slash ; B 0 -145 600 771 ;
C 48 ; WX 600 ; N zero ; B 42 -18 558 741 ;
C 49 ; WX 600 ; N one ; B 72 0 551 735 ;
C 50 ; WX 600 ; N two ; B 92 0 509 742 ;
C 51 ; WX 600 ; N three ; B 84 -18 533 741 ;
C 52 ; WX 600 ; N four ; B 35 0 559 732 ;
C 53 ; WX 600 ; N five ; B 114 -18 533 723 ;
C 54 ; WX 600 ; N six ; B 52 -18 560 741 ;
C 55 ; WX 600 ; N seven ; B 63 0 537 723 ;
C 56 ; WX 600 ; N eight ; B 46 -18 555 741 ;
C 57 ; WX 600 ; N nine ; B 40 -18 548 741 ;
C 58 ; WX 600 ; N colon ; B 216 0 384 530 ;
C 59 ; WX 600 ; N semicolon ; B 216 -169 384 530 ;
C 60 ; WX 600 ; N less ; B 48 0 551 603 ;
C 61 ; WX 600 ; N equal ; B 50 150 550 452 ;
C 62 ; WX 600 ; N greater ; B 48 0 551 603 ;
C 63 ; WX 600 ; N question ; B 62 0 542 741 ;
C 64 ; WX 600 ; N at ; B 22 -18 594 742 ;
C 65 ; WX 600 ; N A ; B 12 0 588 723 ;
C 66 ; WX 600 ; N B ; B 18 0 566 723 ;
C 67 ; WX 600 ; N C ; B 24 -18 577 741 ;
C 68 ; WX 600 ; N D ; B 18 0 576 723 ;
C 69 ; WX 600 ; N E ; B 18 0 572 723 ;
C 70 ; WX 600 ; N F ; B 18 0 566 723 ;
C 71 ; WX 600 ; N G ; B 24 -18 571 741 ;
C 72 ; WX 600 ; N H ; B 18 0 582 723 ;
C 73 ; WX 600 ; N I ; B 60 0 539 723 ;
C 74 ; WX 600 ; N J ; B 54 -18 578 723 ;
C 75 ; WX 600 ; N K ; B 18 0 600 723 ;
C 76 ; WX 600 ; N L ; B 24 0 576 723 ;
C 77 ; WX 600 ; N M ; B 6 0 594 723 ;
C 78 ; WX 600 ; N N ; B 18 0 594 723 ;
C 79 ; WX 600 ; N O ; B 24 -18 576 741 ;
C 80 ; WX 600 ; N P ; B 18 0 585 723 ;
C 81 ; WX 600 ; N Q ; B 24 -178 598 741 ;
C 82 ; WX 600 ; N R ; B 18 0 594 723 ;
C 83 ; WX 600 ; N S ; B 55 -18 547 742 ;
C 84 ; WX 600 ; N T ; B 23 0 577 723 ;
C 85 ; WX 600 ; N U ; B 10 -18 590 723 ;
C 86 ; WX 600 ; N V ; B 6 0 594 723 ;
C 87 ; WX 600 ; N W ; B 6 0 594 723 ;
C 88 ; WX 600 ; N X ; B 6 0 594 723 ;
C 89 ; WX 600 ; N Y ; B 7 0 594 723 ;
C 90 ; WX 600 ; N Z ; B 54 0 546 723 ;
C 91 ; WX 600 ; N bracketleft ; B 168 -145 505 771 ;
C 92 ; WX 600 ; N backslash ; B 0 -145 600 771 ;
C 93 ; WX 600 ; N bracketright ; B 94 -145 431 771 ;
C 94 ; WX 600 ; N asciicircum ; B 71 265 529 723 ;
C 95 ; WX 600 ; N underscore ; B 0 -96 600 0 ;
C 96 ; WX 600 ; N grave ; B 180 626 421 783 ;
C 97 ; WX 600 ; N a ; B 42 -12 576 542 ;
C 98 ; WX 600 ; N b ; B 18 -12 570 771 ;
C 99 ; WX 600 ; N c ; B 30 -12 576 542 ;
C 100 ; WX 600 ; N d ; B 30 -12 582 771 ;
C 101 ; WX 600 ; N e ; B 30 -12 570 542 ;
C 102 ; WX 600 ; N f ; B 59 0 600 784 ;
C 103 ; WX 600 ; N g ; B 45 -205 591 542 ;
C 104 ; WX 600 ; N h ; B 18 0 585 771 ;
C 105 ; WX 600 ; N i ; B 68 0 574 771 ;
C 106 ; WX 600 ; N j ; B 39 -205 467 771 ;
C 107 ; WX 600 ; N k ; B 18 0 582 771 ;
C 108 ; WX 600 ; N l ; B 68 0 574 771 ;
C 109 ; WX 600 ; N m ; B 12 0 591 542 ;
C 110 ; WX 600 ; N n ; B 18 0 585 542 ;
C 111 ; WX 600 ; N o ; B 30 -12 570 542 ;
C 112 ; WX 600 ; N p ; B 18 -193 570 542 ;
C 113 ; WX 600 ; N q ; B 30 -193 594 542 ;
C 114 ; WX 600 ; N r ; B 27 0 573 542 ;
C 115 ; WX 600 ; N s ; B 82 -12 532 542 ;
C 116 ; WX 600 ; N t ; B 36 -12 530 650 ;
C 117 ; WX 600 ; N u ; B 15 -12 582 530 ;
C 118 ; WX 600 ; N v ; B 6 0 594 530 ;
C 119 ; WX 600 ; N w ; B 6 0 594 530 ;
C 120 ; WX 600 ; N x ; B 12 0 588 530 ;
C 121 ; WX 600 ; N y ; B 6 -193 594 530 ;
C 122 ; WX 600 ; N z ; B 72 0 528 530 ;
C 123 ; WX 600 ; N braceleft ; B 71 -145 511 771 ;
C 124 ; WX 600 ; N bar ; B 252 -145 348 771 ;
C 125 ; WX 600 ; N braceright ; B 89 -145 529 771 ;
C 126 ; WX 600 ; N asciitilde ; B 51 203 551 405 ;
C 128 ; WX 600 ; N Euro ; B 12 -18 576 742 ;
C 130 ; WX 653 ; N quotesinglbase ; B 250 -145 418 168 ;
C 131 ; WX 600 ; N florin ; B 42 -145 558 741 ;
C 132 ; WX 653 ; N quotedblbase ; B 152 -144 562 145 ;
C 133 ; WX 600 ; N ellipsis ; B 40 0 561 121 ;
C 134 ; WX 600 ; N dagger ; B 83 -145 517 723 ;
C 135 ; WX 653 ; N daggerdbl ; B 131 -145 565 723 ;
C 136 ; WX 600 ; N circumflex ; B 129 626 472 783 ;
C 137 ; WX 653 ; N perthousand ; B 9 -18 714 741 ;
C 138 ; WX 600 ; N Scaron ; B 55 -18 547 940 ;
C 139 ; WX 600 ; N guilsinglleft ; B 132 55 458 476 ;
C 140 ; WX 600 ; N OE ; B 12 -18 585 741 ;
C 145 ; WX 600 ; N quoteleft ; B 216 458 384 771 ;
C 146 ; WX 600 ; N quoteright ; B 216 454 384 771 ;
C 147 ; WX 600 ; N quotedblleft ; B 95 482 505 771 ;
C 148 ; WX 600 ; N quotedblright ; B 95 482 505 771 ;
C 149 ; WX 600 ; N bullet ; B 165 277 436 548 ;
C 150 ; WX 600 ; N endash ; B 59 260 541 332 ;
C 151 ; WX 600 ; N emdash ; B 0 260 600 332 ;
C 152 ; WX 600 ; N tilde ; B 128 626 471 783 ;
C 153 ; WX 600 ; N trademark ; B 24 361 582 723 ;
C 154 ; WX 600 ; N scaron ; B 82 -12 532 783 ;
C 155 ; WX 600 ; N guilsinglright ; B 141 55 467 476 ;
C 156 ; WX 600 ; N oe ; B 16 -12 576 542 ;
C 159 ; WX 600 ; N Ydieresis ; B 7 0 594 892 ;
C 160 ; WX 600 ; N nbspace ; B 0 0 0 0 ;
C 161 ; WX 600 ; N exclamdown ; B 228 -193 373 530 ;
C 162 ; WX 600 ; N cent ; B 62 -18 540 741 ;
C 163 ; WX 600 ; N sterling ; B 58 0 540 741 ;
C 164 ; WX 600 ; N currency ; B 15 76 586 647 ;
C 165 ; WX 600 ; N yen ; B 9 0 591 723 ;
C 166 ; WX 600 ; N brokenbar ; B 252 -145 348 771 ;
C 167 ; WX 600 ; N section ; B 65 -157 536 741 ;
C 168 ; WX 600 ; N dieresis ; B 137 627 462 735 ;
C 169 ; WX 600 ; N copyright ; B 30 -18 570 741 ;
C 170 ; WX 600 ; N ordfeminine ; B 75 350 545 742 ;
C 171 ; WX 600 ; N guillemotleft ; B 36 48 564 482 ;
C 172 ; WX 600 ; N logicalnot ; B 42 96 545 350 ;
C 173 ; WX 600 ; N sfthyphen ; B 72 253 528 350 ;
C 174 ; WX 600 ; N registered ; B 30 -18 570 741 ;
C 176 ; WX 600 ; N degree ; B 155 494 444 783 ;
C 177 ; WX 600 ; N plusminus ; B 59 0 541 590 ;
C 178 ; WX 600 ; N twosuperior ; B 115 356 486 742 ;
C 179 ; WX 600 ; N threesuperior ; B 119 350 482 742 ;
C 180 ; WX 600 ; N acute ; B 180 626 421 783 ;
C 181 ; WX 600 ; N mu ; B 18 -193 585 530 ;
C 182 ; WX 600 ; N paragraph ; B 43 -145 492 729 ;
C 184 ; WX 600 ; N cedilla ; B 193 -211 406 0 ;
C 185 ; WX 600 ; N onesuperior ; B 157 356 497 741 ;
C 186 ; WX 600 ; N ordmasculine ; B 77 350 523 741 ;
C 187 ; WX 600 ; N guillemotright ; B 36 48 564 482 ;
C 188 ; WX 600 ; N onequarter ; B 14 -18 580 741 ;
C 189 ; WX 600 ; N onehalf ; B 9 -18 584 741 ;
C 190 ; WX 600 ; N threequarters ; B 15 -18 581 742 ;
C 191 ; WX 600 ; N questiondown ; B 53 -211 533 530 ;
C 192 ; WX 600 ; N Agrave ; B 12 0 588 940 ;
C 193 ; WX 600 ; N Aacute ; B 12 0 588 940 ;
C 194 ; WX 600 ; N Acircumflex ; B 12 0 588 940 ;
C 195 ; WX 600 ; N Atilde ; B 12 0 588 940 ;
C 196 ; WX 600 ; N Adieresis ; B 12 0 588 892 ;
C 197 ; WX 600 ; N Aring ; B 12 0 588 953 ;
C 198 ; WX 600 ; N AE ; B 6 0 582 723 ;
C 199 ; WX 600 ; N Ccedilla ; B 24 -211 577 741 ;
C 200 ; WX 600 ; N Egrave ; B 18 0 572 940 ;
C 201 ; WX 600 ; N Eacute ; B 18 0 572 940 ;
C 202 ; WX 600 ; N Ecircumflex ; B 18 0 572 940 ;
C 203 ; WX 600 ; N Edieresis ; B 18 0 572 892 ;
C 204 ; WX 600 ; N Igrave ; B 60 0 539 940 ;
C 205 ; WX 600 ; N Iacute ; B 60 0 539 940 ;
C 206 ; WX 600 ; N Icircumflex ; B 60 0 539 940 ;
C 207 ; WX 600 ; N Idieresis ; B 60 0 539 892 ;
C 208 ; WX 600 ; N Eth ; B 0 0 577 723 ;
C 209 ; WX 600 ; N Ntilde ; B 18 0 594 940 ;
C 210 ; WX 600 ; N Ograve ; B 24 -18 576 940 ;
C 211 ; WX 600 ; N Oacute ; B 24 -18 576 940 ;
C 212 ; WX 600 ; N Ocircumflex ; B 24 -18 576 940 ;
C 213 ; WX 600 ; N Otilde ; B 24 -18 576 940 ;
C 214 ; WX 600 ; N Odieresis ; B 24 -18 576 892 ;
C 215 ; WX 600 ; N multiply ; B 61 59 538 536 ;
C 216 ; WX 600 ; N Oslash ; B 24 -18 576 741 ;
C 217 ; WX 600 ; N Ugrave ; B 10 -18 590 940 ;
C 218 ; WX 600 ; N Uacute ; B 10 -18 590 940 ;
C 219 ; WX 600 ; N Ucircumflex ; B 10 -18 590 940 ;
C 220 ; WX 600 ; N Udieresis ; B 10 -18 590 892 ;
C 221 ; WX 600 ; N Yacute ; B 7 0 594 940 ;
C 222 ; WX 600 ; N Thorn ; B 18 0 584 723 ;
C 223 ; WX 600 ; N germandbls ; B 21 -12 591 784 ;
C 224 ; WX 600 ; N agrave ; B 42 -12 576 783 ;
C 225 ; WX 600 ; N aacute ; B 42 -12 576 783 ;
C 226 ; WX 600 ; N acircumflex ; B 42 -12 576 783 ;
C 227 ; WX 600 ; N atilde ; B 42 -12 576 783 ;
C 228 ; WX 600 ; N adieresis ; B 42 -12 576 735 ;
C 229 ; WX 600 ; N aring ; B 42 -12 576 856 ;
C 230 ; WX 600 ; N ae ; B 24 -12 576 542 ;
C 231 ; WX 600 ; N ccedilla ; B 30 -211 576 542 ;
C 232 ; WX 600 ; N egrave ; B 30 -12 570 783 ;
C 233 ; WX 600 ; N eacute ; B 30 -12 570 783 ;
C 234 ; WX 600 ; N ecircumflex ; B 30 -12 570 783 ;
C 235 ; WX 600 ; N edieresis ; B 30 -12 570 735 ;
C 236 ; WX 600 ; N igrave ; B 68 0 574 783 ;
C 237 ; WX 600 ; N iacute ; B 68 0 574 783 ;
C 238 ; WX 600 ; N icircumflex ; B 68 0 574 783 ;
C 239 ; WX 600 ; N idieresis ; B 68 0 574 735 ;
C 240 ; WX 600 ; N eth ; B 34 -12 570 826 ;
C 241 ; WX 600 ; N ntilde ; B 18 0 585 783 ;
C 242 ; WX 600 ; N ograve ; B 30 -12 570 783 ;
C 243 ; WX 600 ; N oacute ; B 30 -12 570 783 ;
C 244 ; WX 600 ; N ocircumflex ; B 30 -12 570 783 ;
C 245 ; WX 600 ; N otilde ; B 30 -12 570 783 ;
C 246 ; WX 600 ; N odieresis ; B 30 -12 570 735 ;
C 247 ; WX 600 ; N divide ; B 50 0 550 603 ;
C 248 ; WX 600 ; N oslash ; B 30 -12 570 548 ;
C 249 ; WX 600 ; N ugrave ; B 15 -12 582 783 ;
C 250 ; WX 600 ; N uacute ; B 15 -12 582 783 ;
C 251 ; WX 600 ; N ucircumflex ; B 15 -12 582 783 ;
C 252 ; WX 600 ; N udieresis ; B 15 -12 582 735 ;
C 253 ; WX 600 ; N yacute ; B 6 -193 594 783 ;
C 254 ; WX 600 ; N thorn ; B 18 -193 570 771 ;
C 255 ; WX 600 ; N ydieresis ; B 6 -193 594 735 ;
C -1 ; WX 600 ; N dcroat ; B 30 -12 594 771 ;
C -1 ; WX 600 ; N fl ; B 18 0 585 783 ;
C -1 ; WX 600 ; N fi ; B 18 0 585 783 ;
C -1 ; WX 600 ; N dotlessi ; B 68 0 574 530 ;
C -1 ; WX 600 ; N gbreve ; B 45 -205 591 784 ;
C -1 ; WX 600 ; N eogonek ; B 30 -181 570 542 ;
C -1 ; WX 600 ; N edotaccent ; B 30 -12 570 771 ;
C -1 ; WX 600 ; N lacute ; B 68 0 574 976 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 30 -12 570 783 ;
C -1 ; WX 600 ; N lcaron ; B 68 0 599 771 ;
C -1 ; WX 600 ; N periodcentered ; B 222 229 379 385 ;
C -1 ; WX 600 ; N sacute ; B 82 -12 532 783 ;
C -1 ; WX 600 ; N nacute ; B 18 0 585 783 ;
C -1 ; WX 600 ; N scommaaccent ; B 82 -211 532 542 ;
C -1 ; WX 600 ; N ccaron ; B 30 -12 576 783 ;
C -1 ; WX 600 ; N cacute ; B 30 -12 576 783 ;
C -1 ; WX 600 ; N aogonek ; B 42 -181 576 542 ;
C -1 ; WX 600 ; N ncaron ; B 18 0 585 783 ;
C -1 ; WX 600 ; N lslash ; B 68 0 574 771 ;
C -1 ; WX 600 ; N abreve ; B 42 -12 576 784 ;
C -1 ; WX 600 ; N racute ; B 27 0 573 783 ;
C -1 ; WX 600 ; N uring ; B 15 -12 582 856 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 15 -12 582 783 ;
C -1 ; WX 600 ; N ecaron ; B 30 -12 570 783 ;
C -1 ; WX 600 ; N Uogonek ; B 10 -181 590 723 ;
C -1 ; WX 600 ; N Umacron ; B 10 -18 590 868 ;
C -1 ; WX 600 ; N Gcommaaccent ; B 24 -211 571 741 ;
C -1 ; WX 600 ; N Rcommaaccent ; B 18 -211 594 723 ;
C -1 ; WX 600 ; N Omacron ; B 24 -18 576 868 ;
C -1 ; WX 600 ; N Ncommaaccent ; B 18 -211 594 723 ;
C -1 ; WX 600 ; N Lcommaaccent ; B 24 -211 576 723 ;
C -1 ; WX 600 ; N Kcommaaccent ; B 18 -211 600 723 ;
C -1 ; WX 600 ; N Iogonek ; B 60 -181 539 723 ;
C -1 ; WX 600 ; N dcaron ; B 12 -12 600 771 ;
C -1 ; WX 600 ; N Emacron ; B 18 0 572 868 ;
C -1 ; WX 600 ; N Tcommaaccent ; B 23 -211 577 723 ;
C -1 ; WX 600 ; N Amacron ; B 12 0 588 868 ;
C -1 ; WX 600 ; N Zdotaccent ; B 54 0 546 928 ;
C -1 ; WX 600 ; N Zcaron ; B 54 0 546 940 ;
C -1 ; WX 600 ; N Zacute ; B 54 0 546 940 ;
C -1 ; WX 600 ; N zacute ; B 72 0 528 783 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 10 -18 590 940 ;
C -1 ; WX 600 ; N Uring ; B 10 -18 590 1012 ;
C -1 ; WX 600 ; N zcaron ; B 72 0 528 783 ;
C -1 ; WX 600 ; N zdotaccent ; B 72 0 528 771 ;
C -1 ; WX 600 ; N tcaron ; B 36 -12 530 843 ;
C -1 ; WX 600 ; N minus ; B 48 253 552 350 ;
C -1 ; WX 600 ; N tcommaaccent ; B 36 -211 530 650 ;
C -1 ; WX 600 ; N Imacron ; B 60 0 539 868 ;
C -1 ; WX 600 ; N amacron ; B 42 -12 576 711 ;
C -1 ; WX 600 ; N Tcaron ; B 23 0 577 940 ;
C -1 ; WX 600 ; N Scedilla ; B 55 -211 547 742 ;
C -1 ; WX 600 ; N Sacute ; B 55 -18 547 940 ;
C -1 ; WX 600 ; N Rcaron ; B 18 0 594 940 ;
C -1 ; WX 600 ; N Racute ; B 18 0 594 940 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 24 -18 576 940 ;
C -1 ; WX 600 ; N emacron ; B 30 -12 570 711 ;
C -1 ; WX 600 ; N imacron ; B 68 0 574 711 ;
C -1 ; WX 600 ; N kcommaaccent ; B 18 -211 582 771 ;
C -1 ; WX 600 ; N lcommaaccent ; B 68 -211 574 771 ;
C -1 ; WX 600 ; N ncommaaccent ; B 18 -211 585 542 ;
C -1 ; WX 600 ; N omacron ; B 30 -12 570 711 ;
C -1 ; WX 600 ; N Ncaron ; B 18 0 594 940 ;
C -1 ; WX 600 ; N fraction ; B 46 -18 554 741 ;
C -1 ; WX 600 ; N Nacute ; B 18 0 594 940 ;
C -1 ; WX 600 ; N Lcaron ; B 24 0 576 723 ;
C -1 ; WX 600 ; N Lacute ; B 24 0 576 940 ;
C -1 ; WX 600 ; N Idotaccent ; B 60 0 539 928 ;
C -1 ; WX 600 ; N dotaccent ; B 228 626 373 771 ;
C -1 ; WX 600 ; N ring ; B 186 626 415 856 ;
C -1 ; WX 600 ; N rcommaaccent ; B 27 -211 573 542 ;
C -1 ; WX 600 ; N umacron ; B 15 -12 582 711 ;
C -1 ; WX 600 ; N uogonek ; B 15 -181 582 530 ;
C -1 ; WX 600 ; N caron ; B 129 626 472 783 ;
C -1 ; WX 600 ; N breve ; B 127 627 472 784 ;
C -1 ; WX 600 ; N Lslash ; B 24 0 576 723 ;
C -1 ; WX 600 ; N hungarumlaut ; B 103 626 498 783 ;
C -1 ; WX 600 ; N Gbreve ; B 24 -18 571 940 ;
C -1 ; WX 600 ; N ogonek ; B 179 -181 402 0 ;
C -1 ; WX 600 ; N macron ; B 119 627 480 711 ;
C -1 ; WX 333 ; N commaaccent ; B 66 -211 274 -48 ;
C -1 ; WX 600 ; N Eogonek ; B 18 -181 572 723 ;
C -1 ; WX 600 ; N Edotaccent ; B 18 0 572 928 ;
C -1 ; WX 600 ; N Ecaron ; B 18 0 572 940 ;
C -1 ; WX 600 ; N Dcroat ; B 0 0 577 723 ;
C -1 ; WX 600 ; N rcaron ; B 27 0 573 783 ;
C -1 ; WX 600 ; N scedilla ; B 82 -211 532 542 ;
C -1 ; WX 600 ; N gcommaaccent ; B 45 -205 591 915 ;
C -1 ; WX 600 ; N Dcaron ; B 18 0 576 940 ;
C -1 ; WX 600 ; N Ccaron ; B 24 -18 577 940 ;
C -1 ; WX 600 ; N Cacute ; B 24 -18 577 940 ;
C -1 ; WX 600 ; N iogonek ; B 68 -181 574 771 ;
C -1 ; WX 600 ; N Aogonek ; B 12 -181 588 723 ;
C -1 ; WX 600 ; N Scommaaccent ; B 55 -211 547 742 ;
C -1 ; WX 600 ; N Abreve ; B 12 0 588 940 ;
C -1 ; WX 600 ; N .notdef ; B 0 0 0 0 ;
EndCharMetrics
EndFontMetrics

1356
font/bh-type1/l047016t.pfa Normal file

File diff suppressed because it is too large Load Diff

332
font/bh-type1/l047033t.afm Normal file
View File

@ -0,0 +1,332 @@
StartFontMetrics 3.0
Comment Copyright Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
Comment Creation Date: 11/12/2001
FontName LuxiMono-Oblique
FullName Luxi Mono Oblique
FamilyName Luxi Mono
Weight Regular
ItalicAngle -11.0
IsFixedPitch true
UnderlinePosition -36
UnderlineThickness 72
Version 1.1000
Notice Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
EncodingScheme FontSpecific
FontBBox -15 -211 757 993
CapHeight 723
XHeight 530
Descender -205
Ascender 723
StartCharMetrics 310
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 240 0 493 723 ;
C 34 ; WX 600 ; N quotedbl ; B 245 506 635 771 ;
C 35 ; WX 600 ; N numbersign ; B 63 0 681 723 ;
C 36 ; WX 600 ; N dollar ; B 79 -60 628 783 ;
C 37 ; WX 600 ; N percent ; B 26 -18 717 741 ;
C 38 ; WX 600 ; N ampersand ; B 65 -18 664 742 ;
C 39 ; WX 600 ; N quotesingle ; B 358 470 527 771 ;
C 40 ; WX 600 ; N parenleft ; B 209 -145 635 771 ;
C 41 ; WX 600 ; N parenright ; B 92 -145 518 771 ;
C 42 ; WX 600 ; N asterisk ; B 184 300 626 723 ;
C 43 ; WX 600 ; N plus ; B 101 49 619 553 ;
C 44 ; WX 600 ; N comma ; B 196 -156 401 145 ;
C 45 ; WX 600 ; N hyphen ; B 125 265 595 337 ;
C 46 ; WX 600 ; N period ; B 228 0 401 145 ;
C 47 ; WX 600 ; N slash ; B 19 -145 706 771 ;
C 48 ; WX 600 ; N zero ; B 106 -18 640 741 ;
C 49 ; WX 600 ; N one ; B 55 0 597 741 ;
C 50 ; WX 600 ; N two ; B 65 0 633 741 ;
C 51 ; WX 600 ; N three ; B 91 -18 620 741 ;
C 52 ; WX 600 ; N four ; B 82 0 608 723 ;
C 53 ; WX 600 ; N five ; B 122 -18 655 723 ;
C 54 ; WX 600 ; N six ; B 115 -18 661 741 ;
C 55 ; WX 600 ; N seven ; B 129 0 662 723 ;
C 56 ; WX 600 ; N eight ; B 95 -18 637 741 ;
C 57 ; WX 600 ; N nine ; B 84 -18 630 742 ;
C 58 ; WX 600 ; N colon ; B 228 0 478 530 ;
C 59 ; WX 600 ; N semicolon ; B 196 -156 478 530 ;
C 60 ; WX 600 ; N less ; B 108 0 672 603 ;
C 61 ; WX 600 ; N equal ; B 82 169 639 434 ;
C 62 ; WX 600 ; N greater ; B 48 0 612 603 ;
C 63 ; WX 600 ; N question ; B 203 0 645 741 ;
C 64 ; WX 600 ; N at ; B 99 -18 635 741 ;
C 65 ; WX 600 ; N A ; B 12 0 599 723 ;
C 66 ; WX 600 ; N B ; B 36 0 637 723 ;
C 67 ; WX 600 ; N C ; B 121 -18 683 741 ;
C 68 ; WX 600 ; N D ; B 24 0 656 723 ;
C 69 ; WX 600 ; N E ; B 36 0 660 723 ;
C 70 ; WX 600 ; N F ; B 54 0 699 723 ;
C 71 ; WX 600 ; N G ; B 97 -18 659 742 ;
C 72 ; WX 600 ; N H ; B 30 0 715 723 ;
C 73 ; WX 600 ; N I ; B 78 0 666 723 ;
C 74 ; WX 600 ; N J ; B 57 -18 703 723 ;
C 75 ; WX 600 ; N K ; B 36 0 673 723 ;
C 76 ; WX 600 ; N L ; B 42 0 609 723 ;
C 77 ; WX 600 ; N M ; B 12 0 733 723 ;
C 78 ; WX 600 ; N N ; B 36 0 708 723 ;
C 79 ; WX 600 ; N O ; B 92 -18 655 741 ;
C 80 ; WX 600 ; N P ; B 42 0 664 723 ;
C 81 ; WX 600 ; N Q ; B 92 -156 655 741 ;
C 82 ; WX 600 ; N R ; B 42 0 627 723 ;
C 83 ; WX 600 ; N S ; B 80 -18 633 741 ;
C 84 ; WX 600 ; N T ; B 125 0 714 723 ;
C 85 ; WX 600 ; N U ; B 130 -18 714 723 ;
C 86 ; WX 600 ; N V ; B 145 0 732 723 ;
C 87 ; WX 600 ; N W ; B 118 0 734 723 ;
C 88 ; WX 600 ; N X ; B 24 0 721 723 ;
C 89 ; WX 600 ; N Y ; B 144 0 731 723 ;
C 90 ; WX 600 ; N Z ; B 72 0 666 723 ;
C 91 ; WX 600 ; N bracketleft ; B 164 -145 612 771 ;
C 92 ; WX 600 ; N backslash ; B 203 -145 523 771 ;
C 93 ; WX 600 ; N bracketright ; B 113 -145 561 771 ;
C 94 ; WX 600 ; N asciicircum ; B 124 265 582 723 ;
C 95 ; WX 600 ; N underscore ; B -15 -72 600 0 ;
C 96 ; WX 600 ; N grave ; B 348 626 534 783 ;
C 97 ; WX 600 ; N a ; B 100 -12 592 542 ;
C 98 ; WX 600 ; N b ; B 90 -12 612 771 ;
C 99 ; WX 600 ; N c ; B 123 -12 604 542 ;
C 100 ; WX 600 ; N d ; B 95 -12 665 771 ;
C 101 ; WX 600 ; N e ; B 113 -12 612 542 ;
C 102 ; WX 600 ; N f ; B 72 0 718 784 ;
C 103 ; WX 600 ; N g ; B 22 -205 676 542 ;
C 104 ; WX 600 ; N h ; B 34 0 589 771 ;
C 105 ; WX 600 ; N i ; B 72 0 551 771 ;
C 106 ; WX 600 ; N j ; B 44 -206 601 771 ;
C 107 ; WX 600 ; N k ; B 36 0 640 771 ;
C 108 ; WX 600 ; N l ; B 72 0 551 771 ;
C 109 ; WX 600 ; N m ; B 13 0 639 542 ;
C 110 ; WX 600 ; N n ; B 34 0 589 542 ;
C 111 ; WX 600 ; N o ; B 101 -12 608 542 ;
C 112 ; WX 600 ; N p ; B -8 -193 613 542 ;
C 113 ; WX 600 ; N q ; B 95 -193 617 542 ;
C 114 ; WX 600 ; N r ; B 36 0 641 542 ;
C 115 ; WX 600 ; N s ; B 90 -12 596 542 ;
C 116 ; WX 600 ; N t ; B 148 -12 601 650 ;
C 117 ; WX 600 ; N u ; B 121 -12 616 530 ;
C 118 ; WX 600 ; N v ; B 121 0 679 530 ;
C 119 ; WX 600 ; N w ; B 105 0 695 530 ;
C 120 ; WX 600 ; N x ; B 29 0 687 530 ;
C 121 ; WX 600 ; N y ; B 96 -193 679 530 ;
C 122 ; WX 600 ; N z ; B 60 0 622 530 ;
C 123 ; WX 600 ; N braceleft ; B 146 -145 644 771 ;
C 124 ; WX 600 ; N bar ; B 235 -145 490 771 ;
C 125 ; WX 600 ; N braceright ; B 82 -145 580 771 ;
C 126 ; WX 600 ; N asciitilde ; B 103 201 614 377 ;
C 128 ; WX 600 ; N Euro ; B 56 -18 683 741 ;
C 130 ; WX 600 ; N quotesinglbase ; B 203 -156 408 145 ;
C 131 ; WX 600 ; N florin ; B 12 -145 674 741 ;
C 132 ; WX 600 ; N quotedblbase ; B 97 -144 512 121 ;
C 133 ; WX 600 ; N ellipsis ; B 40 0 584 121 ;
C 134 ; WX 600 ; N dagger ; B 163 -145 611 723 ;
C 135 ; WX 600 ; N daggerdbl ; B 105 -145 611 723 ;
C 136 ; WX 600 ; N circumflex ; B 247 626 604 783 ;
C 137 ; WX 600 ; N perthousand ; B 14 0 630 723 ;
C 138 ; WX 600 ; N Scaron ; B 80 -18 676 940 ;
C 139 ; WX 600 ; N guilsinglleft ; B 167 48 550 482 ;
C 140 ; WX 600 ; N OE ; B 72 -18 703 741 ;
C 145 ; WX 600 ; N quoteleft ; B 315 470 520 771 ;
C 146 ; WX 600 ; N quoteright ; B 328 470 533 771 ;
C 147 ; WX 600 ; N quotedblleft ; B 214 506 629 771 ;
C 148 ; WX 600 ; N quotedblright ; B 227 506 642 771 ;
C 149 ; WX 600 ; N bullet ; B 235 253 530 542 ;
C 150 ; WX 600 ; N endash ; B 112 265 608 337 ;
C 151 ; WX 600 ; N emdash ; B 53 265 665 325 ;
C 152 ; WX 600 ; N tilde ; B 263 627 611 742 ;
C 153 ; WX 600 ; N trademark ; B 142 361 729 723 ;
C 154 ; WX 600 ; N scaron ; B 90 -12 641 783 ;
C 155 ; WX 600 ; N guilsinglright ; B 156 48 538 482 ;
C 156 ; WX 600 ; N oe ; B 68 -12 650 542 ;
C 159 ; WX 600 ; N Ydieresis ; B 144 0 731 879 ;
C 160 ; WX 600 ; N nbspace ; B 0 0 0 0 ;
C 161 ; WX 600 ; N exclamdown ; B 213 -193 466 530 ;
C 162 ; WX 600 ; N cent ; B 149 0 635 723 ;
C 163 ; WX 600 ; N sterling ; B 73 0 646 741 ;
C 164 ; WX 600 ; N currency ; B 64 69 667 586 ;
C 165 ; WX 600 ; N yen ; B 123 0 720 723 ;
C 166 ; WX 600 ; N brokenbar ; B 235 -145 490 771 ;
C 167 ; WX 600 ; N section ; B 50 -162 641 742 ;
C 168 ; WX 600 ; N dieresis ; B 263 627 607 723 ;
C 169 ; WX 600 ; N copyright ; B 90 -18 655 742 ;
C 170 ; WX 600 ; N ordfeminine ; B 158 349 632 741 ;
C 171 ; WX 600 ; N guillemotleft ; B 93 48 628 482 ;
C 172 ; WX 600 ; N logicalnot ; B 101 96 619 337 ;
C 173 ; WX 600 ; N sfthyphen ; B 125 265 595 337 ;
C 174 ; WX 600 ; N registered ; B 90 -18 655 742 ;
C 176 ; WX 600 ; N degree ; B 275 451 570 742 ;
C 177 ; WX 600 ; N plusminus ; B 48 0 633 603 ;
C 178 ; WX 600 ; N twosuperior ; B 196 356 597 742 ;
C 179 ; WX 600 ; N threesuperior ; B 202 349 603 742 ;
C 180 ; WX 600 ; N acute ; B 317 626 565 783 ;
C 181 ; WX 600 ; N mu ; B 55 -193 616 530 ;
C 182 ; WX 600 ; N paragraph ; B 160 -144 621 729 ;
C 184 ; WX 600 ; N cedilla ; B 175 -211 360 0 ;
C 185 ; WX 600 ; N onesuperior ; B 201 356 553 741 ;
C 186 ; WX 600 ; N ordmasculine ; B 181 349 644 741 ;
C 187 ; WX 600 ; N guillemotright ; B 78 48 613 482 ;
C 188 ; WX 600 ; N onequarter ; B 39 -18 640 741 ;
C 189 ; WX 600 ; N onehalf ; B 33 -18 633 741 ;
C 190 ; WX 600 ; N threequarters ; B 81 -18 681 742 ;
C 191 ; WX 600 ; N questiondown ; B 63 -211 505 530 ;
C 192 ; WX 600 ; N Agrave ; B 12 0 599 940 ;
C 193 ; WX 600 ; N Aacute ; B 12 0 644 940 ;
C 194 ; WX 600 ; N Acircumflex ; B 12 0 635 940 ;
C 195 ; WX 600 ; N Atilde ; B 12 0 642 898 ;
C 196 ; WX 600 ; N Adieresis ; B 12 0 638 879 ;
C 197 ; WX 600 ; N Aring ; B 12 0 599 945 ;
C 198 ; WX 600 ; N AE ; B 6 0 730 723 ;
C 199 ; WX 600 ; N Ccedilla ; B 121 -211 683 741 ;
C 200 ; WX 600 ; N Egrave ; B 36 0 660 940 ;
C 201 ; WX 600 ; N Eacute ; B 36 0 660 940 ;
C 202 ; WX 600 ; N Ecircumflex ; B 36 0 660 940 ;
C 203 ; WX 600 ; N Edieresis ; B 36 0 660 879 ;
C 204 ; WX 600 ; N Igrave ; B 78 0 666 940 ;
C 205 ; WX 600 ; N Iacute ; B 78 0 666 940 ;
C 206 ; WX 600 ; N Icircumflex ; B 78 0 666 940 ;
C 207 ; WX 600 ; N Idieresis ; B 78 0 666 879 ;
C 208 ; WX 600 ; N Eth ; B 24 0 656 723 ;
C 209 ; WX 600 ; N Ntilde ; B 36 0 708 898 ;
C 210 ; WX 600 ; N Ograve ; B 92 -18 655 940 ;
C 211 ; WX 600 ; N Oacute ; B 92 -18 655 940 ;
C 212 ; WX 600 ; N Ocircumflex ; B 92 -18 655 940 ;
C 213 ; WX 600 ; N Otilde ; B 92 -18 655 898 ;
C 214 ; WX 600 ; N Odieresis ; B 92 -18 655 879 ;
C 215 ; WX 600 ; N multiply ; B 59 0 643 504 ;
C 216 ; WX 600 ; N Oslash ; B 26 -18 717 741 ;
C 217 ; WX 600 ; N Ugrave ; B 130 -18 714 940 ;
C 218 ; WX 600 ; N Uacute ; B 130 -18 714 940 ;
C 219 ; WX 600 ; N Ucircumflex ; B 130 -18 714 940 ;
C 220 ; WX 600 ; N Udieresis ; B 130 -18 714 879 ;
C 221 ; WX 600 ; N Yacute ; B 144 0 731 940 ;
C 222 ; WX 600 ; N Thorn ; B 42 0 634 723 ;
C 223 ; WX 600 ; N germandbls ; B 30 -12 626 784 ;
C 224 ; WX 600 ; N agrave ; B 100 -12 592 783 ;
C 225 ; WX 600 ; N aacute ; B 100 -12 645 783 ;
C 226 ; WX 600 ; N acircumflex ; B 100 -12 619 783 ;
C 227 ; WX 600 ; N atilde ; B 100 -12 624 742 ;
C 228 ; WX 600 ; N adieresis ; B 100 -12 626 723 ;
C 229 ; WX 600 ; N aring ; B 100 -12 593 848 ;
C 230 ; WX 600 ; N ae ; B 46 -12 650 542 ;
C 231 ; WX 600 ; N ccedilla ; B 123 -211 604 542 ;
C 232 ; WX 600 ; N egrave ; B 113 -12 612 783 ;
C 233 ; WX 600 ; N eacute ; B 113 -12 635 783 ;
C 234 ; WX 600 ; N ecircumflex ; B 113 -12 626 783 ;
C 235 ; WX 600 ; N edieresis ; B 113 -12 629 723 ;
C 236 ; WX 600 ; N igrave ; B 72 0 551 783 ;
C 237 ; WX 600 ; N iacute ; B 72 0 636 783 ;
C 238 ; WX 600 ; N icircumflex ; B 72 0 614 783 ;
C 239 ; WX 600 ; N idieresis ; B 72 0 618 723 ;
C 240 ; WX 600 ; N eth ; B 102 -12 613 788 ;
C 241 ; WX 600 ; N ntilde ; B 34 0 610 742 ;
C 242 ; WX 600 ; N ograve ; B 101 -12 608 783 ;
C 243 ; WX 600 ; N oacute ; B 101 -12 615 783 ;
C 244 ; WX 600 ; N ocircumflex ; B 101 -12 608 783 ;
C 245 ; WX 600 ; N otilde ; B 101 -12 612 742 ;
C 246 ; WX 600 ; N odieresis ; B 101 -12 608 723 ;
C 247 ; WX 600 ; N divide ; B 101 0 619 603 ;
C 248 ; WX 600 ; N oslash ; B 52 -12 655 542 ;
C 249 ; WX 600 ; N ugrave ; B 121 -12 616 783 ;
C 250 ; WX 600 ; N uacute ; B 121 -12 616 783 ;
C 251 ; WX 600 ; N ucircumflex ; B 121 -12 616 783 ;
C 252 ; WX 600 ; N udieresis ; B 121 -12 616 723 ;
C 253 ; WX 600 ; N yacute ; B 96 -193 679 783 ;
C 254 ; WX 600 ; N thorn ; B -8 -193 613 771 ;
C 255 ; WX 600 ; N ydieresis ; B 96 -193 679 723 ;
C -1 ; WX 600 ; N dcroat ; B 95 -12 702 771 ;
C -1 ; WX 600 ; N fl ; B 34 0 664 783 ;
C -1 ; WX 600 ; N fi ; B 34 0 660 784 ;
C -1 ; WX 600 ; N dotlessi ; B 72 0 551 530 ;
C -1 ; WX 600 ; N gbreve ; B 22 -205 676 771 ;
C -1 ; WX 600 ; N eogonek ; B 113 -181 612 542 ;
C -1 ; WX 600 ; N edotaccent ; B 113 -12 612 723 ;
C -1 ; WX 600 ; N lacute ; B 72 0 674 976 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 101 -12 699 783 ;
C -1 ; WX 600 ; N lcaron ; B 60 0 694 771 ;
C -1 ; WX 600 ; N periodcentered ; B 281 205 426 326 ;
C -1 ; WX 600 ; N sacute ; B 90 -12 620 783 ;
C -1 ; WX 600 ; N nacute ; B 34 0 612 783 ;
C -1 ; WX 600 ; N scommaaccent ; B 90 -211 596 542 ;
C -1 ; WX 600 ; N ccaron ; B 123 -12 670 783 ;
C -1 ; WX 600 ; N cacute ; B 123 -12 648 783 ;
C -1 ; WX 600 ; N aogonek ; B 100 -181 592 542 ;
C -1 ; WX 600 ; N ncaron ; B 34 0 627 783 ;
C -1 ; WX 600 ; N lslash ; B 72 0 609 771 ;
C -1 ; WX 600 ; N abreve ; B 100 -12 631 771 ;
C -1 ; WX 600 ; N racute ; B 36 0 641 783 ;
C -1 ; WX 600 ; N uring ; B 121 -12 616 848 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 121 -12 694 783 ;
C -1 ; WX 600 ; N ecaron ; B 113 -12 657 783 ;
C -1 ; WX 600 ; N Uogonek ; B 130 -181 714 723 ;
C -1 ; WX 600 ; N Umacron ; B 130 -18 714 843 ;
C -1 ; WX 600 ; N Gcommaaccent ; B 97 -211 659 742 ;
C -1 ; WX 600 ; N Rcommaaccent ; B 42 -211 627 723 ;
C -1 ; WX 600 ; N Omacron ; B 92 -18 655 843 ;
C -1 ; WX 600 ; N Ncommaaccent ; B 36 -211 708 723 ;
C -1 ; WX 600 ; N Lcommaaccent ; B 42 -211 609 723 ;
C -1 ; WX 600 ; N Kcommaaccent ; B 36 -211 673 723 ;
C -1 ; WX 600 ; N Iogonek ; B 78 -181 666 723 ;
C -1 ; WX 600 ; N dcaron ; B 93 -12 755 771 ;
C -1 ; WX 600 ; N Emacron ; B 36 0 660 843 ;
C -1 ; WX 600 ; N Tcommaaccent ; B 125 -211 714 723 ;
C -1 ; WX 600 ; N Amacron ; B 12 0 633 843 ;
C -1 ; WX 600 ; N Zdotaccent ; B 72 0 666 879 ;
C -1 ; WX 600 ; N Zcaron ; B 72 0 666 940 ;
C -1 ; WX 600 ; N Zacute ; B 72 0 666 940 ;
C -1 ; WX 600 ; N zacute ; B 60 0 622 783 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 130 -18 757 940 ;
C -1 ; WX 600 ; N Uring ; B 130 -18 714 993 ;
C -1 ; WX 600 ; N zcaron ; B 60 0 632 783 ;
C -1 ; WX 600 ; N zdotaccent ; B 60 0 622 723 ;
C -1 ; WX 600 ; N tcaron ; B 148 -12 635 824 ;
C -1 ; WX 600 ; N minus ; B 101 265 619 337 ;
C -1 ; WX 600 ; N tcommaaccent ; B 148 -211 601 650 ;
C -1 ; WX 600 ; N Imacron ; B 78 0 666 843 ;
C -1 ; WX 600 ; N amacron ; B 100 -12 619 687 ;
C -1 ; WX 600 ; N Tcaron ; B 125 0 714 940 ;
C -1 ; WX 600 ; N Scedilla ; B 80 -211 633 741 ;
C -1 ; WX 600 ; N Sacute ; B 80 -18 654 940 ;
C -1 ; WX 600 ; N Rcaron ; B 42 0 640 940 ;
C -1 ; WX 600 ; N Racute ; B 42 0 627 940 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 92 -18 724 940 ;
C -1 ; WX 600 ; N emacron ; B 113 -12 628 687 ;
C -1 ; WX 600 ; N imacron ; B 72 0 594 687 ;
C -1 ; WX 600 ; N kcommaaccent ; B 36 -211 640 771 ;
C -1 ; WX 600 ; N lcommaaccent ; B 72 -211 551 771 ;
C -1 ; WX 600 ; N ncommaaccent ; B 34 -211 589 542 ;
C -1 ; WX 600 ; N omacron ; B 101 -12 608 687 ;
C -1 ; WX 600 ; N Ncaron ; B 36 0 708 940 ;
C -1 ; WX 600 ; N fraction ; B 72 -18 672 741 ;
C -1 ; WX 600 ; N Nacute ; B 36 0 708 940 ;
C -1 ; WX 600 ; N Lcaron ; B 42 0 699 723 ;
C -1 ; WX 600 ; N Lacute ; B 42 0 609 940 ;
C -1 ; WX 600 ; N Idotaccent ; B 78 0 666 879 ;
C -1 ; WX 600 ; N dotaccent ; B 377 627 493 723 ;
C -1 ; WX 600 ; N ring ; B 336 626 562 848 ;
C -1 ; WX 600 ; N rcommaaccent ; B 36 -211 641 542 ;
C -1 ; WX 600 ; N umacron ; B 121 -12 616 687 ;
C -1 ; WX 600 ; N uogonek ; B 121 -181 616 530 ;
C -1 ; WX 600 ; N caron ; B 278 626 635 783 ;
C -1 ; WX 600 ; N breve ; B 286 629 623 771 ;
C -1 ; WX 600 ; N Lslash ; B 42 0 609 723 ;
C -1 ; WX 600 ; N hungarumlaut ; B 234 626 648 783 ;
C -1 ; WX 600 ; N Gbreve ; B 97 -18 682 940 ;
C -1 ; WX 600 ; N ogonek ; B 195 -181 359 0 ;
C -1 ; WX 600 ; N macron ; B 257 626 606 687 ;
C -1 ; WX 600 ; N commaaccent ; B 185 -211 368 -54 ;
C -1 ; WX 600 ; N Eogonek ; B 36 -181 660 723 ;
C -1 ; WX 600 ; N Edotaccent ; B 36 0 660 879 ;
C -1 ; WX 600 ; N Ecaron ; B 36 0 660 940 ;
C -1 ; WX 600 ; N Dcroat ; B 24 0 656 723 ;
C -1 ; WX 600 ; N rcaron ; B 36 0 641 783 ;
C -1 ; WX 600 ; N scedilla ; B 90 -211 596 542 ;
C -1 ; WX 600 ; N gcommaaccent ; B 22 -205 676 848 ;
C -1 ; WX 600 ; N Dcaron ; B 24 0 656 940 ;
C -1 ; WX 600 ; N Ccaron ; B 121 -18 716 940 ;
C -1 ; WX 600 ; N Cacute ; B 121 -18 694 940 ;
C -1 ; WX 600 ; N iogonek ; B 72 -181 551 771 ;
C -1 ; WX 600 ; N Aogonek ; B 12 -181 599 723 ;
C -1 ; WX 600 ; N Scommaaccent ; B 80 -211 633 741 ;
C -1 ; WX 600 ; N Abreve ; B 12 0 657 940 ;
C -1 ; WX 600 ; N .notdef ; B 0 0 0 0 ;
EndCharMetrics
EndFontMetrics

1353
font/bh-type1/l047033t.pfa Normal file

File diff suppressed because it is too large Load Diff

332
font/bh-type1/l047036t.afm Normal file
View File

@ -0,0 +1,332 @@
StartFontMetrics 3.0
Comment Copyright Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
Comment Creation Date: 11/12/2001
FontName LuxiMono-BoldOblique
FullName Luxi Mono Bold Oblique
FamilyName Luxi Mono
Weight Bold
ItalicAngle -11.0
IsFixedPitch true
UnderlinePosition -48
UnderlineThickness 96
Version 1.1000
Notice Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.
EncodingScheme FontSpecific
FontBBox -29 -211 755 1012
CapHeight 723
XHeight 530
Descender -205
Ascender 723
StartCharMetrics 310
C 32 ; WX 600 ; N space ; B 0 0 0 0 ;
C 33 ; WX 600 ; N exclam ; B 228 0 517 723 ;
C 34 ; WX 600 ; N quotedbl ; B 221 506 659 771 ;
C 35 ; WX 600 ; N numbersign ; B 66 0 678 723 ;
C 36 ; WX 600 ; N dollar ; B 59 -96 624 819 ;
C 37 ; WX 600 ; N percent ; B 19 -18 727 741 ;
C 38 ; WX 600 ; N ampersand ; B 60 -18 677 741 ;
C 39 ; WX 600 ; N quotesingle ; B 346 470 539 771 ;
C 40 ; WX 600 ; N parenleft ; B 149 -145 661 771 ;
C 41 ; WX 600 ; N parenright ; B 67 -145 579 771 ;
C 42 ; WX 600 ; N asterisk ; B 176 289 626 723 ;
C 43 ; WX 600 ; N plus ; B 99 49 622 553 ;
C 44 ; WX 600 ; N comma ; B 182 -169 418 168 ;
C 45 ; WX 600 ; N hyphen ; B 123 253 598 350 ;
C 46 ; WX 600 ; N period ; B 216 0 419 168 ;
C 47 ; WX 600 ; N slash ; B -29 -145 754 771 ;
C 48 ; WX 600 ; N zero ; B 101 -18 646 742 ;
C 49 ; WX 600 ; N one ; B 72 0 568 735 ;
C 50 ; WX 600 ; N two ; B 92 0 622 742 ;
C 51 ; WX 600 ; N three ; B 86 -18 627 741 ;
C 52 ; WX 600 ; N four ; B 75 0 621 732 ;
C 53 ; WX 600 ; N five ; B 116 -18 668 723 ;
C 54 ; WX 600 ; N six ; B 109 -18 667 741 ;
C 55 ; WX 600 ; N seven ; B 94 0 681 723 ;
C 56 ; WX 600 ; N eight ; B 82 -18 638 741 ;
C 57 ; WX 600 ; N nine ; B 79 -18 638 741 ;
C 58 ; WX 600 ; N colon ; B 216 0 491 530 ;
C 59 ; WX 600 ; N semicolon ; B 182 -169 491 530 ;
C 60 ; WX 600 ; N less ; B 109 0 672 603 ;
C 61 ; WX 600 ; N equal ; B 80 150 640 452 ;
C 62 ; WX 600 ; N greater ; B 48 0 611 603 ;
C 63 ; WX 600 ; N question ; B 172 0 660 741 ;
C 64 ; WX 600 ; N at ; B 84 -18 669 742 ;
C 65 ; WX 600 ; N A ; B 12 0 605 723 ;
C 66 ; WX 600 ; N B ; B 18 0 654 723 ;
C 67 ; WX 600 ; N C ; B 90 -18 708 741 ;
C 68 ; WX 600 ; N D ; B 18 0 661 723 ;
C 69 ; WX 600 ; N E ; B 18 0 686 723 ;
C 70 ; WX 600 ; N F ; B 18 0 711 723 ;
C 71 ; WX 600 ; N G ; B 90 -18 702 741 ;
C 72 ; WX 600 ; N H ; B 18 0 726 723 ;
C 73 ; WX 600 ; N I ; B 60 0 684 723 ;
C 74 ; WX 600 ; N J ; B 57 -18 723 723 ;
C 75 ; WX 600 ; N K ; B 18 0 743 723 ;
C 76 ; WX 600 ; N L ; B 24 0 624 723 ;
C 77 ; WX 600 ; N M ; B 6 0 738 723 ;
C 78 ; WX 600 ; N N ; B 18 0 739 723 ;
C 79 ; WX 600 ; N O ; B 82 -18 664 741 ;
C 80 ; WX 600 ; N P ; B 18 0 695 723 ;
C 81 ; WX 600 ; N Q ; B 82 -178 664 741 ;
C 82 ; WX 600 ; N R ; B 18 0 637 723 ;
C 83 ; WX 600 ; N S ; B 60 -18 647 742 ;
C 84 ; WX 600 ; N T ; B 119 0 722 723 ;
C 85 ; WX 600 ; N U ; B 95 -18 735 723 ;
C 86 ; WX 600 ; N V ; B 134 0 739 723 ;
C 87 ; WX 600 ; N W ; B 104 0 739 723 ;
C 88 ; WX 600 ; N X ; B 6 0 720 723 ;
C 89 ; WX 600 ; N Y ; B 116 0 738 723 ;
C 90 ; WX 600 ; N Z ; B 54 0 684 723 ;
C 91 ; WX 600 ; N bracketleft ; B 140 -145 661 771 ;
C 92 ; WX 600 ; N backslash ; B 154 -145 571 771 ;
C 93 ; WX 600 ; N bracketright ; B 65 -145 586 771 ;
C 94 ; WX 600 ; N asciicircum ; B 124 265 582 723 ;
C 95 ; WX 600 ; N underscore ; B -19 -96 600 0 ;
C 96 ; WX 600 ; N grave ; B 336 626 545 783 ;
C 97 ; WX 600 ; N a ; B 69 -12 607 542 ;
C 98 ; WX 600 ; N b ; B 66 -12 635 771 ;
C 99 ; WX 600 ; N c ; B 82 -12 678 542 ;
C 100 ; WX 600 ; N d ; B 73 -12 690 771 ;
C 101 ; WX 600 ; N e ; B 82 -12 634 542 ;
C 102 ; WX 600 ; N f ; B 59 0 749 784 ;
C 103 ; WX 600 ; N g ; B 25 -205 700 542 ;
C 104 ; WX 600 ; N h ; B 18 0 616 771 ;
C 105 ; WX 600 ; N i ; B 68 0 591 771 ;
C 106 ; WX 600 ; N j ; B 4 -205 621 771 ;
C 107 ; WX 600 ; N k ; B 18 0 671 771 ;
C 108 ; WX 600 ; N l ; B 68 0 591 771 ;
C 109 ; WX 600 ; N m ; B 12 0 639 542 ;
C 110 ; WX 600 ; N n ; B 18 0 616 542 ;
C 111 ; WX 600 ; N o ; B 80 -12 633 542 ;
C 112 ; WX 600 ; N p ; B -20 -193 635 542 ;
C 113 ; WX 600 ; N q ; B 73 -193 641 542 ;
C 114 ; WX 600 ; N r ; B 27 0 676 542 ;
C 115 ; WX 600 ; N s ; B 97 -12 606 542 ;
C 116 ; WX 600 ; N t ; B 123 -12 628 650 ;
C 117 ; WX 600 ; N u ; B 90 -12 636 530 ;
C 118 ; WX 600 ; N v ; B 95 0 700 530 ;
C 119 ; WX 600 ; N w ; B 95 0 700 530 ;
C 120 ; WX 600 ; N x ; B 12 0 677 530 ;
C 121 ; WX 600 ; N y ; B 13 -193 701 530 ;
C 122 ; WX 600 ; N z ; B 72 0 621 530 ;
C 123 ; WX 600 ; N braceleft ; B 125 -145 665 771 ;
C 124 ; WX 600 ; N bar ; B 223 -145 502 771 ;
C 125 ; WX 600 ; N braceright ; B 60 -145 600 771 ;
C 126 ; WX 600 ; N asciitilde ; B 93 203 628 405 ;
C 128 ; WX 600 ; N Euro ; B 60 -18 720 742 ;
C 130 ; WX 653 ; N quotesinglbase ; B 222 -145 453 168 ;
C 131 ; WX 600 ; N florin ; B 13 -145 703 741 ;
C 132 ; WX 653 ; N quotedblbase ; B 124 -144 591 145 ;
C 133 ; WX 600 ; N ellipsis ; B 40 0 584 121 ;
C 134 ; WX 600 ; N dagger ; B 158 -145 616 723 ;
C 135 ; WX 653 ; N daggerdbl ; B 147 -145 663 723 ;
C 136 ; WX 600 ; N circumflex ; B 254 626 597 783 ;
C 137 ; WX 653 ; N perthousand ; B 28 -18 755 741 ;
C 138 ; WX 600 ; N Scaron ; B 60 -18 670 940 ;
C 139 ; WX 600 ; N guilsinglleft ; B 186 55 541 476 ;
C 140 ; WX 600 ; N OE ; B 62 -18 712 741 ;
C 145 ; WX 600 ; N quoteleft ; B 307 458 538 771 ;
C 146 ; WX 600 ; N quoteright ; B 307 454 538 771 ;
C 147 ; WX 600 ; N quotedblleft ; B 191 482 659 771 ;
C 148 ; WX 600 ; N quotedblright ; B 191 482 659 771 ;
C 149 ; WX 600 ; N bullet ; B 247 277 523 548 ;
C 150 ; WX 600 ; N endash ; B 111 260 608 332 ;
C 151 ; WX 600 ; N emdash ; B 52 260 667 332 ;
C 152 ; WX 600 ; N tilde ; B 253 626 628 783 ;
C 153 ; WX 600 ; N trademark ; B 139 361 728 723 ;
C 154 ; WX 600 ; N scaron ; B 97 -12 643 783 ;
C 155 ; WX 600 ; N guilsinglright ; B 165 55 520 476 ;
C 156 ; WX 600 ; N oe ; B 59 -12 645 542 ;
C 159 ; WX 600 ; N Ydieresis ; B 116 0 738 892 ;
C 160 ; WX 600 ; N nbspace ; B 0 0 0 0 ;
C 161 ; WX 600 ; N exclamdown ; B 189 -193 478 530 ;
C 162 ; WX 600 ; N cent ; B 129 -18 667 741 ;
C 163 ; WX 600 ; N sterling ; B 58 0 676 741 ;
C 164 ; WX 600 ; N currency ; B 41 76 702 647 ;
C 165 ; WX 600 ; N yen ; B 124 0 736 723 ;
C 166 ; WX 600 ; N brokenbar ; B 223 -145 502 771 ;
C 167 ; WX 600 ; N section ; B 50 -157 640 741 ;
C 168 ; WX 600 ; N dieresis ; B 263 627 610 735 ;
C 169 ; WX 600 ; N copyright ; B 90 -18 655 742 ;
C 170 ; WX 600 ; N ordfeminine ; B 167 350 631 742 ;
C 171 ; WX 600 ; N guillemotleft ; B 89 48 646 482 ;
C 172 ; WX 600 ; N logicalnot ; B 93 96 616 350 ;
C 173 ; WX 600 ; N sfthyphen ; B 123 253 598 350 ;
C 174 ; WX 600 ; N registered ; B 90 -18 655 742 ;
C 176 ; WX 600 ; N degree ; B 283 494 578 784 ;
C 177 ; WX 600 ; N plusminus ; B 59 0 624 590 ;
C 178 ; WX 600 ; N twosuperior ; B 186 356 603 742 ;
C 179 ; WX 600 ; N threesuperior ; B 193 350 611 742 ;
C 180 ; WX 600 ; N acute ; B 305 626 577 783 ;
C 181 ; WX 600 ; N mu ; B 31 -193 640 530 ;
C 182 ; WX 600 ; N paragraph ; B 154 -145 639 729 ;
C 184 ; WX 600 ; N cedilla ; B 154 -211 381 0 ;
C 185 ; WX 600 ; N onesuperior ; B 228 356 583 741 ;
C 186 ; WX 600 ; N ordmasculine ; B 186 350 640 741 ;
C 187 ; WX 600 ; N guillemotright ; B 60 48 618 482 ;
C 188 ; WX 600 ; N onequarter ; B 34 -18 694 741 ;
C 189 ; WX 600 ; N onehalf ; B 15 -18 675 741 ;
C 190 ; WX 600 ; N threequarters ; B 41 -18 701 742 ;
C 191 ; WX 600 ; N questiondown ; B 44 -211 533 530 ;
C 192 ; WX 600 ; N Agrave ; B 12 0 605 940 ;
C 193 ; WX 600 ; N Aacute ; B 12 0 644 940 ;
C 194 ; WX 600 ; N Acircumflex ; B 12 0 628 940 ;
C 195 ; WX 600 ; N Atilde ; B 12 0 659 940 ;
C 196 ; WX 600 ; N Adieresis ; B 12 0 641 892 ;
C 197 ; WX 600 ; N Aring ; B 12 0 605 953 ;
C 198 ; WX 600 ; N AE ; B 6 0 714 723 ;
C 199 ; WX 600 ; N Ccedilla ; B 90 -211 708 741 ;
C 200 ; WX 600 ; N Egrave ; B 18 0 686 940 ;
C 201 ; WX 600 ; N Eacute ; B 18 0 686 940 ;
C 202 ; WX 600 ; N Ecircumflex ; B 18 0 686 940 ;
C 203 ; WX 600 ; N Edieresis ; B 18 0 686 892 ;
C 204 ; WX 600 ; N Igrave ; B 60 0 684 940 ;
C 205 ; WX 600 ; N Iacute ; B 60 0 684 940 ;
C 206 ; WX 600 ; N Icircumflex ; B 60 0 684 940 ;
C 207 ; WX 600 ; N Idieresis ; B 60 0 684 892 ;
C 208 ; WX 600 ; N Eth ; B 18 0 661 723 ;
C 209 ; WX 600 ; N Ntilde ; B 18 0 739 940 ;
C 210 ; WX 600 ; N Ograve ; B 82 -18 664 940 ;
C 211 ; WX 600 ; N Oacute ; B 82 -18 664 940 ;
C 212 ; WX 600 ; N Ocircumflex ; B 82 -18 664 940 ;
C 213 ; WX 600 ; N Otilde ; B 82 -18 664 940 ;
C 214 ; WX 600 ; N Odieresis ; B 82 -18 664 892 ;
C 215 ; WX 600 ; N multiply ; B 87 59 632 536 ;
C 216 ; WX 600 ; N Oslash ; B 20 -18 724 741 ;
C 217 ; WX 600 ; N Ugrave ; B 95 -18 735 940 ;
C 218 ; WX 600 ; N Uacute ; B 95 -18 735 940 ;
C 219 ; WX 600 ; N Ucircumflex ; B 95 -18 735 940 ;
C 220 ; WX 600 ; N Udieresis ; B 95 -18 735 892 ;
C 221 ; WX 600 ; N Yacute ; B 116 0 738 940 ;
C 222 ; WX 600 ; N Thorn ; B 18 0 669 723 ;
C 223 ; WX 600 ; N germandbls ; B 21 -12 626 784 ;
C 224 ; WX 600 ; N agrave ; B 69 -12 607 783 ;
C 225 ; WX 600 ; N aacute ; B 69 -12 624 783 ;
C 226 ; WX 600 ; N acircumflex ; B 69 -12 608 783 ;
C 227 ; WX 600 ; N atilde ; B 69 -12 627 783 ;
C 228 ; WX 600 ; N adieresis ; B 69 -12 617 735 ;
C 229 ; WX 600 ; N aring ; B 69 -12 607 856 ;
C 230 ; WX 600 ; N ae ; B 51 -12 647 542 ;
C 231 ; WX 600 ; N ccedilla ; B 82 -211 678 542 ;
C 232 ; WX 600 ; N egrave ; B 82 -12 634 783 ;
C 233 ; WX 600 ; N eacute ; B 82 -12 644 783 ;
C 234 ; WX 600 ; N ecircumflex ; B 82 -12 634 783 ;
C 235 ; WX 600 ; N edieresis ; B 82 -12 640 735 ;
C 236 ; WX 600 ; N igrave ; B 68 0 591 783 ;
C 237 ; WX 600 ; N iacute ; B 68 0 646 783 ;
C 238 ; WX 600 ; N icircumflex ; B 68 0 618 783 ;
C 239 ; WX 600 ; N idieresis ; B 68 0 631 735 ;
C 240 ; WX 600 ; N eth ; B 82 -12 639 826 ;
C 241 ; WX 600 ; N ntilde ; B 18 0 616 783 ;
C 242 ; WX 600 ; N ograve ; B 80 -12 633 783 ;
C 243 ; WX 600 ; N oacute ; B 80 -12 633 783 ;
C 244 ; WX 600 ; N ocircumflex ; B 80 -12 633 783 ;
C 245 ; WX 600 ; N otilde ; B 80 -12 633 783 ;
C 246 ; WX 600 ; N odieresis ; B 80 -12 633 735 ;
C 247 ; WX 600 ; N divide ; B 101 0 620 603 ;
C 248 ; WX 600 ; N oslash ; B 28 -12 680 548 ;
C 249 ; WX 600 ; N ugrave ; B 90 -12 636 783 ;
C 250 ; WX 600 ; N uacute ; B 90 -12 636 783 ;
C 251 ; WX 600 ; N ucircumflex ; B 90 -12 636 783 ;
C 252 ; WX 600 ; N udieresis ; B 90 -12 636 735 ;
C 253 ; WX 600 ; N yacute ; B 13 -193 701 783 ;
C 254 ; WX 600 ; N thorn ; B -20 -193 635 771 ;
C 255 ; WX 600 ; N ydieresis ; B 13 -193 701 735 ;
C -1 ; WX 600 ; N dcroat ; B 73 -12 724 771 ;
C -1 ; WX 600 ; N fl ; B 18 0 688 783 ;
C -1 ; WX 600 ; N fi ; B 18 0 688 783 ;
C -1 ; WX 600 ; N dotlessi ; B 68 0 591 530 ;
C -1 ; WX 600 ; N gbreve ; B 25 -205 700 784 ;
C -1 ; WX 600 ; N eogonek ; B 82 -181 634 542 ;
C -1 ; WX 600 ; N edotaccent ; B 82 -12 634 771 ;
C -1 ; WX 600 ; N lacute ; B 68 0 720 976 ;
C -1 ; WX 600 ; N ohungarumlaut ; B 80 -12 696 783 ;
C -1 ; WX 600 ; N lcaron ; B 68 0 754 771 ;
C -1 ; WX 600 ; N periodcentered ; B 268 229 456 385 ;
C -1 ; WX 600 ; N sacute ; B 97 -12 630 783 ;
C -1 ; WX 600 ; N nacute ; B 18 0 616 783 ;
C -1 ; WX 600 ; N scommaaccent ; B 97 -211 606 542 ;
C -1 ; WX 600 ; N ccaron ; B 82 -12 694 783 ;
C -1 ; WX 600 ; N cacute ; B 82 -12 678 783 ;
C -1 ; WX 600 ; N aogonek ; B 69 -181 607 542 ;
C -1 ; WX 600 ; N ncaron ; B 18 0 630 783 ;
C -1 ; WX 600 ; N lslash ; B 68 0 646 771 ;
C -1 ; WX 600 ; N abreve ; B 69 -12 641 784 ;
C -1 ; WX 600 ; N racute ; B 27 0 676 783 ;
C -1 ; WX 600 ; N uring ; B 90 -12 636 856 ;
C -1 ; WX 600 ; N uhungarumlaut ; B 90 -12 695 783 ;
C -1 ; WX 600 ; N ecaron ; B 82 -12 658 783 ;
C -1 ; WX 600 ; N Uogonek ; B 95 -181 735 723 ;
C -1 ; WX 600 ; N Umacron ; B 95 -18 735 868 ;
C -1 ; WX 600 ; N Gcommaaccent ; B 90 -211 702 741 ;
C -1 ; WX 600 ; N Rcommaaccent ; B 18 -211 637 723 ;
C -1 ; WX 600 ; N Omacron ; B 82 -18 664 868 ;
C -1 ; WX 600 ; N Ncommaaccent ; B 18 -211 739 723 ;
C -1 ; WX 600 ; N Lcommaaccent ; B 24 -211 624 723 ;
C -1 ; WX 600 ; N Kcommaaccent ; B 18 -211 743 723 ;
C -1 ; WX 600 ; N Iogonek ; B 60 -181 684 723 ;
C -1 ; WX 600 ; N dcaron ; B 52 -12 755 771 ;
C -1 ; WX 600 ; N Emacron ; B 18 0 686 868 ;
C -1 ; WX 600 ; N Tcommaaccent ; B 119 -211 722 723 ;
C -1 ; WX 600 ; N Amacron ; B 12 0 654 868 ;
C -1 ; WX 600 ; N Zdotaccent ; B 54 0 684 928 ;
C -1 ; WX 600 ; N Zcaron ; B 54 0 684 940 ;
C -1 ; WX 600 ; N Zacute ; B 54 0 684 940 ;
C -1 ; WX 600 ; N zacute ; B 72 0 625 783 ;
C -1 ; WX 600 ; N Uhungarumlaut ; B 95 -18 749 940 ;
C -1 ; WX 600 ; N Uring ; B 95 -18 735 1012 ;
C -1 ; WX 600 ; N zcaron ; B 72 0 628 783 ;
C -1 ; WX 600 ; N zdotaccent ; B 72 0 621 771 ;
C -1 ; WX 600 ; N tcaron ; B 123 -12 699 843 ;
C -1 ; WX 600 ; N minus ; B 99 253 622 350 ;
C -1 ; WX 600 ; N tcommaaccent ; B 123 -211 628 650 ;
C -1 ; WX 600 ; N Imacron ; B 60 0 684 868 ;
C -1 ; WX 600 ; N amacron ; B 69 -12 624 711 ;
C -1 ; WX 600 ; N Tcaron ; B 119 0 722 940 ;
C -1 ; WX 600 ; N Scedilla ; B 60 -211 647 742 ;
C -1 ; WX 600 ; N Sacute ; B 60 -18 659 940 ;
C -1 ; WX 600 ; N Rcaron ; B 18 0 637 940 ;
C -1 ; WX 600 ; N Racute ; B 18 0 637 940 ;
C -1 ; WX 600 ; N Ohungarumlaut ; B 82 -18 724 940 ;
C -1 ; WX 600 ; N emacron ; B 82 -12 653 711 ;
C -1 ; WX 600 ; N imacron ; B 68 0 619 711 ;
C -1 ; WX 600 ; N kcommaaccent ; B 18 -211 671 771 ;
C -1 ; WX 600 ; N lcommaaccent ; B 68 -211 591 771 ;
C -1 ; WX 600 ; N ncommaaccent ; B 18 -211 616 542 ;
C -1 ; WX 600 ; N omacron ; B 80 -12 633 711 ;
C -1 ; WX 600 ; N Ncaron ; B 18 0 739 940 ;
C -1 ; WX 600 ; N fraction ; B 42 -18 701 741 ;
C -1 ; WX 600 ; N Nacute ; B 18 0 739 940 ;
C -1 ; WX 600 ; N Lcaron ; B 24 0 705 723 ;
C -1 ; WX 600 ; N Lacute ; B 24 0 624 940 ;
C -1 ; WX 600 ; N Idotaccent ; B 60 0 684 928 ;
C -1 ; WX 600 ; N dotaccent ; B 353 626 526 771 ;
C -1 ; WX 600 ; N ring ; B 333 626 566 856 ;
C -1 ; WX 600 ; N rcommaaccent ; B 27 -211 676 542 ;
C -1 ; WX 600 ; N umacron ; B 90 -12 636 711 ;
C -1 ; WX 600 ; N uogonek ; B 90 -181 636 530 ;
C -1 ; WX 600 ; N caron ; B 285 626 628 783 ;
C -1 ; WX 600 ; N breve ; B 283 627 630 784 ;
C -1 ; WX 600 ; N Lslash ; B 24 0 624 723 ;
C -1 ; WX 600 ; N hungarumlaut ; B 228 626 654 783 ;
C -1 ; WX 600 ; N Gbreve ; B 90 -18 730 940 ;
C -1 ; WX 600 ; N ogonek ; B 159 -181 379 0 ;
C -1 ; WX 600 ; N macron ; B 245 627 623 711 ;
C -1 ; WX 333 ; N commaaccent ; B 25 -211 248 -48 ;
C -1 ; WX 600 ; N Eogonek ; B 18 -181 686 723 ;
C -1 ; WX 600 ; N Edotaccent ; B 18 0 686 928 ;
C -1 ; WX 600 ; N Ecaron ; B 18 0 688 940 ;
C -1 ; WX 600 ; N Dcroat ; B 18 0 661 723 ;
C -1 ; WX 600 ; N rcaron ; B 27 0 676 783 ;
C -1 ; WX 600 ; N scedilla ; B 97 -211 606 542 ;
C -1 ; WX 600 ; N gcommaaccent ; B 25 -205 700 915 ;
C -1 ; WX 600 ; N Dcaron ; B 18 0 661 940 ;
C -1 ; WX 600 ; N Ccaron ; B 90 -18 729 940 ;
C -1 ; WX 600 ; N Cacute ; B 90 -18 715 940 ;
C -1 ; WX 600 ; N iogonek ; B 68 -181 591 771 ;
C -1 ; WX 600 ; N Aogonek ; B 12 -181 605 723 ;
C -1 ; WX 600 ; N Scommaaccent ; B 60 -211 647 742 ;
C -1 ; WX 600 ; N Abreve ; B 12 0 660 940 ;
C -1 ; WX 600 ; N .notdef ; B 0 0 0 0 ;
EndCharMetrics
EndFontMetrics

1361
font/bh-type1/l047036t.pfa Normal file

File diff suppressed because it is too large Load Diff

1304
font/bh-type1/l048013t.afm Normal file

File diff suppressed because it is too large Load Diff

1233
font/bh-type1/l048013t.pfa Normal file

File diff suppressed because it is too large Load Diff

1329
font/bh-type1/l048016t.afm Normal file

File diff suppressed because it is too large Load Diff

1269
font/bh-type1/l048016t.pfa Normal file

File diff suppressed because it is too large Load Diff

1318
font/bh-type1/l048033t.afm Normal file

File diff suppressed because it is too large Load Diff

1267
font/bh-type1/l048033t.pfa Normal file

File diff suppressed because it is too large Load Diff

1323
font/bh-type1/l048036t.afm Normal file

File diff suppressed because it is too large Load Diff

1260
font/bh-type1/l048036t.pfa Normal file

File diff suppressed because it is too large Load Diff

1328
font/bh-type1/l049013t.afm Normal file

File diff suppressed because it is too large Load Diff

1598
font/bh-type1/l049013t.pfa Normal file

File diff suppressed because it is too large Load Diff

1321
font/bh-type1/l049016t.afm Normal file

File diff suppressed because it is too large Load Diff

1582
font/bh-type1/l049016t.pfa Normal file

File diff suppressed because it is too large Load Diff

1329
font/bh-type1/l049033t.afm Normal file

File diff suppressed because it is too large Load Diff

1735
font/bh-type1/l049033t.pfa Normal file

File diff suppressed because it is too large Load Diff

1327
font/bh-type1/l049036t.afm Normal file

File diff suppressed because it is too large Load Diff

1613
font/bh-type1/l049036t.pfa Normal file

File diff suppressed because it is too large Load Diff

336
font/bh-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

111
font/bh-type1/mkinstalldirs Normal file
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