diff options
-rw-r--r-- | COPYING | 94 | ||||
-rw-r--r-- | Makefile.am | 18 | ||||
-rw-r--r-- | Makefile.in | 708 | ||||
-rw-r--r-- | NEWS | 57 | ||||
-rw-r--r-- | README | 141 | ||||
-rw-r--r-- | aclocal.m4 | 830 | ||||
-rwxr-xr-x | configure | 3762 | ||||
-rw-r--r-- | configure.ac | 69 | ||||
-rw-r--r-- | fontconfig/31-cantarell.conf | 18 | ||||
-rw-r--r-- | fontconfig/Makefile.am | 7 | ||||
-rw-r--r-- | fontconfig/Makefile.in | 394 | ||||
-rwxr-xr-x | install-sh | 527 | ||||
-rwxr-xr-x | missing | 331 | ||||
-rw-r--r-- | otf/Cantarell-Bold.otf | bin | 0 -> 50836 bytes | |||
-rw-r--r-- | otf/Cantarell-Regular.otf | bin | 0 -> 46360 bytes | |||
-rw-r--r-- | otf/Makefile.am | 14 | ||||
-rw-r--r-- | otf/Makefile.in | 398 | ||||
-rw-r--r-- | scripts/Makefile.am | 9 | ||||
-rw-r--r-- | scripts/Makefile.in | 344 | ||||
-rwxr-xr-x | scripts/generate.sh | 21 | ||||
-rw-r--r-- | src/Cantarell-Bold.sfd | 16231 | ||||
-rw-r--r-- | src/Cantarell-Regular.sfd | 19523 | ||||
-rw-r--r-- | src/Makefile.am | 10 | ||||
-rw-r--r-- | src/Makefile.in | 345 |
24 files changed, 43851 insertions, 0 deletions
@@ -0,0 +1,94 @@ +Copyright (c) 2009-2011, Understanding Limited (dave@understandinglimited.com), +Copyright (c) 2010-2011, Jakub Steiner (jimmac@gmail.com). +
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f55e1aa --- /dev/null +++ b/Makefile.am @@ -0,0 +1,18 @@ +SUBDIRS = src otf fontconfig scripts + +MAINTAINERCLEANFILES = \ + Makefile.in \ + aclocal.m4 \ + config.guess \ + config.h.in \ + config.sub \ + configure \ + depcomp \ + install-sh \ + intltool-*.in \ + libtool \ + ltmain.sh \ + missing \ + mkinstalldirs + +-include $(top_srcdir)/git.mk diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..cbbb6bb --- /dev/null +++ b/Makefile.in @@ -0,0 +1,708 @@ +# Makefile.in generated by automake 1.11.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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@ +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +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 = : +subdir = . +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING NEWS \ + install-sh missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir dist dist-all distcheck +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +GZIP_ENV = --best +DIST_ARCHIVES = $(distdir).tar.bz2 +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CONFIGDIR = @CONFIGDIR@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +FONTDIR = @FONTDIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = src otf fontconfig scripts +MAINTAINERCLEANFILES = \ + Makefile.in \ + aclocal.m4 \ + config.guess \ + config.h.in \ + config.sub \ + configure \ + depcomp \ + install-sh \ + intltool-*.in \ + libtool \ + ltmain.sh \ + missing \ + mkinstalldirs + +all: all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -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 $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -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 + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod u+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(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 ../.. && umask 077 && mkdir "$$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 \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +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-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -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-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ + dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-generic distclean-tags \ + distcleancheck distdir distuninstallcheck dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am + + +-include $(top_srcdir)/git.mk + +# 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,0 +1,57 @@ +0.0.11 + - use ligature lookup tables + - make digits monospaced for bold + +0.0.10.1 + - build related fixes + +0.0.10 + - generate OTF from SFDs automatically (Fabian Greffrath) + - install to appropriate system directories (Fabian Greffrath) + - fix cyrillic metrics + - improve EE diacritics + +0.0.9 + - initial support for Cyrillic + - uppercase Greek + +0.0.8 + - accented l. #665433 + - extrema & node fixes + - build related fixes + +0.0.7 + - ON/OFF glyphs. bug #643120 + - combining circumflex metrics. bug #637066 + - ] hinting. bug #652834 + - bold: 'a','e','n','s' and 'c' hints. + - black circle a circle. bug #660442 + - bold: sync accented characters with base glyph. + +0.0.6 + - bold l + - fix umlaut positions. bug #646222 + - README fixes + +0.0.5 + - improved password entry glyph + - improved hyphen by making narrower + - improved licensing and FONTLOG metadata + - improved vertical metrics + +0.0.4 + - improved hints on numerals and bold letters + - improved metrics + +0.0.3 + - create the tarball from the actual git master + - fixed the fontconfig script not to override the global default + +0.0.2 + - improved hints, hinting related metrics + - added black circle glyph for password entries + - increased size of '^' + +0.0.1 + - Initial GNOME release of Cantarell. + - Various improvements by Jakub Steiner @@ -0,0 +1,141 @@ +FONTLOG for Cantarell GNOME 0.0.5 +================================= + +This file provides detailed information on the Cantarell font +software. This information should be distributed along with the +Cantarell fonts and any derivative works. + +Font Information +------------------------- + +The Cantarell typeface family is a contemporary Humanist +sans serif, and is used by the GNOME project for its user +interface and the Fedora project. + +Cantarell was originally designed by Dave Crossland as part +of his coursework for the MA Typeface Design programme at +the Department of Typography in the University of Reading, +England. [1] + +Dave was motivated to undertake a study of typeface design because +he believes it is essential that when we use digital tools, our +freedom to use, understand, modify and share these tools is +respected. Otherwise, when the tool does not work in the way +that we need, we will be unable to fix it. + +These fonts are developed using only such "libre" software, +mainly FontForge [2]. + +Cantarell was originally aimed at on-screen reading in a specific +use-case and environment: reading web pages on an HTC Dream +mobile phone [3]. + +That device was the first to ship with Google Android [4], and +came installed with a web browser that supported the exciting web +fonts feature known as @font-face [5]. As Dave's very first typeface +design, the typeface has many faults, yet he asserts it achieves +his goal of improving readability on this device. + +The regular member of the family has had recieved the most focus, and a bold +family has been developed quickly to provide better somewhat better results +that an operating system's automatic bolding. In the case of oblique, we +decided to rely on the system generated variant for now. An actual italics +variant is planned. + +The Regular font fully supports the following writing systems: +Basic Latin, Western European, Catalan, Baltic, Turkish, Central +European, Dutch and Afrikaans. To date, Pan African Latin has +only 33% glyph coverage. + +Since the design is aimed at display on-screen at small sizes, the +printed output (especially of the bold and oblique) may not work +well. Fonts tuned to the needs of printing will be developed in +the future. + +The fonts were initially published on the 6th of July 2009 on +Dave Crossland's foundry website [6] under the terms of the GNU +General Public License version 3. [7] In May 2010 the fonts were +republished through Google Web Fonts [8] under the terms of the +SIL Open Font License version 1.1. [9] In November 2010 the +project became part of the GNOME project and is now under active +development by the GNOME design community. [10] + +Dave Crossland, 21st March 2011 + +[1]: http://www.typedesign.reading.ac.uk +[2]: http://fontforge.sf.net +[3]: http://en.wikipedia.org/wiki/HTC_Dream +[4]: http://en.wikipedia.org/wiki/Android_%28operating_system%29 +[5]: http://openfontlibrary.org/wiki/Web_font_linking_with_%40font-face +[6]: http://abattis.org/cantarell +[7]: http://www.gnu.org/licenses/gpl.html +[8]: http://www.google.com/webfonts +[9]: http://scripts.sil.org/OFL +[10]: http://live.gnome.org/CantarellFonts + + * * * + +Developer information +--------------------- + +The original src/Cantarell-Regular.sfd file has the master sources +as Cubic (PostScript) Bezier splines. There are temporary layers +and a 'Spiro' layer in this file, containing forms used to create +the master Cubic Bezier glyphs; the Spiro layer contains forms in +Spiro splines, and much of the original typeface design by Dave +Crossland was done by drawing in Spiro splines. However today the +master drawing spline format is Cubic Bezier, and Spiro splines +are used to inform their creation. + +The Cantarell-Regular.sfd file is the _master_ source, and was +used to generate the Cantarell-Bold.sfd which is now a hard fork. + +All development occurs by making changes to these drawing files. +When OTF or TTF binaries are compiled, they are copied to the +Cantarell-*-OTF.sfd and Cantarell-*-TTF.sfd files and then a +build process applied. + +This means that there should be a 1:1 match between these files, +the OTF and TTF files in the otf/ and ttf/ directories, and the +output of generating new OTF and TTF files from FontForge. + +The build process is simple; the Spiro and temp layers are removed, +in the case of TTF files all layers are converted to Quadratic from +Cubic, and then all glyphs have the Simplify, Add Extrema, Round +to Int, and Correct Direction operations applied. + +In the future a build script will be developed to do this in an +automated way, which will be important for adding OpenType +Layout features through a feature.fea file. + +ChangeLog +------------------------- + +Please refer to the GNOME Git repository changelog at this URL: + +http://git.gnome.org/browse/cantarell-fonts/log/ + +Acknowledgements +------------------------- + +Here is a list of major contributors; all contributors are listed +in the GNOME Git repository changelogs. + +If you make major modifications be sure to add your name (N), email (E), +web-address (W) and description (D). This list is sorted by last name +in alphabetical order. + +N: Jakub Steiner +E: jimmac@gmail.com +W: http://jimmac.musichall.cz +D: Designer - many improvements and GNOME standards engineering + +N: Dave Crossland +E: dave@understandinglimited.com +W: http://abattis.org/cantarell/ +D: Designer - original Latin glyphs + +N: Erik Hartenian +E: infinality@infinality.net +W: http://infinality.net +D: Connoisseur of fine font renderding diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..3ef06f8 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,830 @@ +# generated automatically by aclocal 1.11.6 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 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. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, +[m4_warning([this file was generated for autoconf 2.68. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) +# +# Copyright © 2004 Scott James Remnant <scott@netsplit.com>. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# 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. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT]) + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see <http://pkg-config.freedesktop.org/>.]) + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])# PKG_CHECK_MODULES + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 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. + +# serial 1 + +# 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. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.11' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.11.6], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.11.6])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005, 2011 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. + +# serial 1 + +# 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. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 +# 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. + +# serial 9 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +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])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008, 2009 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. + +# serial 16 + +# 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. + +# 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_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +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 +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])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) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# 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([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_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 +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# 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_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005, 2008, 2011 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. + +# serial 1 + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 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. + +# serial 2 + +# 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])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 +# 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. + +# serial 6 + +# 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 +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# 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 +]) + +# Copyright (C) 2003, 2004, 2005, 2006, 2011 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. + +# serial 1 + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 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. + +# serial 5 + +# _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], +[m4_foreach_w([_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])]) + +# Copyright (C) 2001, 2003, 2005, 2011 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. + +# serial 1 + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 +# 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. + +# serial 5 + +# 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 +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + +# 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)]) + +# Copyright (C) 2001, 2003, 2005, 2011 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. + +# serial 1 + +# AM_PROG_INSTALL_STRIP +# --------------------- +# 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="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006, 2008, 2010 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. + +# serial 3 + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005, 2012 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. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar <conftest.tar]) + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/configure b/configure new file mode 100755 index 0000000..7e86f2a --- /dev/null +++ b/configure @@ -0,0 +1,3762 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.69 for cantarell-fonts 0.0.11. +# +# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=cantarell-fonts>. +# +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: http://bugzilla.gnome.org/enter_bug.cgi?product=cantarell-fonts +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 </dev/null +exec 6>&1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='cantarell-fonts' +PACKAGE_TARNAME='cantarell-fonts' +PACKAGE_VERSION='0.0.11' +PACKAGE_STRING='cantarell-fonts 0.0.11' +PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=cantarell-fonts' +PACKAGE_URL='' + +ac_subst_vars='LTLIBOBJS +LIBOBJS +FONTDIR +CONFIGDIR +ACLOCAL_AMFLAGS +SED +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH +PKG_CONFIG +SOURCE_REBUILD_FALSE +SOURCE_REBUILD_TRUE +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_source_rebuild +with_configdir +with_fontdir +' + ac_precious_vars='build_alias +host_alias +target_alias +PKG_CONFIG +PKG_CONFIG_PATH +PKG_CONFIG_LIBDIR' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures cantarell-fonts 0.0.11 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/cantarell-fonts] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of cantarell-fonts 0.0.11:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-source-rebuild Rebuild from source using fontforge + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-configdir=DIR Use DIR to store fontconfig configuration files + [default=DATADIR/fontconfig/conf.avail] + --with-fontdir=DIR Use DIR to store font files + [default=DATADIR/fonts/cantarell] + +Some influential environment variables: + PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=cantarell-fonts>. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +cantarell-fonts configure 0.0.11 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by cantarell-fonts $as_me 0.0.11, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +am__api_version='1.11' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + +# 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". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# 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. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +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 + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +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 + + +# Define the identity of the package. + PACKAGE='cantarell-fonts' + VERSION='0.0.11' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar plaintar pax cpio none' +_am_tools=${am_cv_prog_tar_ustar-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + { echo "$as_me:$LINENO: $_am_tar --version" >&5 + ($_am_tar --version) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && break + done + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x ustar -w "$$tardir"' + am__tar_='pax -L -x ustar -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' + am__untar='cpio -i -H ustar -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_ustar}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 + (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + rm -rf conftest.dir + if test -s conftest.tar; then + { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5 + ($am__untar <conftest.tar) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +if ${am_cv_prog_tar_ustar+:} false; then : + $as_echo_n "(cached) " >&6 +else + am_cv_prog_tar_ustar=$_am_tool +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 +$as_echo "$am_cv_prog_tar_ustar" >&6; } + + + + + + +# Check whether --enable-source-rebuild was given. +if test "${enable_source_rebuild+set}" = set; then : + enableval=$enable_source_rebuild; +else + enable_source_rebuild=no +fi + + if test x$enable_source_rebuild != xno; then + SOURCE_REBUILD_TRUE= + SOURCE_REBUILD_FALSE='#' +else + SOURCE_REBUILD_TRUE='#' + SOURCE_REBUILD_FALSE= +fi + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.19 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + + +# Workaround to make aclocal get the right flags +ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}" + + + +# Check whether --with-configdir was given. +if test "${with_configdir+set}" = set; then : + withval=$with_configdir; configdir="$withval" +else + configdir=yes +fi + + +case "$configdir" in +no|yes) + configdir='${datadir}'/fontconfig/conf.avail + ;; +*) + ;; +esac + +CONFIGDIR=${configdir} + + + +# Check whether --with-fontdir was given. +if test "${with_fontdir+set}" = set; then : + withval=$with_fontdir; fontdir="$withval" +else + fontdir=yes +fi + + +case "$fontdir" in +no|yes) + fontdir='${datadir}'/fonts/cantarell + ;; +*) + ;; +esac + +FONTDIR=${fontdir} + + +ac_config_files="$ac_config_files Makefile fontconfig/Makefile src/Makefile otf/Makefile scripts/Makefile" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# Transform confdefs.h into DEFS. +# Protect against shell expansion while executing Makefile rules. +# Protect against Makefile macro expansion. +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +ac_script=' +:mline +/\\$/{ + N + s,\\\n,, + b mline +} +t clear +:clear +s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g +t quote +s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g +t quote +b any +:quote +s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g +s/\[/\\&/g +s/\]/\\&/g +s/\$/$$/g +H +:any +${ + g + s/^\n// + s/\n/ /g + p +} +' +DEFS=`sed -n "$ac_script" confdefs.h` + + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + +if test -z "${SOURCE_REBUILD_TRUE}" && test -z "${SOURCE_REBUILD_FALSE}"; then + as_fn_error $? "conditional \"SOURCE_REBUILD\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by cantarell-fonts $as_me 0.0.11, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=cantarell-fonts>." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +cantarell-fonts config.status 0.0.11 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "fontconfig/Makefile") CONFIG_FILES="$CONFIG_FILES fontconfig/Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "otf/Makefile") CONFIG_FILES="$CONFIG_FILES otf/Makefile" ;; + "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' <conf$$subs.awk | sed ' +/^[^""]/{ + N + s/\n// +} +' >>$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + +echo " + $PACKAGE $VERSION + =============== + + rebuild via fontforge: ${enable_source_rebuild} +" diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..7957346 --- /dev/null +++ b/configure.ac @@ -0,0 +1,69 @@ +dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.53) + +AC_INIT([cantarell-fonts], [0.0.11], + [http://bugzilla.gnome.org/enter_bug.cgi?product=cantarell-fonts]) + +AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-bzip2 no-dist-gzip]) + +AC_ARG_ENABLE(source-rebuild, + AS_HELP_STRING([--enable-source-rebuild], [Rebuild from source using fontforge]),, + enable_source_rebuild=no) +AM_CONDITIONAL(SOURCE_REBUILD, test x$enable_source_rebuild != xno) + +PKG_PROG_PKG_CONFIG([0.19]) +AC_PROG_SED + +# Workaround to make aclocal get the right flags +AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}") + +AC_ARG_WITH([configdir], + [AC_HELP_STRING([--with-configdir=DIR], + [Use DIR to store fontconfig configuration files [default=DATADIR/fontconfig/conf.avail]])], + [configdir="$withval"], + [configdir=yes]) + +case "$configdir" in +no|yes) + configdir='${datadir}'/fontconfig/conf.avail + ;; +*) + ;; +esac + +CONFIGDIR=${configdir} +AC_SUBST(CONFIGDIR) + +AC_ARG_WITH([fontdir], + [AC_HELP_STRING([--with-fontdir=DIR], + [Use DIR to store font files [default=DATADIR/fonts/cantarell]])], + [fontdir="$withval"], + [fontdir=yes]) + +case "$fontdir" in +no|yes) + fontdir='${datadir}'/fonts/cantarell + ;; +*) + ;; +esac + +FONTDIR=${fontdir} +AC_SUBST(FONTDIR) + +AC_CONFIG_FILES([ +Makefile +fontconfig/Makefile +src/Makefile +otf/Makefile +scripts/Makefile +]) + +AC_OUTPUT + +echo " + $PACKAGE $VERSION + =============== + + rebuild via fontforge: ${enable_source_rebuild} +" diff --git a/fontconfig/31-cantarell.conf b/fontconfig/31-cantarell.conf new file mode 100644 index 0000000..2b3ab09 --- /dev/null +++ b/fontconfig/31-cantarell.conf @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> +<!-- + + Define aliasing and other fontconfig settings for Cantarell. + +--> +<fontconfig> + <!-- Generic name assignment --> + <match target="pattern"> + <test qual="any" name="family"> + <string>Cantarell</string> + </test> + <edit name="family" mode="assign" binding="weak"> + <string>Cantarell</string> + </edit> + </match> +</fontconfig> diff --git a/fontconfig/Makefile.am b/fontconfig/Makefile.am new file mode 100644 index 0000000..e6ad554 --- /dev/null +++ b/fontconfig/Makefile.am @@ -0,0 +1,7 @@ +configdir = $(CONFIGDIR) +config_DATA = \ + 31-cantarell.conf + +EXTRA_DIST = $(config_DATA) + +-include $(top_srcdir)/git.mk diff --git a/fontconfig/Makefile.in b/fontconfig/Makefile.in new file mode 100644 index 0000000..9a200dd --- /dev/null +++ b/fontconfig/Makefile.in @@ -0,0 +1,394 @@ +# Makefile.in generated by automake 1.11.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +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 = : +subdir = fontconfig +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(configdir)" +DATA = $(config_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CONFIGDIR = @CONFIGDIR@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +FONTDIR = @FONTDIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +configdir = $(CONFIGDIR) +config_DATA = \ + 31-cantarell.conf + +EXTRA_DIST = $(config_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign fontconfig/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign fontconfig/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-configDATA: $(config_DATA) + @$(NORMAL_INSTALL) + @list='$(config_DATA)'; test -n "$(configdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \ + done + +uninstall-configDATA: + @$(NORMAL_UNINSTALL) + @list='$(config_DATA)'; test -n "$(configdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(configdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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 Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-configDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -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-configDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-configDATA install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am uninstall uninstall-am uninstall-configDATA + + +-include $(top_srcdir)/git.mk + +# 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: diff --git a/install-sh b/install-sh new file mode 100755 index 0000000..a9244eb --- /dev/null +++ b/install-sh @@ -0,0 +1,527 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2011-01-19.21; # UTC + +# 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. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for `test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$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 $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # 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. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: @@ -0,0 +1,331 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2012-01-06.13; # UTC + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009, 2010, 2011, 2012 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, see <http://www.gnu.org/licenses/>. + +# 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=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# 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 + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -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' + autom4te touch the output file, or create a stub one + 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 + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + +Send bug reports to <bug-automake@gnu.org>." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). This is about non-GNU programs, so use $1 not +# $program. +case $1 in + lex*|yacc*) + # Not GNU programs, they don't have --version. + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $program in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. 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*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. 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*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. 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*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. 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*) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + 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 "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + 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' $msg. 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 test $# -ne 1; then + eval LASTARG=\${$#} + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex*|flex*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. 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 test $# -ne 1; then + eval LASTARG=\${$#} + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. 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 "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit $? + fi + ;; + + makeinfo*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. 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." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + 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 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/otf/Cantarell-Bold.otf b/otf/Cantarell-Bold.otf Binary files differnew file mode 100644 index 0000000..9d6005d --- /dev/null +++ b/otf/Cantarell-Bold.otf diff --git a/otf/Cantarell-Regular.otf b/otf/Cantarell-Regular.otf Binary files differnew file mode 100644 index 0000000..34420fc --- /dev/null +++ b/otf/Cantarell-Regular.otf diff --git a/otf/Makefile.am b/otf/Makefile.am new file mode 100644 index 0000000..b9ea8e9 --- /dev/null +++ b/otf/Makefile.am @@ -0,0 +1,14 @@ + +fontdir = $(FONTDIR) +font_DATA = \ + Cantarell-Regular.otf \ + Cantarell-Bold.otf + +if SOURCE_REBUILD +%.otf: $(top_srcdir)/src/%.sfd + /usr/bin/env fontforge -script $(top_srcdir)/scripts/generate.sh "$^" +endif + +EXTRA_DIST = $(font_DATA) + +-include $(top_srcdir)/git.mk diff --git a/otf/Makefile.in b/otf/Makefile.in new file mode 100644 index 0000000..ac4d1ab --- /dev/null +++ b/otf/Makefile.in @@ -0,0 +1,398 @@ +# Makefile.in generated by automake 1.11.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +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 = : +subdir = otf +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(fontdir)" +DATA = $(font_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CONFIGDIR = @CONFIGDIR@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +FONTDIR = @FONTDIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +fontdir = $(FONTDIR) +font_DATA = \ + Cantarell-Regular.otf \ + Cantarell-Bold.otf + +EXTRA_DIST = $(font_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign otf/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign otf/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-fontDATA: $(font_DATA) + @$(NORMAL_INSTALL) + @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fontdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fontdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ + done + +uninstall-fontDATA: + @$(NORMAL_UNINSTALL) + @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fontdir)'; $(am__uninstall_files_from_dir) +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(fontdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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 Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-fontDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -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 + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-fontDATA \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am 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 + + +@SOURCE_REBUILD_TRUE@%.otf: $(top_srcdir)/src/%.sfd +@SOURCE_REBUILD_TRUE@ /usr/bin/env fontforge -script $(top_srcdir)/scripts/generate.sh "$^" + +-include $(top_srcdir)/git.mk + +# 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: diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 0000000..332ad03 --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,9 @@ +noinst_DATA = \ + generate.sh + +EXTRA_DIST = $(noinst_DATA) + +MAINTAINERCLEANFILES = \ + Makefile.in + +-include $(top_srcdir)/git.mk diff --git a/scripts/Makefile.in b/scripts/Makefile.in new file mode 100644 index 0000000..2cc2a29 --- /dev/null +++ b/scripts/Makefile.in @@ -0,0 +1,344 @@ +# Makefile.in generated by automake 1.11.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +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 = : +subdir = scripts +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(noinst_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CONFIGDIR = @CONFIGDIR@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +FONTDIR = @FONTDIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_DATA = \ + generate.sh + +EXTRA_DIST = $(noinst_DATA) +MAINTAINERCLEANFILES = \ + Makefile.in + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign scripts/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -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: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am + + +-include $(top_srcdir)/git.mk + +# 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: diff --git a/scripts/generate.sh b/scripts/generate.sh new file mode 100755 index 0000000..9bbf475 --- /dev/null +++ b/scripts/generate.sh @@ -0,0 +1,21 @@ +#!/usr/bin/env fontforge + +if ($version < "20080330") + Error("Your version of FontForge is too old - 20080330 or newer is required"); +endif + +SetPref("FoundryName", "Cantarell") +SetPref("TTFFoundry", "Cantarell") + +i = 1 +while (i < $argc) + Open($argv[i], 1) + SelectAll() + Simplify() + AddExtrema() + RoundToInt() + CorrectDirection() + Generate($fontname + ".otf") + Close() + i++ +endloop diff --git a/src/Cantarell-Bold.sfd b/src/Cantarell-Bold.sfd new file mode 100644 index 0000000..3ea9e6c --- /dev/null +++ b/src/Cantarell-Bold.sfd @@ -0,0 +1,16231 @@ +SplineFontDB: 3.0 +FontName: Cantarell-Bold +FullName: Cantarell Bold +FamilyName: Cantarell +Weight: Bold +Copyright: Copyright (c) 2009-2011, Understanding Limited (dave@understandinglimited.com),\nCopyright (c) 2010-2012, Jakub Steiner (jimmac@gmail.com).\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\nThis license is copied below, and is also available with a FAQ at:\nhttp://scripts.sil.org/OFL +UComments: "Cantarell was originally designed by Dave Crossland and is developed by the GNOME community+AA0ACgAA-dave@understandinglimited.com+AA0ACgAA-http://live.gnome.org/CantarellFonts" +Version: 0.0.11 +ItalicAngle: 0 +UnderlinePosition: -113 +UnderlineWidth: 56 +Ascent: 739 +Descent: 261 +LayerCount: 3 +Layer: 0 0 "Back" 1 +Layer: 1 0 "Fore" 0 +Layer: 2 0 "temp" 0 +XUID: [1021 472 1916768597 5236576] +FSType: 0 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1236980653 +ModificationTime: 1353003869 +PfmFamily: 33 +TTFWeight: 700 +TTFWidth: 5 +LineGap: 0 +VLineGap: 0 +OS2TypoAscent: 739 +OS2TypoAOffset: 0 +OS2TypoDescent: -261 +OS2TypoDOffset: 0 +OS2TypoLinegap: 0 +OS2WinAscent: 1053 +OS2WinAOffset: 0 +OS2WinDescent: 286 +OS2WinDOffset: 0 +HheadAscent: 1053 +HheadAOffset: 0 +HheadDescent: -286 +HheadDOffset: 0 +OS2FamilyClass: 2050 +OS2Vendor: 'ABAT' +Lookup: 4 0 1 "'liga' Standard Ligatures in Latin lookup 0" {"'liga' Standard Ligatures in Latin lookup 0-1" } ['liga' ('DFLT' <'dflt' > 'latn' <'dflt' > ) ] +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "" "" "" "" "" "" "" "" "" "Dave Crossland" "" "http://live.gnome.org/CantarellFonts+AAoA" "http://abattis.org" "This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL" "http://scripts.sil.org/OFL" "" "" "" "" "" "Cantarell" +Encoding: UnicodeBmp +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -48 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 57 19 12 +BeginPrivate: 0 +EndPrivate +Grid +-10.2539 694.336 m 29 + 798.34 694.336 l 29 +-232.91 670.898 m 5 + 625.488 670.898 l 5 + Spiro + -232.91 670.898 { + 625.488 670.898 v + 0 0 z + EndSpiro +-231.445 481.934 m 5 + 632.812 481.934 l 5 + Spiro + -231.445 481.934 { + 632.812 481.934 v + 0 0 z + EndSpiro +-1000 1056.64 m 0 + 2000 1056.64 l 0 +-1000 737.793 m 0 + 2000 737.793 l 0 + Named: "quoteleft" +-1000 693.75 m 0 + 2000 693.75 l 0 + Named: "revprime" +321.289 1239.26 m 0 + 321.289 -760.742 l 0 +127.93 1239.26 m 0 + 127.93 -760.742 l 0 +EndSplineSet +TeXData: 1 0 0 250299 125149 83433 441600 -782188 83433 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 +BeginChars: 65536 590 + +StartChar: a +Encoding: 97 97 0 +Width: 563 +VWidth: 1023 +Flags: HMW +HStem: 0 90 200 65 400 90 +LayerCount: 3 +Back +SplineSet +247.761 491.465 m 4 + 283.611 491.465 413.789 486.83 431.639 369.76 c 4 + 433.781 355.709 434.104 341.463 434.104 327.237 c 4 + 434.104 324.928 434.095 322.619 434.084 320.312 c 6 + 432.619 0 l 5 + 377.443 0 l 5x7c + 358.725 43.9316 l 5 + 326.611 14.6221 278.661 -9.75 222.992 -9.75 c 4 + 130.12 -9.75 59.9785 56.043 59.9785 127.73 c 4 + 59.9785 173.166 88.3984 237.223 188.459 260.229 c 4 + 220.403 267.573 262.57 272.259 353.518 273.73 c 5 + 353.518 299.316 l 6 + 353.518 304.131 353.568 308.966 353.568 313.802 c 4 + 353.568 340.277 355.396 425.425 234.946 425.425 c 4xbc + 188.943 425.425 132.189 410.787 105.959 403.32 c 5 + 90.8223 461.914 l 5 + 149.717 484.057 204.564 491.382 247.761 491.465 c 4 +353.518 213.613 m 5 + 257.662 212.174 194.621 214.439 158.693 176.758 c 4 + 147.237 164.742 139.864 148.457 139.864 131.942 c 4 + 139.864 91.2646 186.574 53.1816 244.812 53.1816 c 4 + 255.556 53.1816 308.687 53.9922 353.518 102.412 c 5 + 353.518 213.613 l 5 +EndSplineSet +Fore +SplineSet +274.769 492 m 0 + 455.769 492 496.769 409 496.769 316 c 2 + 496.769 0 l 1 + 406.769 0 l 1 + 393.769 32 l 1 + 355.769 8 303.769 -10 245.769 -10 c 0 + 120.769 -10 42.7686 59 42.7686 133 c 0 + 42.7686 274 179.769 283 376.769 283 c 1 + 376.769 290 l 2 + 376.769 330 367.769 385 258.769 385 c 0 + 229.769 385 183.769 381 113.769 364 c 1 + 94.7686 358 l 1 + 69.7686 455 l 1 + 86.7686 460 l 2 + 148.769 481 215.769 492 274.769 492 c 0 +376.769 125 m 1 + 376.769 195 l 1 + 364.769 195 l 2 + 237.769 195 169.769 193 169.769 142 c 0 + 169.769 110 210.769 93 270.769 93 c 0 + 281.769 93 331.769 94 376.769 125 c 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 1 +Width: 592 +VWidth: 1023 +Flags: W +HStem: -10 106<227.604 400.609> 0 21G<425.316 522.407> 389 103<226.676 401.158> 673 20G<402.407 522.407> +VStem: 44.9072 119<161.081 327.685> 402.407 120<105.799 380.751 476 693> +LayerCount: 3 +Fore +SplineSet +44.9072 233 m 4xbc + 44.9072 402 154.907 492 299.807 492 c 4 + 338.507 492 372.707 486 402.407 476 c 5 + 402.407 693 l 5 + 522.407 693 l 5 + 522.407 0 l 5 + 434.407 0 l 5x7c + 424.407 22 l 5 + 377.207 -1 327.707 -10 285.407 -10 c 4 + 175.606 -10 44.9072 50 44.9072 233 c 4xbc +313.307 96 m 4xbc + 347.507 96 379.007 104 402.407 113 c 5 + 402.407 375 l 5 + 379.007 382 346.606 389 312.407 389 c 4 + 253.907 389 163.907 367 163.907 245 c 4 + 163.907 122 253.007 96 313.307 96 c 4xbc +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 2 +Width: 562 +VWidth: 1023 +Flags: HMW +HStem: 0 90 200 65 400 90 +LayerCount: 3 +Back +SplineSet +295.639 491.729 m 4 + 335.815 491.729 444.803 481.807 468.949 342.727 c 4 + 474.198 312.496 474.609 281.659 474.609 250.977 c 6 + 474.609 203.613 l 5 + 143.066 203.613 l 5 + 148.102 134.537 205.297 54.1953 324.332 54.1953 c 4 + 365.6 54.1953 406.471 63.457 434.082 71.7773 c 5 + 448.242 17.0898 l 5 + 406.529 2.73438 352.84 -9.75195 293.75 -9.76562 c 4 + 109.512 -9.76562 63.4521 116.621 63.4521 225.768 c 4 + 63.4521 412.687 182.298 491.729 295.639 491.729 c 4 +278.48 422.233 m 4 + 188.4 422.233 146.184 341.938 145.02 264.16 c 5 + 396.973 264.16 l 5 + 397.061 267.328 397.105 270.5 397.105 273.672 c 4 + 397.105 402.854 325.931 422.233 278.48 422.233 c 4 +EndSplineSet +Fore +SplineSet +483.007 115 m 1 + 483.007 12 l 1 + 467.007 8 l 2 + 415.007 -5 372.907 -9 308.106 -9 c 0 + 99.9072 -9 44.9072 115 44.9072 227 c 0 + 44.9072 412 155.6 492 300.907 492 c 0 + 458.007 492 519.007 348 519.007 246 c 2 + 519.007 184 l 1 + 173.907 184 l 1 + 184.807 141 225.307 98 339.606 98 c 0 + 402.007 98 483.007 115 483.007 115 c 1 +291.907 388 m 0 + 209.6 388 174.907 328 174.907 268 c 1 + 399.007 268 l 1 + 399.007 351 349.507 388 291.907 388 c 0 +EndSplineSet +Layer: 2 +SplineSet +333.691 491.699 m 4 + 502.344 491.699 562.012 347.168 562.012 245.605 c 6 + 562.012 183.594 l 5 + 191.895 183.594 l 5 + 204.102 140.625 264.16 94.2383 375.977 94.2383 c 4 + 420.41 94.2383 461.426 103.027 488.281 110.84 c 6 + 508.301 116.699 l 5 + 532.227 23.9258 l 5 + 514.648 18.0664 l 6 + 471.68 3.41797 412.598 -9.76562 340.82 -9.76562 c 4 + 118.164 -9.76562 63.4766 114.746 63.4766 226.562 c 4 + 63.4766 411.621 191.602 491.699 333.691 491.699 c 4 +322.754 382.324 m 4 + 243.652 382.324 200.684 335.938 192.871 284.18 c 5 + 442.383 284.18 l 5 + 437.012 358.398 386.719 382.324 322.754 382.324 c 4 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 3 +Width: 584 +VWidth: 1023 +Flags: W +HStem: 0 21G<66.291 186.291 397.791 516.791> 380 111<214.967 366.456> 673 20G<66.291 186.291> +VStem: 66.291 120<0 361.306 458 693> 397.791 119<0 348.095> +LayerCount: 3 +Back +SplineSet +301.82 420.039 m 4 + 276.027 420.039 231.5 412.926 172.852 382.266 c 5 + 172.852 0 l 5 + 92.7734 0 l 5 + 92.7734 737.793 l 5 + 172.852 737.793 l 5 + 172.852 445.816 l 5 + 205.15 462.916 268.846 491.406 332.842 491.406 c 4 + 388.896 491.406 483.584 467.354 492.7 331.335 c 4 + 493.633 317.381 493.872 303.4 493.872 289.412 c 4 + 493.872 278.717 493.73 268.018 493.652 257.324 c 6 + 491.699 0 l 5 + 411.621 0 l 5 + 411.133 290.527 l 6 + 411.078 322.608 411.813 391.296 341.021 414.221 c 4 + 328.378 418.314 315.131 420.039 301.82 420.039 c 4 +EndSplineSet +Fore +SplineSet +300.591 380 m 0 + 278.99 380 239.391 375 186.291 353 c 1 + 186.291 0 l 1 + 66.291 0 l 1 + 66.291 693 l 5 + 186.291 693 l 5 + 186.291 458 l 1 + 224.091 474 277.19 491 332.99 491 c 0 + 509.791 491 516.791 348 516.791 274 c 2 + 516.791 0 l 1 + 397.791 0 l 1 + 397.791 282 l 2 + 397.791 308 394.19 380 300.591 380 c 0 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 4 +Width: 253 +VWidth: 1023 +Flags: W +HStem: 0 21G<64.7373 184.737> 462 20G<64.7373 184.737> 562 132<57.7373 191.737> +VStem: 57.7373 134<562 694> 64.7373 120<0 482> +LayerCount: 3 +Fore +SplineSet +57.7373 694 m 1xf0 + 191.737 694 l 1 + 191.737 562 l 1 + 57.7373 562 l 1 + 57.7373 694 l 1xf0 +64.7373 482 m 5xe8 + 184.737 482 l 5 + 184.737 0 l 5 + 64.7373 0 l 5 + 64.7373 482 l 5xe8 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 5 +Width: 579 +VWidth: 1023 +Flags: W +HStem: 0 21G<63 183 390.9 511.9> 380 112<215.58 363.707> 462 20G<63 156.697> +VStem: 63 120<0 361.288> 390.9 121<0 354.174> +LayerCount: 3 +Back +SplineSet +87.8906 482.422 m 1 + 144.043 482.422 l 1 + 161.621 441.406 l 1 + 236.816 482.422 294.922 492.188 331.543 492.188 c 0 + 469.238 492.188 486.816 384.766 486.816 287.598 c 2 + 486.816 0 l 25 + 406.25 0 l 1 + 406.25 290.527 l 2 + 406.25 320.801 407.715 419.922 296.875 419.922 c 0 + 251.465 419.922 203.613 400.879 167.969 382.324 c 1 + 167.969 0 l 1 + 87.8906 0 l 1 + 87.8906 482.422 l 1 +EndSplineSet +Fore +SplineSet +63 482 m 1xb8 + 147 482 l 1xb8 + 163 449 l 1 + 237 483 294.6 492 333.3 492 c 0 + 488.9 492 511.9 383 511.9 285 c 2 + 511.9 0 l 1 + 390.9 0 l 1 + 390.9 283 l 2 + 390.9 317 387.3 380 297.3 380 c 0xd8 + 254.1 380 209.1 364 183 353 c 1 + 183 0 l 1 + 63 0 l 1 + 63 482 l 1xb8 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 6 +Width: 594 +VWidth: 1023 +Flags: HMW +HStem: -10 90<225.784 374.967> 400 90<217.913 369.22> +VStem: 40 119<168.275 325.09> 436.199 118<159.172 317.512> +LayerCount: 3 +Fore +SplineSet +300.3 492 m 4 + 442.199 492 554.199 406 554.199 250 c 4 + 554.199 89 445.199 -10 292.199 -10 c 4 + 147 -10 40 82 40 236 c 4 + 40 393 146 492 300.3 492 c 4 +293.1 383 m 4 + 228.3 383 159 340 159 249 c 4 + 159 166 215.699 99 301.199 99 c 4 + 375.899 99 436.199 152 436.199 236 c 4 + 436.199 335 360.6 383 293.1 383 c 4 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 7 +Width: 524 +VWidth: 1023 +Flags: HMW +HStem: -10 90<131.439 340.099> 400 90<314.613 433.891> +VStem: 62.9072 127<318.934 371.287> 354.807 129<108.717 162.947> +LayerCount: 3 +Fore +SplineSet +354.807 144 m 1 + 350.307 205 62.9072 183 62.9072 341 c 0 + 62.9072 400 116.907 492 311.407 492 c 0 + 380.407 492 410.407 481 444.407 471 c 2 + 464.407 465 l 1 + 431.407 367 l 1 + 412.407 372 l 2 + 380.407 381 348.307 389 297.007 389 c 0 + 200.707 389 189.907 352 189.907 340 c 0 + 189.907 285 485.407 292 483.807 143 c 0 + 483.807 80 438.807 -10 242.307 -10 c 0 + 199.106 -10 136.907 -2 63.9072 28 c 2 + 44.9072 36 l 1 + 81.9072 133 l 1 + 99.9072 126 l 1 + 163.907 102 203.606 93 245.907 93 c 0 + 321.507 93 354.807 110 354.807 144 c 1 +EndSplineSet +EndChar + +StartChar: bar +Encoding: 124 124 8 +Width: 365 +VWidth: 1023 +Flags: W +VStem: 123.553 120<-170 802> +LayerCount: 3 +Fore +SplineSet +123.553 802 m 1 + 243.553 802 l 1 + 243.553 -170 l 1 + 123.553 -170 l 1 + 123.553 802 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 9 +Width: 592 +VWidth: 1023 +Flags: W +HStem: -10 103<186.823 361.644> 0 21G<66.291 161.291> 386 106<187.811 358.41> 674 20G<66.291 186.291> +VStem: 66.291 120<101.249 377.171 471 694> 423.891 118<152.01 320.827> +LayerCount: 3 +Fore +SplineSet +66.291 694 m 5x7c + 186.291 694 l 5 + 186.291 471 l 5 + 219.591 484 258.291 492 301.49 492 c 4 + 406.791 492 541.891 436 541.891 247 c 4 + 541.891 86 436.891 -10 287.091 -10 c 4xbc + 238.49 -10 194.391 2 161.291 16 c 5 + 155.291 0 l 5 + 66.291 0 l 5 + 66.291 694 l 5x7c +272.69 386 m 4 + 246.591 386 217.791 382 186.291 370 c 5 + 186.291 107 l 5 + 208.791 100 240.291 93 274.49 93 c 4 + 334.791 93 423.891 118 423.891 234 c 4 + 423.891 362 332.99 386 272.69 386 c 4 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 10 +Width: 322 +VWidth: 1023 +Flags: W +HStem: -9.90039 104.22<141.5 304.592> 673.75 20G<69.3868 189.4> +VStem: 69 120.145<102.826 693.75> +LayerCount: 3 +Back +SplineSet +69.8545 738 m 5 + 189.854 738 l 5 + 189.854 0 l 5 + 69.8545 0 l 5 + 69.8545 738 l 5 +EndSplineSet +Fore +SplineSet +252.645 94.3193 m 4 + 271.645 94.3193 287.895 98.4863 310 105.1 c 5 + 310 14.0996 l 5 + 292.645 8.09961 277.4 -9.90039 173 -9.90039 c 4 + 110 -9.90039 68.9541 37.0928 69 105.1 c 6 + 69.4004 693.75 l 5 + 189.4 693.75 l 5 + 189.145 163.32 l 5 + 189.145 126.1 191.046 94.3193 252.645 94.3193 c 4 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 11 +Width: 877 +VWidth: 1023 +Flags: W +HStem: 0 21G<198.953 322.962 548.564 673.536> 462 20G<20.6709 156.113 381.252 502.59 732.865 869.071> +LayerCount: 3 +Back +SplineSet +708.008 482.422 m 1 + 793.457 482.422 l 1 + 924.316 77.6367 l 1 + 1048.34 482.422 l 1 + 1126.95 482.422 l 1 + 1255.86 78.125 l 1 + 1386.72 482.422 l 1 + 1472.17 482.422 l 1 + 1295.9 0 l 1 + 1215.33 0 l 1 + 1086.91 391.113 l 1 + 959.961 0 l 1 + 879.395 0 l 1 + 708.008 482.422 l 1 +EndSplineSet +Fore +SplineSet +20.6709 482 m 1 + 149.671 482 l 1 + 264.671 125 l 1 + 388.171 482 l 1 + 496.171 482 l 1 + 611.071 124 l 1 + 740.071 482 l 1 + 869.071 482 l 1 + 665.071 0 l 1 + 555.071 0 l 1 + 442.171 347 l 1 + 315.671 0 l 1 + 206.671 0 l 1 + 20.6709 482 l 1 +EndSplineSet +EndChar + +StartChar: exclam +Encoding: 33 33 12 +Width: 266 +VWidth: 1023 +Flags: W +HStem: 0 118<68 194> +VStem: 68 126<0 118 204 714> +LayerCount: 3 +Fore +SplineSet +68 118 m 5 + 194 118 l 1 + 194 0 l 1 + 68 0 l 5 + 68 118 l 5 +68 714 m 5 + 194 714 l 1 + 194 204 l 1 + 68 204 l 5 + 68 714 l 5 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 13 +Width: 273 +VWidth: 1023 +Flags: W +LayerCount: 3 +EndChar + +StartChar: u +Encoding: 117 117 14 +Width: 586 +VWidth: 1023 +Flags: W +HStem: -10 112<211.106 361.091> 0 21G<419.735 517.826> 462 20G<62.7266 182.727 397.826 517.826> +VStem: 62.7266 120<127.826 482> 397.826 120<120.712 482> +LayerCount: 3 +Fore +SplineSet +397.826 482 m 1xb8 + 517.826 482 l 1 + 517.826 0 l 1 + 428.826 0 l 1x78 + 413.826 33 l 1 + 341.127 -1 281.727 -10 242.127 -10 c 0 + 84.7266 -10 62.7266 99 62.7266 197 c 2 + 62.7266 482 l 1 + 182.727 482 l 1 + 182.727 198 l 2 + 182.727 166 186.326 102 279.927 102 c 0 + 324.026 102 370.826 118 397.826 129 c 1 + 397.826 482 l 1xb8 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 15 +Width: 591 +VWidth: 1023 +Flags: W +HStem: -10 103<188.934 361.733> 385 107<189.98 360.562> 462 20G<62.7266 161.292> +VStem: 62.7266 125<-259 7 102.057 375.31> 422.627 118<154.882 323.631> +LayerCount: 3 +Fore +SplineSet +302.927 492 m 0xd8 + 407.326 492 540.627 434 540.627 246 c 0 + 540.627 85 435.627 -10 288.526 -10 c 0 + 249.826 -10 216.526 -3 187.727 7 c 1 + 187.727 -259 l 1 + 62.7266 -259 l 1 + 62.7266 482 l 1 + 151.727 482 l 1xb8 + 162.727 459 l 1 + 212.927 482 261.526 492 302.927 492 c 0xd8 +275.026 385 m 0xd8 + 248.927 385 219.227 380 187.727 368 c 1 + 187.727 108 l 1 + 210.227 101 241.727 93 275.927 93 c 0 + 335.326 93 422.627 119 422.627 234 c 0 + 422.627 362 334.427 385 275.026 385 c 0xd8 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 16 +Width: 584 +VWidth: 1023 +Flags: W +HStem: -10 107<225.617 394.191> 387 105<219.517 395.226> 462 20G<423.622 518.193> +VStem: 44.1934 119<159.617 327.332> 397.193 121<-259 13 106.69 375.187> +LayerCount: 3 +Fore +SplineSet +293.693 492 m 0xd8 + 313.493 492 353.093 491 423.193 461 c 1 + 432.193 482 l 1 + 518.193 482 l 5xb8 + 518.193 -259 l 5 + 397.193 -259 l 1 + 397.193 13 l 1 + 364.793 0 325.193 -10 281.993 -10 c 0 + 173.993 -10 44.1934 50 44.1934 238 c 0 + 44.1934 409 169.493 492 293.693 492 c 0xd8 +299.093 387 m 0xd8 + 217.193 387 163.193 335 163.193 246 c 0 + 163.193 123 251.394 97 310.793 97 c 0 + 336.894 97 365.693 102 397.193 114 c 1 + 397.193 369 l 1 + 351.293 384 319.793 387 299.093 387 c 0xd8 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 17 +Width: 877 +VWidth: 1023 +Flags: W +HStem: 0 21G<62.7266 182.727 375.326 495.326 688.826 808.826> 378 114<210.385 350.81 508.948 664.799> 462 20G<62.7266 160.759> +VStem: 62.7266 120<0 360.252> 375.326 120<0 350.967> 688.826 120<0 351.278> +LayerCount: 3 +Fore +SplineSet +285.326 378 m 0xdc + 263.727 378 238.526 374 182.727 352 c 1 + 182.727 0 l 1 + 62.7266 0 l 1 + 62.7266 482 l 1 + 151.727 482 l 1xbc + 165.727 451 l 1 + 201.627 469 259.227 492 320.427 492 c 0 + 388.326 492 426.326 464 446.326 443 c 1 + 490.326 466 553.826 491 625.826 491 c 0 + 773.826 491 808.826 398 808.826 286 c 2 + 808.826 0 l 1 + 688.826 0 l 1 + 688.826 285 l 2 + 688.826 344 663.627 378 597.026 378 c 0 + 562.826 378 525.026 366 491.326 352 c 1 + 495.326 330 495.326 306 495.326 283 c 0 + 495.326 189 495.326 94 495.326 0 c 1 + 375.326 0 l 1 + 375.326 287 l 2 + 375.326 365 324.927 378 285.326 378 c 0xdc +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 18 +Width: 518 +VWidth: 1023 +Flags: MW +HStem: -10 90<232.52 435.388> 400 90<221.782 439.724> +VStem: 44.9072 118<159.813 323.276> +LayerCount: 3 +Fore +SplineSet +44.9072 231 m 0 + 44.9072 427 181.807 491 313.207 491 c 0 + 367.207 491 415.207 481 460.207 461 c 2 + 478.207 454 l 1 + 446.207 358 l 1 + 427.207 365 l 2 + 395.207 376 361.207 382 324.007 382 c 0 + 243.007 382 162.907 355 162.907 246 c 0 + 162.907 138 231.307 96 333.907 96 c 0 + 365.207 96 394.207 101 421.207 111 c 1 + 440.207 118 l 1 + 473.207 25 l 1 + 455.207 19 l 2 + 401.207 -2 348.307 -10 303.307 -10 c 0 + 180.007 -10 44.9072 43 44.9072 231 c 0 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 19 +Width: 432 +VWidth: 1023 +Flags: W +HStem: -10 103<238.605 394.75> 379 103<24.2363 99.2363 219.236 388.336> +VStem: 99.2363 120<112.105 379 482 621> +LayerCount: 3 +Back +SplineSet +409.18 8.78906 m 6 + 352.539 -5.85938 316.895 -9.76562 289.062 -9.76562 c 4 + 129.883 -9.76562 99.1211 69.3359 99.1211 154.785 c 6 + 99.1211 379.395 l 5 + 34.1797 379.395 l 5 + 34.1797 482.422 l 5 + 99.1211 482.422 l 5 + 99.1211 620.605 l 5 + 242.188 620.605 l 5 + 242.188 482.422 l 5 + 406.25 482.422 l 5 + 406.25 379.395 l 5 + 242.188 379.395 l 5 + 242.188 163.086 l 6 + 242.188 133.789 246.582 92.7734 318.359 92.7734 c 4 + 331.055 92.7734 337.402 93.75 389.648 102.539 c 6 + 408.691 105.957 l 5 + 427.734 13.6719 l 5 + 409.18 8.78906 l 6 +EndSplineSet +Fore +SplineSet +391.336 9 m 6 + 334.336 -6 299.336 -10 273.236 -10 c 4 + 120.236 -10 99.2363 70 99.2363 155 c 6 + 99.2363 379 l 5 + 24.2363 379 l 5 + 24.2363 482 l 5 + 99.2363 482 l 5 + 99.2363 621 l 5 + 219.236 621 l 5 + 219.236 482 l 5 + 388.336 482 l 5 + 388.336 379 l 5 + 219.236 379 l 5 + 219.236 163 l 6 + 219.236 134 234.536 93 300.336 93 c 4 + 313.336 93 320.336 94 372.336 103 c 5 + 391.336 106 l 5 + 410.336 14 l 5 + 391.336 9 l 6 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 20 +Width: 429 +VWidth: 1023 +Flags: W +HStem: 0 21G<62.7266 182.727> 383 109<187.704 392.666> 462 20G<62.7266 153.927> +VStem: 62.7266 120<0 368.266> +LayerCount: 3 +Fore +SplineSet +156.727 457 m 5xb0 + 198.927 478 250.227 492 306.326 492 c 4 + 340.326 492 374.326 486 406.326 471 c 6 + 423.326 463 l 5 + 385.326 363 l 5 + 366.326 370 l 6 + 343.326 379 320.326 383 293.427 383 c 4xd0 + 255.627 383 216.927 375 182.727 360 c 5 + 182.727 0 l 5 + 62.7266 0 l 5 + 62.7266 482 l 5 + 142.727 482 l 5 + 156.727 457 l 5xb0 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 21 +Width: 526 +VWidth: 1023 +Flags: W +HStem: 0 21G<206.843 339.428> 462 20G<22.8096 167.3 383.02 515.409> +LayerCount: 3 +Back +SplineSet +448.242 482.422 m 5 + 278.809 0 l 5 + 200.684 0 l 5 + 31.7383 482.422 l 5 + 114.746 482.422 l 5 + 239.746 79.5898 l 5 + 365.234 482.422 l 5 + 448.242 482.422 l 5 +EndSplineSet +Fore +SplineSet +515.409 482 m 1 + 331.81 0 l 1 + 214.81 0 l 1 + 22.8096 482 l 1 + 160.81 482 l 1 + 276.01 127 l 1 + 389.409 482 l 1 + 515.409 482 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 22 +Width: 558 +VWidth: 1023 +Flags: W +HStem: 0 21G<62.7266 182.727 377.427 543.127> 472 20G<370.144 535.127> 674 20G<62.7266 182.727> +VStem: 62.7266 120<0 240 289 694> +LayerCount: 3 +Fore +SplineSet +182.727 289 m 1 + 390.627 492 l 1 + 535.127 492 l 1 + 297.026 271 l 1 + 543.127 0 l 1 + 395.127 0 l 1 + 182.727 240 l 1 + 182.727 0 l 1 + 62.7266 0 l 1 + 62.7266 694 l 5 + 182.727 694 l 5 + 182.727 289 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 23 +Width: 270 +VWidth: 1023 +Flags: W +HStem: 462 20G<92.416 212.416> 562 132<84.416 219.416> +VStem: 84.416 135<562 694> 92.416 120<-124.777 482> +LayerCount: 3 +Fore +SplineSet +84.416 694 m 1xe0 + 219.416 694 l 1 + 219.416 562 l 1 + 84.416 562 l 1 + 84.416 694 l 1xe0 +92.416 482 m 1xd0 + 212.416 482 l 1 + 212.416 -47 l 2 + 212.416 -109 207.416 -210 70.416 -260 c 1 + 53.416 -266 l 1 + 6.41602 -171 l 1 + 24.416 -162 l 2 + 89.416 -131 92.416 -81 92.416 -55 c 2 + 92.416 482 l 1xd0 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 24 +Width: 558 +VWidth: 1023 +Flags: W +HStem: 0 21G<28.8096 177.231 392.537 549.609> 462 20G<22.8096 179.741 407.891 558.209> +LayerCount: 3 +Fore +SplineSet +22.8096 482 m 1 + 164.81 482 l 1 + 296.209 306 l 1 + 422.209 482 l 1 + 558.209 482 l 1 + 364.409 237 l 1 + 549.609 0 l 1 + 407.609 0 l 1 + 282.51 166 l 1 + 162.81 0 l 1 + 28.8096 0 l 1 + 214.109 237 l 1 + 22.8096 482 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 25 +Width: 546 +VWidth: 1023 +Flags: W +HStem: 0 103<218.835 490.035> 379 103<52.0352 308.835> +LayerCount: 3 +Fore +SplineSet +52.0352 482 m 1 + 478.035 482 l 1 + 478.035 420 l 1 + 218.835 103 l 1 + 490.035 103 l 1 + 490.035 0 l 1 + 52.0352 0 l 1 + 52.0352 62 l 1 + 308.835 379 l 1 + 52.0352 379 l 1 + 52.0352 482 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 26 +Width: 559 +VWidth: 1023 +Flags: W +HStem: 462 20G<17.1074 162.843 420.801 554.807> +LayerCount: 3 +Back +SplineSet +24.4141 482.422 m 5 + 107.422 482.422 l 5 + 261.719 73.2422 l 5 + 405.273 482.422 l 5 + 488.281 482.422 l 5 + 209.961 -259.277 l 5 + 124.512 -259.277 l 5 + 223.633 -18.5547 l 5 + 24.4141 482.422 l 5 +EndSplineSet +Fore +SplineSet +17.1074 482 m 1 + 155.107 482 l 1 + 298.207 112 l 1 + 427.807 482 l 1 + 554.807 482 l 1 + 259.507 -259 l 1 + 125.107 -259 l 1 + 235.207 -4 l 1 + 17.1074 482 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 27 +Width: 459 +VWidth: 1023 +Flags: W +HStem: 0 21G<127.044 247.044> 379 103<47.0439 127.044 247.044 428.044> 591 107<272.764 449.778> +VStem: 127.044 120<0 379 482 567.089> +LayerCount: 3 +Back +SplineSet +323.318 630.762 m 4 + 210.623 630.762 216.771 541.855 216.797 528.32 c 6 + 216.882 482.422 l 5 + 378.418 482.422 l 5 + 378.418 419.434 l 5 + 216.998 419.434 l 5 + 217.773 0 l 5 + 136.719 0 l 5 + 135.947 419.434 l 5 + 65.918 419.434 l 5 + 65.918 482.422 l 5 + 135.832 482.422 l 5 + 135.742 531.25 l 6 + 135.74 532.319 135.738 533.389 135.738 534.458 c 4 + 135.738 562.729 136.691 596.313 154.57 627.739 c 4 + 180.199 672.788 231.644 697.729 296.711 697.729 c 4 + 339.584 697.729 383.08 687.705 412.598 678.711 c 5 + 400.391 619.141 l 5 + 385.474 623.262 354.147 630.762 323.318 630.762 c 4 +EndSplineSet +Fore +SplineSet +127.044 511 m 6 + 127.044 584 129.044 698 323.544 698 c 4 + 349.044 698 390.044 696 449.044 678 c 6 + 466.044 672 l 5 + 446.044 575 l 5 + 426.044 580 l 6 + 412.044 583 382.044 591 353.044 591 c 4 + 277.645 591 247.044 561 247.044 515 c 6 + 247.044 482 l 5 + 428.044 482 l 5 + 428.044 379 l 5 + 247.044 379 l 5 + 247.044 0 l 5 + 127.044 0 l 5 + 127.044 379 l 5 + 47.0439 379 l 5 + 47.0439 482 l 5 + 127.044 482 l 5 + 127.044 511 l 6 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 28 +Width: 755 +VWidth: 1023 +Flags: W +HStem: -10 114<324.64 534.136> 278 108<369.3 564.6> 586 113<317.604 537.267> +VStem: 50 124<247.869 448.158> 564.6 121<130.36 278> +LayerCount: 3 +Fore +SplineSet +685.6 101 m 1 + 659.6 73 580.6 -10 413.399 -10 c 0 + 164 -10 50 175 50 346 c 0 + 50 528 178.5 699 411.6 699 c 0 + 504.3 699 584.6 671 643.6 638 c 1 + 660.6 628 l 1 + 609.6 531 l 1 + 591.6 541 l 1 + 553.8 561 486.3 586 416.1 586 c 0 + 292.8 586 174 499 174 351 c 0 + 174 207 282.899 104 432.3 104 c 0 + 490.8 104 534 121 564.6 145 c 1 + 564.6 278 l 1 + 369.3 278 l 1 + 369.3 386 l 1 + 685.6 386 l 1 + 685.6 101 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 29 +Width: 739 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203 536.899 659.899> 301 114<203 536.899> 674 20G<80 203 536.899 659.899> +VStem: 80 123<0 301 415 694> 536.899 123<0 301 415 694> +LayerCount: 3 +Fore +SplineSet +536.899 694 m 1 + 659.899 694 l 1 + 659.899 0 l 1 + 536.899 0 l 1 + 536.899 301 l 1 + 203 301 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 + 203 694 l 1 + 203 415 l 1 + 536.899 415 l 1 + 536.899 694 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 30 +Width: 589 +VWidth: 1023 +Flags: W +HStem: -264 107<130.489 340.633> -10 106<231.992 400.981> 387 105<227.837 400.947> 462 20G<425.626 522.293> +VStem: 44.1934 125<161.09 328.324> 402.293 120<-92.3037 12 106.606 375.187> +LayerCount: 3 +Back +SplineSet +286.684 492.041 m 4xec + 313.293 492.041 352.924 487.618 419.733 453.651 c 5 + 430.176 482.422 l 5 + 486.328 482.422 l 5xdc + 486.328 -23.4375 l 6 + 486.328 -62.5078 491.895 -210.006 326.172 -254.395 c 4 + 300.925 -261.156 274.907 -264.252 248.799 -264.252 c 4 + 196.57 -264.252 144.227 -251.671 99.6094 -232.91 c 5 + 122.07 -174.805 l 5 + 163.115 -190.082 203.31 -197.343 238.229 -197.434 c 6 + 238.88 -197.434 l 6 + 286.901 -197.434 390.503 -182.414 404.046 -57.8594 c 4 + 406.107 -38.9043 406.254 -19.8086 406.254 -0.730469 c 6 + 406.25 23.25 l 5 + 372.193 5.11621 327.293 -9.56543 278.64 -9.56543 c 4 + 178.387 -9.56543 62.6016 55.1787 62.6016 239.893 c 4 + 62.6016 435.66 205.028 492.041 286.684 492.041 c 4xec +291.559 427.169 m 4xec + 200.986 427.169 140.604 356.376 140.604 248.859 c 4 + 140.604 143.656 193.689 56.3145 301.394 56.3145 c 4 + 343.336 56.3145 380.688 70.2812 406.25 83.9062 c 5 + 406.25 400.048 l 5 + 341.643 426.57 302.857 427.169 291.559 427.169 c 4xec +EndSplineSet +Fore +SplineSet +299.693 492 m 0xec + 319.493 492 359.093 491 425.293 461 c 1 + 432.293 482 l 1 + 522.293 482 l 1xdc + 522.293 -10 l 2 + 522.293 -124 472.293 -264 260.993 -264 c 0 + 215.993 -264 156.193 -255 94.1934 -231 c 1 + 76.1934 -224 l 1 + 112.193 -129 l 1 + 132.193 -136 l 1 + 162.193 -146 204.293 -157 249.293 -157 c 0 + 382.493 -157 402.293 -69 402.293 8 c 2 + 402.293 12 l 1 + 369.894 -1 332.993 -10 291.593 -10 c 0 + 179.093 -10 44.1934 56 44.1934 240 c 0 + 44.1934 431 203.394 492 299.693 492 c 0xec +304.193 387 m 0xec + 223.193 387 169.193 333 169.193 248 c 0 + 169.193 164 216.894 96 314.993 96 c 0 + 349.193 96 378.894 105 402.293 114 c 1 + 402.293 369 l 1 + 357.293 384 323.993 387 304.193 387 c 0xec +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 31 +Width: 784 +VWidth: 1023 +Flags: W +HStem: -7 112<301.375 487.946> 588 113<295.621 481.674> +VStem: 50 126<241.41 466.352> 608 126<231.566 456.638> +LayerCount: 3 +Fore +SplineSet +392.899 701 m 0 + 583.699 701 734 568 734 354 c 0 + 734 139 587.3 -7 389.3 -7 c 0 + 220.1 -7 50 109 50 345 c 0 + 50 562 199.399 701 392.899 701 c 0 +388.399 588 m 0 + 285.8 588 176 518 176 355 c 0 + 176 201 273.199 105 395.6 105 c 0 + 496.399 105 608 176 608 346 c 0 + 608 518 490.1 588 388.399 588 c 0 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 32 +Width: 681 +VWidth: 1023 +Flags: W +HStem: 0 21G<20 147.615 526.486 661.2> 182 112<248 425.3> 674 20G<272.022 408.499> +LayerCount: 3 +Fore +SplineSet +279.5 694 m 1 + 401 694 l 1 + 661.2 0 l 1 + 534.2 0 l 1 + 464 182 l 1 + 209.3 182 l 1 + 140 0 l 1 + 20 0 l 1 + 279.5 694 l 1 +425.3 294 m 1 + 337.1 552 l 1 + 248 294 l 1 + 425.3 294 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 33 +Width: 570 +VWidth: 1023 +Flags: W +HStem: 0 113<203 530.899> 674 20G<80 203> +VStem: 80 123<113 694> +LayerCount: 3 +Fore +SplineSet +80 694 m 1 + 203 694 l 1 + 203 113 l 1 + 530.899 113 l 1 + 530.899 0 l 1 + 80 0 l 1 + 80 694 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 34 +Width: 581 +VWidth: 1023 +Flags: W +HStem: 0 113<203 541.699> 301 113<203 515.699> 581 113<203 541.699> +VStem: 80 123<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +80 0 m 1 + 80 694 l 1 + 541.699 694 l 1 + 541.699 581 l 1 + 203 581 l 1 + 203 414 l 1 + 515.699 414 l 1 + 515.699 301 l 1 + 203 301 l 1 + 203 113 l 1 + 541.699 113 l 1 + 541.699 0 l 1 + 80 0 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 35 +Width: 578 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203> 301 113<203 508.1> 581 113<203 538.1> +VStem: 80 123<0 301 414 581> +LayerCount: 3 +Fore +SplineSet +203 581 m 1 + 203 414 l 1 + 508.1 414 l 1 + 508.1 301 l 1 + 203 301 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 + 538.1 694 l 1 + 538.1 581 l 1 + 203 581 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 36 +Width: 766 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203 523.047 686> 674 20G<80 240.378 563 686> +VStem: 80 123<0 534> 563 123<161 694> +LayerCount: 3 +Fore +SplineSet +80 694 m 1 + 227.8 694 l 1 + 563 161 l 1 + 563 694 l 1 + 686 694 l 1 + 686 0 l 1 + 535.5 0 l 5 + 203 534 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 37 +Width: 658 +VWidth: 1023 +Flags: W +HStem: 0 21G<255.902 416.101> 674 20G<10 155.743 509.875 648.699> +LayerCount: 3 +Fore +SplineSet +10 694 m 1 + 148.899 694 l 1 + 341.199 132 l 1 + 516.1 694 l 1 + 648.699 694 l 1 + 409.199 0 l 1 + 263.199 0 l 1 + 10 694 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 38 +Width: 618 +VWidth: 1023 +Flags: W +HStem: 0 113<180.399 608.199> 581 113<24 416.199> +LayerCount: 3 +Fore +SplineSet +24 694 m 1 + 595.199 694 l 1 + 595.199 619 l 1 + 180.399 113 l 1 + 608.199 113 l 1 + 608.199 0 l 1 + 10 0 l 1 + 10 76 l 1 + 416.199 581 l 1 + 24 581 l 1 + 24 694 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 39 +Width: 619 +VWidth: 1023 +Flags: W +HStem: 0 21G<247.9 371.9> 581 113<10 247.9 371.9 609.801> +VStem: 247.9 124<0 581> +LayerCount: 3 +Fore +SplineSet +10 694 m 1 + 609.801 694 l 1 + 609.801 581 l 1 + 371.9 581 l 1 + 371.9 0 l 1 + 247.9 0 l 1 + 247.9 581 l 1 + 10 581 l 1 + 10 694 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 40 +Width: 283 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203> 674 20G<80 203> +VStem: 80 123<0 694> +LayerCount: 3 +Fore +SplineSet +80 694 m 1 + 203 694 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 41 +Width: 694 +VWidth: 1023 +Flags: W +HStem: 0 21G<10 174.304 514.895 684.199> 674 20G<40 198.965 501.475 657.199> +LayerCount: 3 +Fore +SplineSet +514.699 694 m 1 + 657.199 694 l 1 + 424.699 363 l 1 + 684.199 0 l 1 + 528.199 0 l 1 + 344.6 276 l 1 + 161 0 l 1 + 10 0 l 1 + 272.6 362 l 1 + 40 694 l 1 + 185.3 694 l 1 + 352.699 449 l 1 + 514.699 694 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 42 +Width: 652 +VWidth: 1023 +Flags: W +HStem: 0 21G<253.301 391.301> 674 20G<10 165.496 490.678 642.7> +VStem: 253.301 138<0 324> +LayerCount: 3 +Fore +SplineSet +10 694 m 1 + 152.5 694 l 1 + 327.301 425 l 1 + 503.801 694 l 1 + 642.7 694 l 1 + 391.301 324 l 1 + 391.301 0 l 1 + 253.301 0 l 1 + 253.301 324 l 1 + 10 694 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 43 +Width: 700 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203 484.014 660.8> 674 20G<80 203 469.513 643.8> +VStem: 80 123<0 336 376 694> +LayerCount: 3 +Fore +SplineSet +203 376 m 1 + 487.399 694 l 1 + 643.8 694 l 1 + 329 362 l 1 + 660.8 0 l 1 + 501.8 0 l 1 + 203 336 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 + 203 694 l 1 + 203 376 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 44 +Width: 858 +VWidth: 1023 +Flags: W +HStem: 0 21G<79.2002 202.2 655.62 778.62> 674 20G<79.2002 253.101 610.444 778.62> +VStem: 79.2002 123<0 519> 655.62 123<0 519> +LayerCount: 3 +Fore +SplineSet +79.2002 694 m 1 + 242.97 694 l 1 + 429.9 325 l 5 + 620.79 694 l 1 + 778.62 694 l 1 + 778.62 0 l 1 + 655.62 0 l 1 + 655.62 519 l 1 + 480.39 199 l 1 + 376.439 199 l 1 + 202.2 519 l 1 + 202.2 0 l 1 + 79.2002 0 l 1 + 79.2002 694 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 45 +Width: 553 +VWidth: 1023 +Flags: W +HStem: 268 107<46.7998 506.8> +LayerCount: 3 +Fore +SplineSet +46.7998 375 m 1 + 506.8 375 l 1 + 506.8 268 l 1 + 46.7998 268 l 1 + 46.7998 375 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 46 +Width: 492 +VWidth: 1023 +Flags: W +HStem: -8 113<52.0469 231.065> 9 108<53.6959 139.007> 674 20G<289.092 412.092> +VStem: 289.092 123<163.703 694> +LayerCount: 3 +Fore +SplineSet +289.092 694 m 1xb0 + 412.092 694 l 1 + 412.092 250 l 2 + 412.092 141 384.092 -8 153.992 -8 c 0xb0 + 119.992 -8 85.9922 -4 52.9922 4 c 2 + 34.9922 9 l 1 + 54.9922 117 l 1x70 + 75.9922 112 l 2 + 96.9922 107 118.992 105 139.992 105 c 0 + 282.792 105 289.092 207 289.092 250 c 2 + 289.092 694 l 1xb0 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 47 +Width: 647 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203 470.751 643.8> 269 113<203 308.3> 581 113<203 421.023> +VStem: 80 123<0 269 382 581> 460.399 128<420.441 544.004> +LayerCount: 3 +Fore +SplineSet +588.399 495 m 0 + 588.399 410 549.399 324 438.8 290 c 1 + 643.8 0 l 1 + 483.8 0 l 1 + 308.3 269 l 1 + 203 269 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 + 357.8 694 l 2 + 433.399 694 588.399 681 588.399 495 c 0 +203 581 m 1 + 203 382 l 1 + 304.699 382 l 2 + 383 382 460.399 394 460.399 484 c 0 + 460.399 549 415.399 581 325.399 581 c 2 + 203 581 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 48 +Width: 730 +VWidth: 0 +Flags: W +HStem: 0 113<203 428.959> 581 113<203 432.047> +VStem: 80 123<113 581> 557.6 123<238.84 455.43> +LayerCount: 3 +Back +SplineSet +141.602 693.848 m 5 + 335.449 693.848 l 6 + 388.852 693.848 706.079 709.16 706.079 367.926 c 4 + 706.079 -20.4775 382.459 0 291.992 0 c 6 + 141.602 0 l 5 + 141.602 693.848 l 5 +224.609 620.605 m 5 + 224.609 73.2422 l 5 + 325.684 73.2422 l 6 + 438.754 73.2422 622.764 91.7266 622.764 351.336 c 4 + 622.764 466.555 570.088 620.605 359.375 620.605 c 6 + 224.609 620.605 l 5 +EndSplineSet +Fore +SplineSet +316.399 581 m 2 + 203 581 l 1 + 203 113 l 1 + 283.1 113 l 2 + 359.6 113 470.3 116 527 221 c 0 + 539.6 244 557.6 286 557.6 351 c 0 + 557.6 499 459.5 564 376.7 577 c 0 + 357.8 580 337.1 581 316.399 581 c 2 +313.7 694 m 2 + 600.6 694 680.6 520 680.6 367 c 0 + 680.6 226 624.6 61 431.6 15 c 1 + 372.2 0 311.899 0 253.399 0 c 2 + 80 0 l 1 + 80 694 l 1 + 313.7 694 l 2 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 49 +Width: 640 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203> 268 112<203 414.091> 581 113<203 419.946> +VStem: 80 123<0 270 383 581> 464.899 126<425.702 542.68> +LayerCount: 3 +Fore +SplineSet +80 694 m 1 + 316.399 694 l 2 + 406.399 694 590.899 690 590.899 499 c 0 + 590.899 288 407.3 268 257 268 c 0 + 238.1 268 221 269 203 270 c 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 +203 581 m 1 + 203 383 l 1 + 223.699 382 243.5 380 264.199 380 c 0 + 369.5 380 464.899 389 464.899 485 c 0 + 464.899 570 383 581 293.899 581 c 2 + 203 581 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 50 +Width: 669 +VWidth: 1023 +Flags: W +HStem: 0 113<203 438.236> 320 78<203 375.177> 590 104<203 398.33> +VStem: 80 123<113 314 398 590> 433.399 136<443.934 558.378> 496.399 123<157.174 266.575> +LayerCount: 3 +Fore +SplineSet +304.699 590 m 2xf8 + 203 590 l 1 + 203 398 l 1 + 304.699 400 433.399 400 433.399 503 c 0 + 433.399 538 416.3 590 304.699 590 c 2xf8 +311.899 320 m 0 + 301.1 320 289.399 318 203 314 c 1 + 203 113 l 1 + 301.1 113 l 2 + 360.5 113 496.399 115 496.399 212 c 0xf4 + 496.399 279 424.399 320 311.899 320 c 0 +80 694 m 1 + 329.899 694 l 2 + 532.399 694 569.399 576 569.399 517 c 0xf8 + 569.399 471 541.399 422 506.399 392 c 1 + 579.399 362 619.399 294 619.399 218 c 0 + 619.399 152 574.399 0 312.8 0 c 2 + 80 0 l 1 + 80 694 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 51 +Width: 728 +VWidth: 1023 +Flags: W +HStem: -10 112<268.836 458.093> 674 20G<80 203 525.199 647.199> +VStem: 80 123<160.884 694> 525.199 123<163.255 694> +LayerCount: 3 +Back +SplineSet +141.602 693.848 m 5 + 224.609 693.848 l 5 + 224.609 244.141 l 6 + 224.609 198.398 227.598 155.326 261.23 117.188 c 4 + 276.926 99.3896 318.848 62.0117 405.273 62.0117 c 4 + 496.265 62.0117 561.855 103.221 580.083 176.818 c 4 + 585.513 198.742 585.938 221.554 585.938 244.141 c 6 + 585.938 693.848 l 5 + 668.945 693.848 l 5 + 668.945 302.734 l 6 + 668.945 280.773 669.727 258.656 669.727 236.623 c 4 + 669.727 156.677 661.968 -10.2539 405.273 -10.2539 c 4 + 203.904 -10.2539 161.146 97.8154 149.414 146.484 c 4 + 142.311 175.951 140.818 206.203 140.818 236.613 c 4 + 140.818 258.65 141.602 280.77 141.602 302.734 c 6 + 141.602 693.848 l 5 +EndSplineSet +Fore +SplineSet +364.1 -10 m 0 + 84 -10 80 160 80 237 c 0 + 80 239 80 241 80 243 c 2 + 80 694 l 1 + 203 694 l 1 + 203 254 l 2 + 203 212 206.6 177 234.5 147 c 0 + 246.199 134 284 102 364.1 102 c 0 + 446.899 102 503.6 135 518.899 195 c 0 + 523.399 213 525.199 233 525.199 254 c 2 + 525.199 694 l 1 + 647.199 694 l 1 + 647.199 250 648.199 295 648.199 250 c 0 + 648.199 166 636.199 -10 364.1 -10 c 0 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 52 +Width: 779 +VWidth: 1023 +Flags: W +HStem: -7 112<307.637 498.918> 588 113<295.581 481.251> +VStem: 50 126<238.677 466.327> 606.199 128<217.347 456.017> +LayerCount: 3 +Fore +SplineSet +392.899 701 m 0 + 592.699 701 734.199 561 734.199 346 c 0 + 734.199 254 710.199 179 668.199 121 c 1 + 757.199 37 l 1 + 686.199 -36 l 1 + 590 53 l 1 + 527.899 8 456.8 -7 393.8 -7 c 0 + 206.6 -7 50 121 50 344 c 0 + 50 563 199.399 701 392.899 701 c 0 +385.699 588 m 0 + 287.6 588 176 520 176 353 c 0 + 176 190 282.199 105 402.8 105 c 0 + 448.699 105 484.699 118 507.199 131 c 1 + 360.5 263 l 1 + 437.899 338 l 1 + 579.199 206 l 1 + 597.199 240 606.199 282 606.199 335 c 0 + 606.199 537 473.899 588 385.699 588 c 0 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 53 +Width: 1077 +VWidth: 1023 +Flags: W +HStem: 0 21G<232.4 363.644 678.038 809.365> 674 20G<10 146.003 479.598 594.093 930.382 1067.7> +LayerCount: 3 +Fore +SplineSet +10 694 m 1 + 139.999 694 l 1 + 300 161 l 1 + 486.6 694 l 1 + 588.3 694 l 1 + 742.699 161 l 1 + 937.699 694 l 1 + 1067.7 694 l 1 + 801.699 0 l 1 + 683.699 0 l 1 + 533.399 531 l 1 + 357 0 l 1 + 238.999 0 l 1 + 10 694 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 54 +Width: 682 +VWidth: 1023 +Flags: W +HStem: -10 116<321.041 556.178> 585 114<312.582 547.523> +VStem: 50 124<248.993 445.898> +LayerCount: 3 +Fore +SplineSet +418.801 699 m 0 + 472.801 699 541.301 689 614.301 660 c 1 + 632.301 653 l 1 + 594.301 547 l 1 + 575.301 554 l 1 + 498 581 447.601 585 416.101 585 c 0 + 265.801 585 174 472 174 347 c 0 + 174 218 272.101 106 434.101 106 c 0 + 478.2 106 530.301 116 584.301 135 c 2 + 602.301 141 l 1 + 642.301 43 l 1 + 624.301 36 l 2 + 551.301 5 476.4 -10 412.5 -10 c 0 + 187.5 -10 50 149 50 346 c 0 + 50 546 193.801 699 418.801 699 c 0 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 55 +Width: 653 +VWidth: 1023 +Flags: W +HStem: -10 122<188.829 415.221> 558 113<466.099 541.492> 582 118<263.165 511.052> +VStem: 80 134<460.459 540.749> 461.7 132<150.841 238.8> +LayerCount: 3 +Fore +SplineSet +377.8 700 m 0xb8 + 450.7 700 519.899 683 558.899 671 c 2 + 578.899 666 l 1 + 538.899 552 l 1 + 519.899 558 l 1xd8 + 451.6 578 401.2 582 370.6 582 c 0 + 286.899 582 214 549 214 499 c 0 + 214 380 595.899 423 593.7 200 c 0 + 593.7 106 512.7 -10 299.7 -10 c 0 + 211.5 -10 145 13 78 39 c 1 + 60 45 l 1 + 102 164 l 1 + 121 156 l 1 + 210.6 123 271.8 112 309.6 112 c 0 + 399.6 112 461.7 146 461.7 196 c 0 + 465.1 328 80 272 80 493 c 0 + 80 606 199 700 377.8 700 c 0xb8 +EndSplineSet +EndChar + +StartChar: at +Encoding: 64 64 56 +Width: 992 +VWidth: 1023 +Flags: W +HStem: -229 110<366.19 590.004> -76 106<710.983 783.758> -30 103<434.277 584.433> 390 100<431.299 585.147> 584 119<387.001 659.525> +VStem: 48.96 122<86.8278 354.362> 253.96 115<139.488 323.618> 585.96 116<82.7344 382.024> 836.96 123<105.523 402.705> +LayerCount: 3 +Fore +SplineSet +603.96 468 m 1xbf80 + 612.96 493 l 1 + 701.96 493 l 1 + 701.96 123 l 2 + 701.96 62 707.96 30 744.96 30 c 0 + 770.96 30 836.96 70 836.96 249 c 0 + 836.96 431 772.96 584 517.96 584 c 0 + 237.96 584 170.96 360 170.96 214 c 0 + 170.96 -6 321.96 -119 477.96 -119 c 0 + 530.96 -119 574.96 -106 610.96 -88 c 1 + 628.96 -80 l 1 + 677.96 -173 l 1 + 659.96 -182 l 2 + 607.96 -209 542.96 -229 464.96 -229 c 0 + 329.96 -229 48.96 -165 48.96 197 c 0 + 48.96 429 151.96 703 538.96 703 c 0 + 896.96 703 959.96 464 959.96 259 c 0 + 959.96 -21 810.96 -76 734.96 -76 c 0xdf80 + 676.96 -76 629.96 -46 605.96 0 c 1 + 563.96 -21 519.96 -30 482.96 -30 c 0 + 352.96 -30 253.96 66 253.96 221 c 0 + 253.96 378 350.96 490 495.96 490 c 0 + 537.96 490 574.96 480 603.96 468 c 1xbf80 +506.96 390 m 0 + 426.96 390 368.96 335 368.96 232 c 0 + 368.96 127 429.96 73 508.96 73 c 0xbf80 + 531.96 73 558.96 78 585.96 91 c 1 + 585.96 375 l 1 + 564.96 383 536.96 390 506.96 390 c 0 +EndSplineSet +EndChar + +StartChar: question +Encoding: 63 63 57 +Width: 486 +VWidth: 1023 +Flags: W +HStem: 1 117<125.561 255.561> 612 110<75.9303 282.192> +VStem: 125.561 130<1 118> 132.561 123<171 269.925> 320.561 121<461.034 575.502> +LayerCount: 3 +Fore +SplineSet +125.561 118 m 1xe8 + 255.561 118 l 5 + 255.561 1 l 5 + 125.561 1 l 1 + 125.561 118 l 1xe8 +441.561 536 m 0 + 441.561 328 255.561 355 255.561 191 c 2 + 255.561 171 l 1 + 132.561 171 l 1 + 132.561 191 l 2xd8 + 132.561 407 320.561 401 320.561 522 c 0 + 320.561 556 300.561 612 186.561 612 c 0 + 149.561 612 101.561 601 75.5605 590 c 2 + 56.5605 583 l 1 + 16.5605 678 l 1 + 33.5605 687 l 2 + 85.5605 713 144.561 722 200.561 722 c 0 + 346.561 722 441.561 661 441.561 536 c 0 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 58 +Width: 660 +VWidth: 1023 +Flags: HW +HStem: -10 114<232.886 423.294> 593 110<244.775 408.225> +VStem: 40 126.001<160.431 278.382> 79 128.001<471.105 558.631> 444 126<467.352 559.72> 482 127<156.571 277.446> +LayerCount: 3 +Fore +SplineSet +321 593 m 0xd8 + 253 593 207.001 554 207.001 516 c 0 + 207.001 459 290 434 348 418 c 1 + 414 455 444 478 444 511 c 0 + 444 566 386 593 321 593 c 0xd8 +482 214 m 0xe4 + 482 294 402 330 308 354 c 1 + 218.001 329 166.001 272 166.001 218 c 0 + 166.001 160 227.001 104 332 104 c 0 + 427 104 482 155 482 214 c 0xe4 +321 703 m 0 + 492 703 570 633 570 524 c 0xd8 + 570 469 540 428 489 388 c 1 + 572 343 609 278 609 208 c 0 + 609 100 514 -10 327 -10 c 0 + 162.001 -10 40 75 40 199 c 0xe4 + 40 272 88.001 342 159.001 385 c 1 + 93.001 430 79 491 79 526 c 0xd0 + 79 623 166.001 703 321 703 c 0 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 59 +Width: 660 +VWidth: 1023 +Flags: HW +HStem: -7 112<115.813 339.617> 236 108<253.242 421.689> 595 109<253.933 408.999> +VStem: 60 121<405.369 525.662> 487 121<242.525 519.154> +LayerCount: 3 +Fore +SplineSet +343 704 m 0 + 456 704 608 654 608 404 c 0 + 608 84 414 -7 189 -7 c 0 + 166 -7 147 -6 126 -4 c 2 + 106 -2 l 1 + 116 110 l 1 + 136 108 l 2 + 153 106 169 105 187 105 c 0 + 395 105 445 187 465 272 c 1 + 419 247 366 236 316 236 c 0 + 164 236 60 330 60 458 c 0 + 60 591 172 704 343 704 c 0 +331 595 m 0 + 251 595 181 530 181 466 c 0 + 181 397 255 344 337 344 c 0 + 420 344 487 398 487 461 c 0 + 487 523 417 595 331 595 c 0 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 60 +Width: 660 +VWidth: 1023 +Flags: HW +HStem: -12 108<258.381 412.346> 367 108<244.187 417.006> 586 113<336.623 552> +VStem: 60 121<171.887 304.497> 487 120<166.829 305.096> +LayerCount: 3 +Fore +SplineSet +478 699 m 0 + 501 699 521 698 542 696 c 2 + 561 694 l 1 + 552 582 l 1 + 532 583 l 2 + 515 585 499 586 481 586 c 0 + 290 586 227 513 203 438 c 1 + 244 461 295 475 353 475 c 0 + 508 475 607 380 607 245 c 0 + 607 106 502 -12 326 -12 c 0 + 212 -12 60 36 60 285 c 0 + 60 608 253 699 478 699 c 0 +331 367 m 0 + 248 367 181 316 181 242 c 0 + 181 170 247 96 337 96 c 0 + 419 96 487 160 487 236 c 0 + 487 317 412 367 331 367 c 0 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 61 +Width: 660 +VWidth: 0 +Flags: HW +HStem: 0 21G<124 276.981> 576 118<50 477> +LayerCount: 3 +Fore +SplineSet +40 694 m 5 + 627 694 l 5 + 627 621 l 5 + 255 0 l 5 + 114 0 l 5 + 467 576 l 5 + 40 576 l 5 + 40 694 l 5 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 62 +Width: 660 +VWidth: 1023 +Flags: HW +HStem: -10 115<79.8125 404.459> 12 113<82.5133 265.142> 343 115<220.574 404.521> 581 113<218.999 593> +VStem: 95 123.999<454 581> 488 128<166.877 279.804> +LayerCount: 3 +Fore +SplineSet +95 694 m 1xbc + 593 694 l 1 + 593 581 l 1 + 218.999 581 l 1 + 218.999 454 l 1 + 243.999 456 276 458 309 458 c 0 + 559 458 616 321 616 231 c 0 + 616 135 554 -10 275 -10 c 0xbc + 200.999 -10 136.999 -3 80 8 c 2 + 60 12 l 1 + 84 125 l 1x7c + 103.999 121 l 1 + 147.999 112 206.999 105 268 105 c 0 + 449 105 488 177 488 224 c 0 + 488 269 446 343 278 343 c 0 + 244.999 343 192.999 341 116.999 332 c 1 + 95 329 l 1 + 95 694 l 1xbc +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 63 +Width: 660 +VWidth: 0 +Flags: HW +HStem: 0 113<238 603> 587 112<168.226 405.085> +VStem: 464 126<449.13 538.233> +LayerCount: 3 +Back +SplineSet +96.6797 644.043 m 5 + 155.896 673.452 233.834 698.75 313.556 698.75 c 4 + 453.259 698.75 540.112 617.007 540.112 520.049 c 4 + 540.112 345.451 290.514 308.498 210.875 73.2422 c 5 + 552.734 73.2422 l 5 + 552.734 0 l 5 + 109.863 0 l 5 + 109.863 45.4102 l 5 + 185.488 281.876 380.651 378.309 430.302 442.562 c 4 + 441.684 457.291 453.467 477.879 453.467 505.4 c 4 + 453.467 571.147 383.816 627.061 297.678 627.061 c 4 + 256.503 627.061 214.643 613.662 194.74 607.529 c 6 + 115.723 582.031 l 5 + 96.6797 644.043 l 5 +EndSplineSet +Fore +SplineSet +64 64 m 5 + 160 345 448 397 448 492 c 4 + 448 541 381 587 291 587 c 4 + 240 587 182 577 97 548 c 6 + 78 542 l 5 + 41 642 l 5 + 58 650 l 5 + 123 678 212 699 309 699 c 4 + 476 699 574 616 574 513 c 4 + 574 344 325 306 222 113 c 5 + 587 113 l 5 + 587 0 l 5 + 64 0 l 5 + 64 64 l 5 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 64 +Width: 660 +VWidth: 1023 +Flags: HW +HStem: -22 117<135.565 390.904> 314 111<209 371.798> 587 115<175.419 394.959> +VStem: 430 130<470.228 555.221> 465 125<154.173 256.482> +LayerCount: 3 +Fore +SplineSet +85 650 m 6xf0 + 131 673 214 702 309 702 c 4 + 459 702 560 629 560 527 c 4xf0 + 560 466 531 413 483 381 c 5 + 560 347 590 287 590 220 c 4 + 590 75 466 -22 275 -22 c 4 + 208 -22 139 -10 73 17 c 6 + 55 24 l 5 + 91 127 l 5 + 109 123 l 6 + 194 101 240 95 276 95 c 4 + 378 95 465 139 465 205 c 4xe8 + 465 248 426 314 232 314 c 6 + 209 314 l 5 + 209 425 l 5 + 232 425 l 6 + 391 425 430 479 430 514 c 4 + 430 556 378 587 297 587 c 4 + 262 587 203 580 130 548 c 5 + 111 540 l 5 + 69 642 l 5 + 85 650 l 6xf0 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 65 +Width: 660 +VWidth: 0 +Flags: HW +HStem: 0 113<76.7002 251.7 392.7 560.7> 674 20G<196.196 392.7> +VStem: 251.7 141<113 573> +LayerCount: 3 +Fore +SplineSet +265.7 694 m 5 + 405.7 694 l 5 + 405.7 113 l 5 + 573.7 113 l 5 + 573.7 0 l 5 + 89.7002 0 l 5 + 89.7002 113 l 5 + 264.7 113 l 5 + 264.7 573 l 5 + 133.3 529.5 l 5 + 86.2998 630.5 l 5 + 265.7 694 l 5 +EndSplineSet +EndChar + +StartChar: zero +Encoding: 48 48 66 +Width: 660 +VWidth: 1023 +Flags: HWO +HStem: -10 114<253.279 407.14> 588 115<251.172 408.419> +VStem: 26.5 123<227.02 470.272> 510.5 123<225.789 469.377> +LayerCount: 3 +Fore +SplineSet +329.5 588 m 0 + 257.5 588 149.5 535 149.5 355 c 0 + 149.5 159 257.5 104 330.5 104 c 0 + 402.5 104 510.5 159 510.5 352 c 0 + 510.5 535 402.5 588 329.5 588 c 0 +329.5 703 m 0 + 458.5 703 633.5 624 633.5 354 c 0 + 633.5 72 459.5 -10 330.5 -10 c 0 + 200.5 -10 26.5 74 26.5 355 c 0 + 26.5 624 201.5 703 329.5 703 c 0 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 67 +Width: 660 +VWidth: 0 +Flags: HW +HStem: 0 21G<396 516> 148 113<193.999 381 516 637> 674 20G<336.78 516> +VStem: 381 135<261 542> 396 120<0 148> +LayerCount: 3 +Fore +SplineSet +350 694 m 1xe8 + 516 694 l 1xe8 + 516 261 l 1xf0 + 637 261 l 1 + 637 148 l 1 + 516 148 l 1 + 516 0 l 1 + 396 0 l 1 + 396 148 l 1 + 40 148 l 1 + 40 225 l 1 + 350 694 l 1xe8 +381 261 m 1xf0 + 381 542 l 1 + 193.999 261 l 1 + 381 261 l 1xf0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 68 +Width: 239 +VWidth: 1023 +Flags: W +HStem: -20 143<48.96 190.96> +VStem: 48.96 142<-20 123> +LayerCount: 3 +Fore +SplineSet +48.96 123 m 1 + 190.96 123 l 1 + 190.96 -20 l 1 + 48.96 -20 l 1 + 48.96 123 l 1 +EndSplineSet +EndChar + +StartChar: comma +Encoding: 44 44 69 +Width: 262 +VWidth: 1023 +Flags: W +HStem: -127 230<86.5195 124.52> +VStem: -6.48047 224 +LayerCount: 3 +Fore +SplineSet +86.5195 103 m 1 + 217.52 103 l 1 + 124.52 -127 l 1 + -6.48047 -127 l 1 + 86.5195 103 l 1 +EndSplineSet +EndChar + +StartChar: bracketleft +Encoding: 91 91 70 +Width: 364 +VWidth: 1023 +Flags: HMW +HStem: -220 113<199.999 344> 645 113<199.999 344> +VStem: 80 120<-107 645> +LayerCount: 3 +Fore +SplineSet +80 758 m 1 + 344 758 l 1 + 344 645 l 1 + 199.999 645 l 1 + 199.999 -107 l 1 + 344 -107 l 1 + 344 -220 l 1 + 80 -220 l 1 + 80 758 l 1 +EndSplineSet +EndChar + +StartChar: bracketright +Encoding: 93 93 71 +Width: 364 +VWidth: 1023 +Flags: HMW +HStem: -220 113<20 164> 645 113<20 164> +VStem: 164 120<-107 645> +LayerCount: 3 +Fore +SplineSet +20 758 m 1 + 284 758 l 1 + 284 -220 l 1 + 20 -220 l 1 + 20 -107 l 1 + 164 -107 l 1 + 164 645 l 1 + 20 645 l 1 + 20 758 l 1 +EndSplineSet +EndChar + +StartChar: parenleft +Encoding: 40 40 72 +Width: 334 +VWidth: 1023 +Flags: W +VStem: 62.6396 126<111.171 449.732> +LayerCount: 3 +Fore +SplineSet +226.64 782 m 1 + 326.64 730 l 1 + 315.64 712 l 2 + 252.64 607 188.64 453 188.64 280 c 0 + 188.64 109 252.64 -44 315.64 -148 c 1 + 326.64 -165 l 1 + 229.64 -227 l 1 + 218.64 -209 l 2 + 152.64 -100 62.6396 85 62.6396 281 c 0 + 62.6396 475 151.64 657 217.64 766 c 2 + 226.64 782 l 1 +EndSplineSet +EndChar + +StartChar: parenright +Encoding: 41 41 73 +Width: 334 +VWidth: 1023 +Flags: W +VStem: 145.92 126<110.359 449.849> +LayerCount: 3 +Fore +SplineSet +271.92 281 m 0 + 271.92 83 179.92 -104 115.92 -209 c 2 + 104.92 -227 l 1 + 8.91992 -165 l 1 + 18.9199 -148 l 1 + 81.9199 -44 145.92 109 145.92 280 c 0 + 145.92 453 80.9199 608 18.9199 712 c 2 + 7.91992 730 l 1 + 107.92 782 l 1 + 117.92 766 l 2 + 183.92 657 271.92 475 271.92 281 c 0 +EndSplineSet +EndChar + +StartChar: slash +Encoding: 47 47 74 +Width: 361 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +249.239 714 m 1 + 375.239 714 l 1 + 119.239 -64 l 1 + -5.76074 -64 l 1 + 249.239 714 l 1 +EndSplineSet +EndChar + +StartChar: backslash +Encoding: 92 92 75 +Width: 361 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +-12.96 714 m 1 + 112.04 714 l 1 + 368.04 -64 l 1 + 242.04 -64 l 1 + -12.96 714 l 1 +EndSplineSet +EndChar + +StartChar: plus +Encoding: 43 43 76 +Width: 659 +VWidth: 1023 +Flags: W +HStem: 268 107<29.5195 274.52 386.52 631.52> +VStem: 274.52 112<21 268 375 622> +LayerCount: 3 +Fore +SplineSet +274.52 622 m 1 + 386.52 622 l 1 + 386.52 375 l 1 + 631.52 375 l 1 + 631.52 268 l 1 + 386.52 268 l 1 + 386.52 21 l 1 + 274.52 21 l 1 + 274.52 268 l 1 + 29.5195 268 l 1 + 29.5195 375 l 1 + 274.52 375 l 1 + 274.52 622 l 1 +EndSplineSet +EndChar + +StartChar: asterisk +Encoding: 42 42 77 +Width: 549 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +212.2 714 m 1 + 337.2 714 l 1 + 330.2 577 l 1 + 444.2 652 l 1 + 507.2 543 l 1 + 385.2 482 l 1 + 507.2 420 l 1 + 444.2 311 l 1 + 330.2 386 l 1 + 337.2 250 l 1 + 212.2 250 l 1 + 220.2 386 l 1 + 106.2 311 l 1 + 43.2002 420 l 1 + 166.2 482 l 1 + 43.2002 543 l 1 + 106.2 652 l 1 + 220.2 577 l 1 + 212.2 714 l 1 +EndSplineSet +EndChar + +StartChar: numbersign +Encoding: 35 35 78 +Width: 682 +VWidth: 1023 +Flags: W +HStem: 165 113<2.43945 156.439 274.439 409.439 527.439 682.439> 410 113<1.43945 156.439 274.439 409.439 527.439 682.439> +VStem: 156.439 118<-35 165 278 410 523 714> 409.439 118<-35 165 278 410 523 714> +LayerCount: 3 +Fore +SplineSet +156.439 714 m 1 + 274.439 714 l 1 + 274.439 523 l 1 + 409.439 523 l 1 + 409.439 714 l 1 + 527.439 714 l 1 + 527.439 523 l 1 + 682.439 523 l 1 + 682.439 410 l 1 + 527.439 410 l 1 + 527.439 278 l 1 + 682.439 278 l 1 + 682.439 165 l 1 + 527.439 165 l 1 + 527.439 -35 l 1 + 409.439 -35 l 1 + 409.439 165 l 1 + 274.439 165 l 1 + 274.439 -35 l 1 + 156.439 -35 l 1 + 156.439 165 l 1 + 2.43945 165 l 1 + 2.43945 278 l 1 + 156.439 278 l 1 + 156.439 410 l 1 + 1.43945 410 l 1 + 1.43945 523 l 1 + 156.439 523 l 1 + 156.439 714 l 1 +274.439 410 m 1 + 274.439 278 l 1 + 409.439 278 l 1 + 409.439 410 l 1 + 274.439 410 l 1 +EndSplineSet +EndChar + +StartChar: dollar +Encoding: 36 36 79 +Width: 607 +VWidth: 1023 +Flags: W +HStem: 104 97<160.639 253.92 374.92 392.83> 503 95<377.476 487.515> 520 97<374.92 484.639> +VStem: 96.9199 127<452.027 500.582> 253.92 121<-32 104 617 738> 409.92 129<219.386 278.766> +LayerCount: 3 +Fore +SplineSet +223.92 473 m 0xbc + 223.92 412 538.92 422 538.92 265 c 0 + 538.92 209 506.92 131 374.92 109 c 1 + 374.92 -32 l 1 + 253.92 -32 l 1 + 253.92 104 l 1 + 207.92 106 155.92 117 97.9199 139 c 2 + 79.9199 146 l 1 + 115.92 239 l 1 + 135.92 232 l 1 + 196.92 208 230.92 201 278.92 201 c 0 + 377.92 201 409.92 220 409.92 256 c 1 + 404.92 319 96.9199 297 96.9199 463 c 0 + 96.9199 513 131.92 584 253.92 608 c 1 + 253.92 738 l 1 + 374.92 738 l 1 + 374.92 617 l 1xbc + 429.92 616 454.92 610 497.92 598 c 2 + 517.92 592 l 1 + 484.92 499 l 1 + 466.92 503 l 1xdc + 434.92 511 399.92 520 342.92 520 c 0 + 257.92 520 223.92 493 223.92 473 c 0xbc +EndSplineSet +EndChar + +StartChar: semicolon +Encoding: 59 59 80 +Width: 262 +VWidth: 1023 +Flags: W +HStem: 362 143<70.5195 212.52> +VStem: 70.5195 142<362 505> +LayerCount: 3 +Fore +SplineSet +86.5195 103 m 1 + 217.52 103 l 1 + 124.52 -127 l 1 + -6.48047 -127 l 1 + 86.5195 103 l 1 +70.5195 505 m 1 + 212.52 505 l 1 + 212.52 362 l 1 + 70.5195 362 l 1 + 70.5195 505 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 81 +Width: 239 +VWidth: 1023 +Flags: W +HStem: -20 143<48.96 190.96> 362 143<48.96 190.96> +VStem: 48.96 142<-20 123 362 505> +LayerCount: 3 +Fore +SplineSet +48.96 123 m 1 + 190.96 123 l 1 + 190.96 -20 l 1 + 48.96 -20 l 1 + 48.96 123 l 1 +48.96 505 m 1 + 190.96 505 l 1 + 190.96 362 l 1 + 48.96 362 l 1 + 48.96 505 l 1 +EndSplineSet +EndChar + +StartChar: equal +Encoding: 61 61 82 +Width: 634 +VWidth: 1023 +Flags: W +HStem: 151 114<62.6396 571.64> 373 113<62.6396 571.64> +LayerCount: 3 +Fore +SplineSet +62.6396 265 m 1 + 571.64 265 l 1 + 571.64 151 l 1 + 62.6396 151 l 1 + 62.6396 265 l 1 +62.6396 486 m 1 + 571.64 486 l 1 + 571.64 373 l 1 + 62.6396 373 l 1 + 62.6396 486 l 1 +EndSplineSet +EndChar + +StartChar: quotedbl +Encoding: 34 34 83 +Width: 368 +VWidth: 1023 +Flags: W +HStem: 509 249<24.4805 154.48 214.48 344.48> +VStem: 24.4805 130<509 758> 214.48 130<509 758> +LayerCount: 3 +Fore +SplineSet +214.48 758 m 1 + 344.48 758 l 1 + 344.48 509 l 1 + 214.48 509 l 1 + 214.48 758 l 1 +24.4805 758 m 1 + 154.48 758 l 1 + 154.48 509 l 1 + 24.4805 509 l 1 + 24.4805 758 l 1 +EndSplineSet +EndChar + +StartChar: quotesingle +Encoding: 39 39 84 +Width: 177 +VWidth: 1023 +Flags: W +HStem: 509 249<24.4805 154.48> +VStem: 24.4805 130<509 758> +LayerCount: 3 +Fore +SplineSet +24.4805 758 m 1 + 154.48 758 l 1 + 154.48 509 l 1 + 24.4805 509 l 1 + 24.4805 758 l 1 +EndSplineSet +EndChar + +StartChar: underscore +Encoding: 95 95 85 +Width: 535 +VWidth: 1023 +Flags: W +HStem: -20 113<38.1602 498.16> +LayerCount: 3 +Fore +SplineSet +38.1602 93 m 1 + 498.16 93 l 1 + 498.16 -20 l 1 + 38.1602 -20 l 1 + 38.1602 93 l 1 +EndSplineSet +EndChar + +StartChar: percent +Encoding: 37 37 86 +Width: 712 +VWidth: 1023 +Flags: W +HStem: 0 21G<30.2393 177.772> 12 86<506.065 581.105> 237 87<505.225 581.84> 374 85<153.531 226.456> 599 87<150.817 228.375> 674 20G<553.706 701.239> +VStem: 54.2393 88<468.603 590.916> 237.239 97<468.845 590.485> 399.239 96<107.006 228.543> 591.239 87<107.239 230.27> +LayerCount: 3 +Fore +SplineSet +189.239 599 m 0x3bc0 + 151.239 599 142.239 567 142.239 534 c 0 + 142.239 497 150.239 459 189.239 459 c 0 + 227.239 459 237.239 495 237.239 532 c 0 + 237.239 593 209.239 599 189.239 599 c 0x3bc0 +189.239 686 m 0 + 249.239 686 334.239 657 334.239 533 c 0 + 334.239 434 271.239 374 189.239 374 c 0 + 121.239 374 54.2393 413 54.2393 534 c 0 + 54.2393 636 119.239 686 189.239 686 c 0 +543.239 237 m 0 + 505.239 237 495.239 205 495.239 172 c 0 + 495.239 135 504.239 98 543.239 98 c 0x73c0 + 581.239 98 591.239 133 591.239 170 c 0 + 591.239 231 563.239 237 543.239 237 c 0 +543.239 324 m 0 + 603.239 324 678.239 293 678.239 171 c 0 + 678.239 72 621.239 12 543.239 12 c 0 + 472.239 12 399.239 51 399.239 172 c 0 + 399.239 274 470.239 324 543.239 324 c 0 +569.239 694 m 1xb7c0 + 701.239 694 l 1 + 162.239 0 l 1 + 30.2393 0 l 1 + 569.239 694 l 1xb7c0 +EndSplineSet +EndChar + +StartChar: braceright +Encoding: 125 125 87 +Width: 393 +VWidth: 1023 +Flags: W +HStem: -223 102<36.1284 81.3581> 655 103<35.8759 84.0895> +LayerCount: 3 +Fore +SplineSet +251.256 529 m 4 + 253.256 502 255.256 475 258.256 450 c 4 + 269.256 366 313.256 329 360.256 321 c 5 + 376.256 319 l 5 + 376.256 217 l 5 + 360.256 215 l 6 + 343.256 212 326.256 205 312.256 195 c 4 + 250.256 150 258.256 69 251.256 1 c 4 + 232.256 -186 100.256 -218 54.2559 -221 c 5 + 37.2559 -223 l 5 + 14.2559 -121 l 5 + 36.2559 -118 l 6 + 69.2559 -114 96.2559 -93 112.256 -69 c 4 + 166.256 14 108.256 174 219.256 268 c 5 + 109.256 362 167.256 521 112.256 605 c 4 + 96.2559 629 69.2559 651 36.2559 655 c 6 + 14.2559 658 l 5 + 37.2559 759 l 5 + 54.2559 758 l 6 + 108.256 754 233.256 718 251.256 529 c 4 +EndSplineSet +EndChar + +StartChar: asciitilde +Encoding: 126 126 88 +Width: 583 +VWidth: 1023 +Flags: W +HStem: 284 99<338.29 385.131> 373 99<197.663 244.953> +VStem: 90 93<294.022 366.81> 397 92<386.755 462.472> +LayerCount: 3 +Fore +SplineSet +368 383 m 0xb0 + 386 383 391 422 397 457 c 2 + 400 476 l 1 + 493 462 l 1 + 489 441 l 1 + 478 386 468 284 371 284 c 1xb0 + 281 288 241 373 215 373 c 0 + 197 373 192 335 186 302 c 2 + 183 282 l 1 + 90 295 l 1 + 94 316 l 2 + 105 371 115 472 212 472 c 1x70 + 302 468 343 383 368 383 c 0xb0 +EndSplineSet +EndChar + +StartChar: grave +Encoding: 96 96 89 +Width: 487 +VWidth: 1023 +Flags: W +HStem: 543 259 +LayerCount: 3 +Fore +SplineSet +132.32 802 m 1 + 412.32 630 l 1 + 361.32 543 l 1 + 76.3203 707 l 1 + 132.32 802 l 1 +EndSplineSet +EndChar + +StartChar: asciicircum +Encoding: 94 94 90 +Width: 608 +VWidth: 1023 +Flags: W +HStem: 541 241 +VStem: 135.36 319 +LayerCount: 3 +Fore +SplineSet +301.36 782 m 1 + 454.36 612 l 1 + 380.36 541 l 1 + 295.36 636 l 1 + 208.36 542 l 1 + 135.36 607 l 1 + 301.36 782 l 1 +EndSplineSet +EndChar + +StartChar: ampersand +Encoding: 38 38 91 +Width: 750 +VWidth: 1023 +Flags: W +HStem: -43 112<204.935 347.801> 613 110<255.896 372.047> +VStem: 48.96 121<105.02 222.545> 107.96 122<496.391 586.779> 387.96 121<513.122 597.716> +LayerCount: 3 +Fore +SplineSet +508.96 574 m 0xd8 + 508.96 486 429.96 426 365.96 375 c 1 + 505.96 225 l 1 + 663.96 397 l 1 + 736.96 323 l 1 + 579.96 147 l 1 + 736.96 -20 l 1 + 582.96 -20 l 1 + 495.96 70 l 1 + 443.96 21 366.96 -43 242.96 -43 c 0 + 119.96 -43 48.96 37 48.96 138 c 0xe8 + 48.96 261 145.96 339 196.96 378 c 1 + 152.96 423 107.96 475 107.96 548 c 0 + 107.96 653 206.96 723 325.96 723 c 0 + 435.96 723 508.96 659 508.96 574 c 0xd8 +317.96 613 m 0 + 267.96 613 229.96 579 229.96 544 c 0xd8 + 229.96 512 256.96 489 292.96 452 c 1 + 352.96 498 387.96 522 387.96 558 c 0 + 387.96 584 362.96 613 317.96 613 c 0 +272.96 301 m 1 + 217.96 258 169.96 218 169.96 160 c 0xe8 + 169.96 111 211.96 69 270.96 69 c 0 + 331.96 69 381.96 109 420.96 146 c 1 + 272.96 301 l 1 +EndSplineSet +EndChar + +StartChar: less +Encoding: 60 60 92 +Width: 506 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +486.88 583 m 1 + 486.88 463 l 1 + 170.88 304 l 1 + 486.88 152 l 1 + 486.88 27 l 1 + 20.8799 248 l 1 + 20.8799 354 l 1 + 486.88 583 l 1 +EndSplineSet +EndChar + +StartChar: greater +Encoding: 62 62 93 +Width: 506 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +20.8799 583 m 1 + 486.88 354 l 1 + 486.88 248 l 1 + 20.8799 27 l 1 + 20.8799 152 l 1 + 336.88 304 l 1 + 20.8799 463 l 1 + 20.8799 583 l 1 +EndSplineSet +EndChar + +StartChar: braceleft +Encoding: 123 123 94 +Width: 393 +VWidth: 1023 +Flags: W +HStem: 655 103<311.508 359.448> +LayerCount: 3 +Back +SplineSet +43.9453 302.246 m 5 + 99.6973 311.622 150.392 354.225 162.771 447.896 c 4 + 166.273 474.408 166.975 501.206 169.434 527.832 c 4 + 186.06 707.827 304.289 734.995 347.656 738.281 c 5 + 362.305 675.293 l 5 + 325.494 670.21 291.863 647.773 271.484 616.699 c 4 + 208.237 520.254 278.531 353.778 147.328 268.599 c 5 + 278.488 183.775 209.525 16.2109 271.484 -79.1016 c 4 + 291.751 -110.277 325.446 -132.784 362.305 -137.695 c 5 + 347.656 -200.684 l 5 + 309.929 -197.559 187.201 -172.471 169.434 3.41797 c 4 + 162.809 68.998 170.144 160.436 99.7871 211.615 c 4 + 83.3301 223.586 64.04 231.648 43.9453 234.863 c 5 + 43.9453 302.246 l 5 + Spiro + 43.9453 302.246 v + 96.731 323.325 o + 138.886 370.648 o + 162.771 447.897 o + 165.506 474.46 o + 167.394 501.191 o + 169.434 527.832 o + 213.327 661.567 o + 285.945 722.29 o + 347.656 738.281 v + 362.305 675.293 v + 326.96 664.766 o + 295.879 644.546 o + 271.484 616.699 o + 240.354 502.642 o + 223.74 375.15 o + 147.328 268.599 v + 224.007 162.059 o + 240.917 34.4282 o + 271.484 -79.1016 o + 295.819 -107.033 o + 326.915 -127.265 o + 362.305 -137.695 v + 347.656 -200.684 v + 288.704 -185.498 o + 215.085 -126.886 o + 169.434 3.41797 o + 164.075 75.0933 o + 147.612 149.536 o + 99.7871 211.615 o + 82.479 222.239 o + 63.6772 230.074 o + 43.9453 234.863 v + 0 0 z + EndSpiro +EndSplineSet +Fore +SplineSet +138.008 450 m 0 + 141.008 475 142.008 502 144.008 529 c 0 + 162.008 719 288.008 754 341.008 758 c 2 + 358.008 759 l 1 + 382.008 658 l 1 + 360.008 655 l 2 + 327.008 651 299.008 629 283.008 605 c 0 + 228.008 521 286.008 362 176.008 268 c 1 + 287.008 174 229.008 14 283.008 -69 c 0 + 299.008 -93 327.008 -114 360.008 -118 c 2 + 382.008 -121 l 1 + 358.008 -223 l 1 + 341.008 -221 l 1 + 295.008 -218 163.008 -186 144.008 1 c 0 + 137.008 69 145.008 150 83.0078 195 c 0 + 69.0078 205 53.0078 212 36.0078 215 c 2 + 19.0078 217 l 1 + 19.0078 319 l 1 + 36.0078 321 l 1 + 83.0078 329 127.008 366 138.008 450 c 0 +EndSplineSet +EndChar + +StartChar: sterling +Encoding: 163 163 95 +Width: 634 +VWidth: 1023 +Flags: W +HStem: -20 106<54 173 293 581> 303 106<87 173 293 552> 612 107<351.313 540.627> +VStem: 173 120<86 303 409 550.617> +LayerCount: 3 +Fore +SplineSet +173 86 m 1 + 173 303 l 1 + 87 303 l 1 + 87 409 l 1 + 173 409 l 1 + 173 458 l 2 + 173 662 310 719 431 719 c 0 + 473 719 514 711 551 699 c 2 + 572 693 l 1 + 534 597 l 1 + 517 601 l 2 + 493 607 466 612 441 612 c 0 + 317 612 293 537 293 445 c 2 + 293 409 l 1 + 552 409 l 1 + 552 303 l 1 + 293 303 l 1 + 293 86 l 1 + 581 86 l 1 + 581 -20 l 1 + 54 -20 l 1 + 54 86 l 1 + 173 86 l 1 +EndSplineSet +EndChar + +StartChar: exclamdown +Encoding: 161 161 96 +Width: 317 +VWidth: 1023 +Flags: W +HStem: 344 138<90 228> +VStem: 90 138<344 482> 97 123<-261 258> +LayerCount: 3 +Fore +SplineSet +97 258 m 1xa0 + 220 258 l 1 + 220 -261 l 5 + 97 -261 l 5 + 97 258 l 1xa0 +90 482 m 1xc0 + 228 482 l 1 + 228 344 l 1 + 90 344 l 1 + 90 482 l 1xc0 +EndSplineSet +EndChar + +StartChar: cent +Encoding: 162 162 97 +Width: 498 +VWidth: 1023 +Flags: W +HStem: -52 248<247.318 342.836> 93 103<344 429.703> 518 240<245.697 342.469> +VStem: 53 118<267.528 458.675> 245 99<-52 95 622.117 758> +LayerCount: 3 +Fore +SplineSet +245 620 m 1xb8 + 245 758 l 1 + 344 758 l 1 + 344 625 l 1 + 386 621 425 607 450 596 c 2 + 467 589 l 1 + 436 494 l 1 + 417 500 l 2 + 385 511 351 518 317 518 c 0 + 218 518 171 462 171 365 c 0 + 171 224 258 196 327 196 c 0xb8 + 355 196 384 201 411 211 c 1 + 430 217 l 1 + 462 125 l 1 + 444 118 l 2 + 413 106 379 96 344 93 c 1x78 + 344 -52 l 1 + 245 -52 l 1 + 245 95 l 1 + 139 114 53 191 53 348 c 0 + 53 491 121 594 245 620 c 1xb8 +EndSplineSet +EndChar + +StartChar: currency +Encoding: 164 164 98 +Width: 634 +Flags: W +HStem: 173 109<265.012 369.521> 442 109<264.249 370.211> +VStem: 128 112<306.46 417.519> 395 111<307.299 417.076> +LayerCount: 3 +Fore +SplineSet +398 532 m 1 + 483 617 l 1 + 572 527 l 1 + 487 443 l 1 + 501 415 506 386 506 362 c 0 + 506 334 500 306 488 281 c 1 + 572 197 l 1 + 482 108 l 1 + 398 192 l 1 + 373 180 345 173 317 173 c 0 + 293 173 264 177 236 191 c 1 + 152 107 l 1 + 62 196 l 1 + 147 281 l 1 + 133 309 128 338 128 362 c 0 + 128 390 135 418 147 443 c 1 + 62 528 l 1 + 151 618 l 1 + 237 532 l 1 + 265 546 293 551 317 551 c 0 + 345 551 373 544 398 532 c 1 +317 442 m 0 + 275 442 240 407 240 362 c 0 + 240 318 274 282 317 282 c 0 + 359 282 395 318 395 362 c 0 + 395 407 359 442 317 442 c 0 +EndSplineSet +EndChar + +StartChar: yen +Encoding: 165 165 99 +Width: 634 +VWidth: 1023 +Flags: W +HStem: 102 101<121 255 373 514> 260 101<121 237 392 514> +VStem: 255 118<-20 102 203 260> +LayerCount: 3 +Fore +SplineSet +35 714 m 1 + 172 714 l 1 + 318 441 l 1 + 468 714 l 1 + 600 714 l 1 + 392 361 l 1 + 514 361 l 1 + 514 260 l 1 + 373 260 l 1 + 373 203 l 1 + 514 203 l 1 + 514 102 l 1 + 373 102 l 1 + 373 -20 l 1 + 255 -20 l 1 + 255 102 l 1 + 121 102 l 1 + 121 203 l 1 + 255 203 l 1 + 255 260 l 1 + 121 260 l 1 + 121 361 l 1 + 237 361 l 1 + 35 714 l 1 +EndSplineSet +EndChar + +StartChar: brokenbar +Encoding: 166 166 100 +Width: 431 +VWidth: 1023 +Flags: W +VStem: 156 120<-170 245 389 802> +LayerCount: 3 +Fore +SplineSet +156 245 m 1 + 276 245 l 1 + 276 -170 l 1 + 156 -170 l 1 + 156 245 l 1 +156 802 m 1 + 276 802 l 1 + 276 389 l 1 + 156 389 l 1 + 156 802 l 1 +EndSplineSet +EndChar + +StartChar: section +Encoding: 167 167 101 +Width: 554 +VWidth: 1023 +Flags: W +HStem: -30 103<129.884 342.726> 596 102<321.163 443.526> 614 106<220.438 445.229> +VStem: 75 128<347.836 401.536 530.276 594.691> 364 132<94.6852 171.04 294.79 354.978> +LayerCount: 3 +Fore +SplineSet +456 698 m 2xd8 + 476 693 l 1 + 441 590 l 1 + 422 596 l 2xd8 + 388 607 345 614 306 614 c 0 + 245 614 203 593 203 561 c 0 + 203 485 496 498 496 333 c 0 + 496 303 488 266 463 233 c 1 + 494 199 496 164 496 149 c 0 + 496 77 448 -30 256 -30 c 2 + 250 -30 l 2 + 213 -30 152 -29 71 3 c 1 + 53 11 l 1 + 89 108 l 1 + 107 102 l 1 + 162 82 212 73 249 73 c 0 + 335 73 364 100 364 140 c 0 + 364 219 75 187 75 367 c 0 + 75 394 85 429 110 460 c 1 + 86 485 75 516 75 550 c 0 + 75 618 132 720 318 720 c 0xb8 + 386 720 420 708 456 698 c 2xd8 +212 402 m 1 + 203 391 203 380 203 376 c 0 + 203 337 283 320 356 294 c 1 + 360 300 364 310 364 323 c 0 + 364 365 286 377 212 402 c 1 +EndSplineSet +EndChar + +StartChar: copyright +Encoding: 169 169 102 +Width: 859 +VWidth: 1023 +Flags: W +HStem: -27 105<327.703 532.18> 136 87<385.027 540.828> 445 90<379.383 541.799> 589 105<327.172 532.18> +VStem: 63 105<235.367 430.043> 253 97<259.834 412.916> 691 105<235.544 430.573> +LayerCount: 3 +Fore +SplineSet +549 512 m 2 + 565 505 l 1 + 538 426 l 1 + 519 433 l 1 + 496 441 473 445 449 445 c 0 + 370 445 350 395 350 339 c 0 + 350 279 371 223 455 223 c 0 + 475 223 496 227 516 234 c 2 + 534 240 l 1 + 562 163 l 1 + 544 156 l 2 + 510 143 474 136 437 136 c 0 + 354 136 253 180 253 329 c 0 + 253 484 354 535 442 535 c 0 + 479 535 516 527 549 512 c 2 +430 589 m 0 + 283 589 168 471 168 333 c 0 + 168 195 283 78 430 78 c 0 + 577 78 691 195 691 333 c 0 + 691 471 577 589 430 589 c 0 +796 333 m 0 + 796 139 636 -27 430 -27 c 0 + 224 -27 63 138 63 333 c 0 + 63 524 221 694 430 694 c 0 + 636 694 796 527 796 333 c 0 +EndSplineSet +EndChar + +StartChar: guillemotleft +Encoding: 171 171 103 +Width: 526 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +381 502 m 5 + 521 502 l 5 + 373 304 l 5 + 521 106 l 5 + 381 106 l 5 + 242 304 l 5 + 381 502 l 5 +151 502 m 5 + 292 502 l 5 + 143 304 l 5 + 292 106 l 5 + 151 106 l 5 + 12 304 l 5 + 151 502 l 5 +EndSplineSet +EndChar + +StartChar: guillemotright +Encoding: 187 187 104 +Width: 526 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +5 502 m 1 + 146 502 l 1 + 284 304 l 1 + 146 106 l 1 + 5 106 l 1 + 154 304 l 1 + 5 502 l 1 +235 502 m 1 + 375 502 l 1 + 514 304 l 1 + 375 106 l 1 + 235 106 l 1 + 384 304 l 1 + 235 502 l 1 +EndSplineSet +EndChar + +StartChar: registered +Encoding: 174 174 105 +Width: 601 +VWidth: 1023 +Flags: W +HStem: 244 79<213.581 388.109> 468 62<266 301> 593 64<266 343.936> 696 78<214.575 387.539> +VStem: 32 78<425.221 593.686> 196 70<367 468 530 593> 348 68<533.522 590.02> 491 79<423.235 593.466> +LayerCount: 3 +Fore +SplineSet +301 593 m 2 + 266 593 l 1 + 266 530 l 1 + 291 530 283 530 298 530 c 0 + 335 530 348 539 348 560 c 0 + 348 586 333 593 301 593 c 2 +317 657 m 2 + 396 657 416 608 416 565 c 0 + 416 537 407 500 369 481 c 1 + 426 369 l 1 + 467 404 491 454 491 509 c 0 + 491 609 408 696 301 696 c 0 + 195 696 110 610 110 509 c 0 + 110 409 194 323 301 323 c 0 + 348 323 390 340 423 367 c 1 + 350 367 l 1 + 301 468 l 1 + 266 468 l 1 + 266 367 l 1 + 196 367 l 1 + 196 657 l 1 + 317 657 l 2 +570 509 m 0 + 570 362 448 244 301 244 c 0 + 150 244 32 365 32 509 c 0 + 32 656 154 774 301 774 c 0 + 448 774 570 656 570 509 c 0 +EndSplineSet +EndChar + +StartChar: paragraph +Encoding: 182 182 106 +Width: 647 +VWidth: 1023 +Flags: W +HStem: 645 113<377 455> +VStem: 43 334<442.125 639.808> 257 120<-20 317.537> 455 120<-20 645> +LayerCount: 3 +Fore +SplineSet +293 758 m 6xd0 + 575 758 l 5 + 575 -20 l 5 + 455 -20 l 5 + 455 645 l 5 + 377 645 l 5 + 377 -20 l 5 + 257 -20 l 5 + 257 315 l 5xb0 + 166 322 43 376 43 553 c 4 + 43 753 216 758 293 758 c 6xd0 +EndSplineSet +EndChar + +StartChar: periodcentered +Encoding: 183 183 107 +Width: 288 +VWidth: 1023 +Flags: W +HStem: 287 142<73 215> +VStem: 73 142<287 429> +LayerCount: 3 +Fore +SplineSet +73 429 m 1 + 215 429 l 1 + 215 287 l 1 + 73 287 l 1 + 73 429 l 1 +EndSplineSet +EndChar + +StartChar: questiondown +Encoding: 191 191 108 +Width: 511 +VWidth: 1023 +Flags: W +HStem: -275 109<193.764 376.019> +VStem: 37 120<-129.162 -12.852> 222 123<188.532 250> +LayerCount: 3 +Fore +SplineSet +345 270 m 1 + 222 270 l 1 + 222 250 l 2 + 222 148 37 54 37 -68 c 0 + 37 -189 163 -275 258 -275 c 0 + 332 -275 385 -258 444 -230 c 1 + 461 -222 l 1 + 421 -126 l 1 + 403 -134 l 2 + 335 -162 297 -166 271 -166 c 0 + 194 -166 157 -121 157 -76 c 0 + 157 38 345 88 345 250 c 6 + 345 270 l 1 +353 482 m 1 + 215 482 l 1 + 215 344 l 1 + 353 344 l 1 + 353 482 l 1 +EndSplineSet +EndChar + +StartChar: uni00B5 +Encoding: 181 181 109 +Width: 579 +VWidth: 1023 +Flags: W +HStem: -33 108<229.011 373.305> +VStem: 73 120<-220 -12 113.894 502> 392 120<95.2864 502> +LayerCount: 3 +Fore +SplineSet +73 502 m 1 + 193 502 l 1 + 193 210 l 2 + 193 122 224 75 292 75 c 0 + 313 75 338 79 392 105 c 1 + 392 502 l 1 + 512 502 l 1 + 512 -20 l 1 + 422 -20 l 1 + 412 4 l 1 + 374 -17 325 -33 278 -33 c 0 + 251 -33 221 -27 193 -12 c 1 + 193 -220 l 1 + 73 -220 l 1 + 73 502 l 1 +EndSplineSet +EndChar + +StartChar: uni00AD +Encoding: 173 173 110 +Width: 524 +VWidth: 1023 +Flags: W +HStem: 268 107<87 437> +LayerCount: 3 +Fore +SplineSet +87 375 m 1 + 437 375 l 1 + 437 268 l 1 + 87 268 l 1 + 87 375 l 1 +EndSplineSet +EndChar + +StartChar: plusminus +Encoding: 177 177 111 +Width: 683 +VWidth: 1023 +Flags: W +HStem: 53 107<87 596> 406 107<87 286 397 596> +VStem: 286 111<205 406 513 714> +LayerCount: 3 +Fore +SplineSet +87 160 m 1 + 596 160 l 1 + 596 53 l 1 + 87 53 l 1 + 87 160 l 1 +286 714 m 1 + 397 714 l 1 + 397 513 l 1 + 596 513 l 1 + 596 406 l 1 + 397 406 l 1 + 397 205 l 1 + 286 205 l 1 + 286 406 l 1 + 87 406 l 1 + 87 513 l 1 + 286 513 l 1 + 286 714 l 1 +EndSplineSet +EndChar + +StartChar: ae +Encoding: 230 230 112 +Width: 897 +VWidth: 0 +Flags: W +HStem: -10 104<204.753 348.71 569.156 770.973> 193 100<503 716> 213 78<207.809 368> 369 87<117.241 161.377> 382 109<547.31 683.332> 393 98<127.287 335.847> +VStem: 60 120<117.62 188.684> +LayerCount: 3 +Fore +SplineSet +180 154 m 0xa2 + 180 124 223 94 274 94 c 0 + 311 94 344 108 368 129 c 1 + 368 213 l 1 + 196 211 180 182 180 154 c 0xa2 +621 382 m 0xca + 554 382 511 341 503 293 c 1 + 716 293 l 1 + 712 335 691 382 621 382 c 0xca +104 462 m 2 + 168 484 236 491 282 491 c 0x86 + 372 491 424 457 452 420 c 1 + 499 462 565 491 636 491 c 0 + 809 491 833 338 833 213 c 2xaa + 833 193 l 1 + 500 193 l 1xc2 + 511 137 578 95 668 95 c 0 + 706 95 746 105 767 111 c 2 + 787 118 l 1 + 809 25 l 1 + 792 19 l 1 + 735 -2 676 -10 635 -10 c 0 + 565 -10 493 9 441 54 c 1 + 395 10 331 -10 257 -10 c 0 + 153 -10 60 51 60 138 c 0 + 60 214 127 274 260 286 c 0 + 293 289 338 291 368 291 c 1 + 368 295 l 2 + 368 343 346 393 260 393 c 0xa6 + 235 393 201 390 136 374 c 1 + 118 369 l 1 + 85 456 l 1x92 + 104 462 l 2 +EndSplineSet +EndChar + +StartChar: germandbls +Encoding: 223 223 113 +Width: 694 +VWidth: 1023 +Flags: W +HStem: -13 105<274.863 502.228> 0 21G<98 218> 11 95<272.022 396.271> 586 112<253.948 376.134> +VStem: 98 120<0 551.348> 406 133<482.518 557.383> 511 125<103.034 174.888> +LayerCount: 3 +Fore +SplineSet +324 698 m 0x5c + 469 698 539 598 539 518 c 0x5c + 539 405 396 382 396 341 c 0 + 396 280 636 309 636 136 c 0 + 636 77 595 -13 444 -13 c 0x9a + 399 -13 333 -6 266 11 c 1 + 244 17 l 1 + 273 110 l 1 + 294 106 l 1x3a + 342 98 388 92 425 92 c 0 + 492 92 511 110 511 141 c 0x9a + 511 230 258 186 258 341 c 0 + 258 447 406 461 406 513 c 0 + 406 557 356 586 314 586 c 0 + 293 586 218 577 218 479 c 2 + 218 0 l 1 + 98 0 l 1 + 98 479 l 2 + 98 635 210 698 324 698 c 0x5c +EndSplineSet +EndChar + +StartChar: multiply +Encoding: 215 215 114 +Width: 714 +VWidth: 1023 +Flags: W +LayerCount: 3 +Fore +SplineSet +169 81 m 1 + 89 160 l 1 + 270 319 l 1 + 93 474 l 1 + 172 554 l 1 + 369 392 l 1 + 562 551 l 1 + 641 471 l 1 + 461 312 l 1 + 638 157 l 1 + 558 77 l 1 + 361 239 l 1 + 169 81 l 1 +EndSplineSet +EndChar + +StartChar: divide +Encoding: 247 247 115 +Width: 763 +VWidth: 1023 +Flags: W +HStem: 41 135<307 457> 267 108<61 703> 467 135<307 457> +VStem: 307 150<41 176 467 602> +LayerCount: 3 +Fore +SplineSet +307 602 m 1 + 457 602 l 1 + 457 467 l 1 + 307 467 l 1 + 307 602 l 1 +307 176 m 1 + 457 176 l 1 + 457 41 l 1 + 307 41 l 1 + 307 176 l 1 +61 375 m 1 + 703 375 l 1 + 703 267 l 1 + 61 267 l 1 + 61 375 l 1 +EndSplineSet +EndChar + +StartChar: oslash +Encoding: 248 248 116 +Width: 671 +VWidth: 1023 +Flags: W +HStem: -10 109<269.382 424.541> 383 109<248.337 417.206> +VStem: 63 119<169.036 320.588> 490 118<163.739 298.564> +LayerCount: 3 +Back +SplineSet +576.172 494.141 m 1 + 633.301 442.871 l 1 + 577.637 389.648 l 1 + 602.539 352.051 616.211 305.176 616.211 250.488 c 0 + 616.211 89.8438 506.348 -9.76562 338.379 -9.76562 c 0 + 271.973 -9.76562 211.914 7.32422 165.527 40.0391 c 1 + 110.84 -15.625 l 1 + 53.7109 35.6445 l 1 + 112.305 91.3086 l 1 + 85.9375 130.371 71.7773 179.199 71.7773 235.84 c 0 + 71.7773 392.578 177.734 491.699 347.168 491.699 c 0 + 414.551 491.699 477.051 474.609 524.414 440.918 c 1 + 576.172 494.141 l 1 +339.355 383.301 m 0 + 268.066 383.301 192.383 333.008 192.383 229.492 c 0 + 192.383 201.66 197.266 175.781 207.031 152.832 c 1 + 429.688 354.492 l 1 + 402.344 374.023 370.605 383.301 339.355 383.301 c 0 +496.094 254.883 m 0 + 496.094 283.203 490.723 307.617 482.422 328.125 c 1 + 259.277 126.465 l 1 + 283.691 108.887 313.965 98.6328 348.145 98.6328 c 0 + 429.688 98.6328 496.094 158.691 496.094 254.883 c 0 +EndSplineSet +Fore +SplineSet +578 498 m 1 + 630 440 l 1 + 570 386 l 1 + 594 349 608 304 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 269 -10 215 3 173 28 c 1 + 112 -27 l 1 + 60 31 l 1 + 114 80 l 1 + 82 120 63 173 63 236 c 0 + 63 393 169 492 339 492 c 0 + 409 492 470 475 516 442 c 1 + 578 498 l 1 +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 218 190 188 207 164 c 1 + 423 358 l 1 + 396 375 362 383 331 383 c 0 +476 300 m 1 + 268 113 l 1 + 289 104 313 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 261 485 281 476 300 c 1 +EndSplineSet +EndChar + +StartChar: uni00A0 +Encoding: 160 160 117 +Width: 273 +VWidth: 0 +Flags: W +LayerCount: 3 +EndChar + +StartChar: OE +Encoding: 338 338 118 +Width: 1055 +VWidth: 1023 +Flags: W +HStem: 0 113<359.359 532 664 978> 301 113<664 951> 581 113<367.966 532 664 978> +VStem: 105 123<240.326 452.151> 532 132<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +532 113 m 1 + 532 581 l 1 + 524 581 l 2 + 491 581 459 580 429 576 c 0 + 301 558 228 473 228 343 c 0 + 228 215 306 156 362 133 c 0 + 406 114 444 113 488 113 c 2 + 532 113 l 1 +196 597 m 1 + 296 691 442 694 560 694 c 2 + 978 694 l 1 + 978 581 l 1 + 664 581 l 1 + 664 414 l 1 + 951 414 l 1 + 951 301 l 1 + 664 301 l 1 + 664 113 l 1 + 978 113 l 1 + 978 0 l 1 + 513 0 l 2 + 443 0 369 2 300 28 c 0 + 183 73 105 176 105 343 c 0 + 105 495 167 568 196 597 c 1 +EndSplineSet +EndChar + +StartChar: oe +Encoding: 339 339 119 +Width: 960 +VWidth: 0 +Flags: W +HStem: -11 95<631.247 838.072> -10 108<244.22 391.444> 17 82<772.669 851.571> 179 100<568 780> 381 108<238.185 382.212> 397 90<617.415 743.654> +VStem: 63 119<163.558 323.154> 443 454<179.12 277.817> 780 117<279 358.826> +LayerCount: 3 +Fore +SplineSet +443 232 m 0x5b + 443 340 372 381 311 381 c 0 + 234 381 182 324 182 245 c 0 + 182 164 236 98 319 98 c 0 + 384 98 443 141 443 232 c 0x5b +682 397 m 0x1680 + 612 397 575 341 568 279 c 1 + 780 279 l 1 + 776 369 737 397 682 397 c 0x1680 +700 487 m 0 + 886 487 897 337 897 232 c 2x17 + 897 179 l 1 + 567 179 l 1 + 578 135 629 84 731 84 c 0x9680 + 752 84 784 87 830 99 c 2 + 851 104 l 1 + 873 22 l 1 + 856 17 l 1x3280 + 815 2 761 -11 697 -11 c 0x9280 + 594 -11 533 25 498 65 c 1 + 452 17 387 -10 310 -10 c 0 + 160 -10 63 86 63 237 c 0 + 63 391 163 489 319 489 c 0x5a80 + 403 489 470 459 512 408 c 1 + 575 478 660 487 700 487 c 0 +EndSplineSet +EndChar + +StartChar: AE +Encoding: 198 198 120 +Width: 1015 +VWidth: 1023 +Flags: W +HStem: 0 113<632 946> 182 112<316 501> 301 113<632 919> 581 113<442 501 632 946> +VStem: 501 131<113 182 294 301 414 581> +LayerCount: 3 +Fore +SplineSet +442 581 m 1 + 316 294 l 1 + 501 294 l 1 + 501 581 l 1 + 442 581 l 1 +361 694 m 1 + 946 694 l 1 + 946 581 l 1 + 632 581 l 1 + 632 414 l 1 + 919 414 l 1 + 919 301 l 1 + 632 301 l 1 + 632 113 l 1 + 946 113 l 1 + 946 0 l 1 + 501 0 l 1 + 501 182 l 1 + 269 182 l 1 + 186 0 l 1 + 63 0 l 1 + 361 694 l 1 +EndSplineSet +EndChar + +StartChar: onequarter +Encoding: 188 188 121 +Width: 878 +VWidth: 0 +Flags: W +HStem: 83 78<595 679 768 820> +VStem: 144 89<290 614> 679 89<-12 83 161 293> +LayerCount: 3 +Fore +SplineSet +569 706 m 1 + 683 706 l 1 + 268 -12 l 1 + 154 -12 l 1 + 569 706 l 1 +165 706 m 1 + 233 706 l 1 + 233 290 l 1 + 144 290 l 1 + 144 614 l 1 + 79 596 l 1 + 59 677 l 1 + 165 706 l 1 +673 420 m 1 + 768 420 l 1 + 768 161 l 1 + 820 161 l 1 + 820 83 l 1 + 768 83 l 1 + 768 -12 l 1 + 679 -12 l 1 + 679 83 l 1 + 488 83 l 1 + 488 143 l 1 + 673 420 l 1 +679 293 m 1 + 595 161 l 1 + 679 161 l 1 + 679 293 l 1 +EndSplineSet +EndChar + +StartChar: onehalf +Encoding: 189 189 122 +Width: 926 +VWidth: 0 +Flags: W +HStem: -12 81<683 860> 343 80<616.758 755.283> +VStem: 144 89<285 614> 766 94<262.221 330.377> +LayerCount: 3 +Back +SplineSet +166.504 693.848 m 5 + 221.191 693.848 l 5 + 221.191 296.875 l 5 + 156.25 296.875 l 5 + 156.25 630.371 l 5xf6 + 87.8906 611.328 l 5 + 73.2422 668.457 l 5 + 166.504 693.848 l 5 +102.231 676.24 m 1 + 131.785 690.703 173.225 707.788 220.553 707.788 c 0 + 290.296 707.788 343.551 666.689 343.551 609.497 c 0xf960 + 343.551 573.247 325.658 541.89 297.709 523.999 c 1 + 343.764 504.99 360.201 468.377 360.201 430.64 c 0 + 360.201 348.383 293.219 294.238 204.465 293.677 c 1 + 203.365 293.677 l 2 + 159.999 293.677 125.272 305.244 94.9502 317.561 c 1 + 112.834 368.977 l 1 + 161.192 355.638 182.089 352.222 204.977 352.222 c 0 + 254.713 352.222 297.896 379.722 297.896 420.972 c 0xf8e0 + 297.896 448.256 276.305 489.185 189.938 489.185 c 2 + 176.51 489.185 l 1 + 176.51 544.302 l 1 + 266.223 546.646 281.783 578.906 281.783 601.978 c 0 + 281.783 626.479 257.955 650.317 214.645 650.317 c 0xf960 + 176.07 650.317 140.941 633.618 123.422 625.537 c 1 + 102.231 676.24 l 1 +EndSplineSet +Fore +SplineSet +569 706 m 1 + 683 706 l 1 + 268 -12 l 1 + 154 -12 l 1 + 569 706 l 1 +165 706 m 1 + 233 706 l 1 + 233 285 l 1 + 144 285 l 1 + 144 614 l 1 + 79 596 l 1 + 59 677 l 1 + 165 706 l 1 +577 37 m 5 + 627 199 766 251 766 297 c 4 + 766 318 741 343 700 343 c 4 + 681 343 659 338 605 317 c 6 + 594 313 l 5 + 564 383 l 5 + 575 389 l 5 + 607 404 652 423 709 423 c 4 + 789 423 854 376 854 305 c 4 + 854 204 735 171 683 69 c 5 + 860 69 l 5 + 860 -12 l 5 + 577 -12 l 5 + 577 37 l 5 +EndSplineSet +EndChar + +StartChar: threequarters +Encoding: 190 190 123 +Width: 952 +VWidth: 0 +Flags: W +HStem: 83 78<668 752 841 894> 281 83<101.374 267.655> 477 80<164 260.25> 638 82<134.362 264.974> +VStem: 270 85<570.658 630.488> 286 87<383.205 460.073> 752 89<-12 83 161 293> +LayerCount: 3 +Fore +SplineSet +647 706 m 1xf2 + 761 706 l 1 + 346 -12 l 1 + 232 -12 l 1 + 647 706 l 1xf2 +746 420 m 1 + 841 420 l 1 + 841 161 l 1 + 894 161 l 1 + 894 83 l 1 + 841 83 l 1 + 841 -12 l 1 + 752 -12 l 1 + 752 83 l 1 + 562 83 l 1 + 562 143 l 1 + 746 420 l 1 +752 293 m 1 + 668 161 l 1 + 752 161 l 1 + 752 293 l 1 +221 720 m 0 + 296 720 355 674 355 609 c 0xfa + 355 576 341 547 320 526 c 1 + 357 504 373 468 373 431 c 0 + 373 341 299 281 203 281 c 0 + 158 281 122 293 90 306 c 2 + 80 311 l 1 + 105 384 l 1 + 116 381 l 1 + 164 368 184 364 205 364 c 0 + 247 364 286 387 286 421 c 0xf6 + 286 458 254 477 176 477 c 2 + 164 477 l 1 + 164 557 l 1 + 176 557 l 2 + 219 557 270 566 270 602 c 0xfa + 270 618 254 638 215 638 c 0 + 180 638 149 623 129 614 c 2 + 117 609 l 1 + 86 682 l 1 + 97 687 l 2 + 128 702 171 720 221 720 c 0 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 124 +Width: 287 +Flags: W +HStem: 473 85<108.425 179.026> 648 84<108.373 178.974> +VStem: 17 84<563.935 641.833> 186 85<564.207 642.019> +LayerCount: 3 +Fore +SplineSet +144 648 m 0 + 119 648 101 627 101 603 c 0 + 101 579 118 558 144 558 c 0 + 167 558 186 579 186 603 c 0 + 186 627 168 648 144 648 c 0 +271 603 m 0 + 271 531 214 473 144 473 c 0 + 75 473 17 531 17 603 c 0 + 17 674 74 732 144 732 c 0 + 213 732 271 675 271 603 c 0 +EndSplineSet +EndChar + +StartChar: ccedilla +Encoding: 231 231 125 +Width: 568 +VWidth: 1023 +Flags: W +HStem: -243 86<221.982 364.73> -212 83<194.639 258.316> 379 109<251.904 479.066> +VStem: 63 125<161.956 318.773> 367 93<-154.931 -121.255> +LayerCount: 3 +Back +SplineSet +331.543 -163.574 m 0 + 331.543 -127.93 291.016 -122.07 219.727 -100.098 c 1 + 244.629 -6.83594 l 1 + 155.762 6.83594 63.4766 65.4297 63.4766 229.98 c 0 + 63.4766 427.246 185.547 491.211 297.363 491.211 c 0 + 343.75 491.211 390.137 480.957 432.617 462.402 c 1 + 413.086 403.809 l 1 + 378.906 415.527 343.262 422.363 307.129 422.363 c 0 + 228.027 422.363 141.113 387.207 141.113 247.07 c 0 + 141.113 94.2383 231.445 56.1523 315.918 56.1523 c 0 + 347.168 56.1523 378.418 62.0117 407.715 72.2656 c 1 + 427.246 17.0898 l 1 + 383.301 0 341.309 -7.32422 306.152 -9.27734 c 1 + 290.527 -70.8008 l 1 + 312.988 -77.6367 380.371 -91.8633 380.371 -158.27 c 0 + 380.371 -200.262 345.703 -247.625 280.762 -247.625 c 0 + 244.629 -247.625 195.801 -230.535 169.434 -222.723 c 1 + 182.129 -178.289 l 1 + 240.723 -195.867 262.695 -201.238 282.715 -201.238 c 0 + 313.965 -201.238 331.543 -183.105 331.543 -163.574 c 0 +EndSplineSet +Fore +SplineSet +333 -157 m 0xb8 + 355 -157 367 -148 367 -139 c 0 + 367 -121 330 -116 251 -95 c 1 + 229 -89 l 1 + 256 -5 l 1 + 152 15 63 77 63 228 c 0 + 63 424 209 488 350 488 c 0 + 407 488 455 478 500 458 c 2 + 518 450 l 1 + 486 355 l 1 + 467 361 l 2 + 435 372 401 379 362 379 c 0 + 275 379 188 352 188 243 c 0 + 188 135 262 93 372 93 c 0 + 405 93 434 98 461 108 c 1 + 480 114 l 1 + 513 22 l 1 + 495 15 l 2 + 454 -1 415 -9 377 -12 c 1 + 371 -33 l 1 + 407 -43 460 -68 460 -134 c 0 + 460 -187 417 -243 331 -243 c 0xb8 + 288 -243 242 -230 192 -217 c 1 + 169 -212 l 1 + 197 -129 l 1x78 + 220 -135 l 2 + 287 -152 312 -157 331 -157 c 0 + 333 -157 l 0xb8 +EndSplineSet +EndChar + +StartChar: cedilla +Encoding: 184 184 126 +Width: 537 +VWidth: 0 +Flags: W +HStem: -263 87<207.57 330.536> -231 83<185.976 235.225> +VStem: 331 88<-175.47 -138.27> +LayerCount: 3 +Fore +SplineSet +302 -176 m 0xa0 + 325 -176 331 -165 331 -158 c 0 + 331 -140 300 -135 233 -114 c 1 + 214 -109 l 1 + 252 31 l 1 + 355 31 l 1 + 334 -52 l 1 + 365 -62 419 -87 419 -153 c 0 + 419 -206 376 -263 300 -263 c 0xa0 + 263 -263 225 -250 183 -237 c 1 + 164 -231 l 1 + 188 -148 l 1x60 + 207 -154 l 2 + 258 -170 285 -176 302 -176 c 0xa0 +EndSplineSet +EndChar + +StartChar: Ccedilla +Encoding: 199 199 127 +Width: 788 +VWidth: 0 +Flags: W +HStem: -247 92<379.231 507.192> -215 90<347.744 406.141> -10 116<527 677.968> 585 114<414.412 669.04> +VStem: 134 127<253.335 439.507> +LayerCount: 3 +Back +SplineSet +535.928 -154.191 m 0 + 535.928 -201.617 496.196 -246.98 432.426 -246.98 c 0 + 406.274 -246.98 389.642 -242.516 333.252 -225.931 c 2 + 316.65 -221.048 l 1 + 331.299 -170.267 l 1 + 345.947 -174.661 l 2 + 398.936 -190.279 418.01 -194.707 436.025 -194.707 c 0 + 465.219 -194.707 481.023 -178.023 481.023 -160.225 c 0 + 481.023 -129.678 441.952 -120.596 433.35 -118.021 c 2 + 366.455 -98.001 l 1 + 393.057 -1.03516 l 1 + 230.14 34.7666 134.277 176.499 134.277 346.191 c 0 + 134.277 545.898 267.578 698.73 481.445 698.73 c 0 + 533.203 698.73 599.609 689.453 669.922 661.621 c 1 + 644.531 592.773 l 1 + 565.43 620.117 512.207 625.488 479.004 625.488 c 0 + 317.383 625.488 217.285 491.699 217.285 346.68 c 0 + 217.285 194.824 325.195 66.4062 497.07 66.4062 c 0 + 543.945 66.4062 598.145 75.6836 653.809 95.7031 c 1 + 679.199 34.1797 l 1 + 608.887 3.90625 537.109 -9.76562 476.074 -9.76562 c 0 + 471.426 -9.76562 466.816 -9.68945 462.248 -9.53906 c 1 + 448.006 -65.875 l 1 + 457.831 -68.8223 535.928 -83.5371 535.928 -154.191 c 0 +EndSplineSet +Fore +SplineSet +480 -155 m 0xb8 + 504 -155 508 -145 508 -140 c 0 + 508 -125 470 -116 397 -97 c 2 + 376 -92 l 1 + 406 4 l 1 + 229 46 134 185 134 347 c 0 + 134 547 283 699 531 699 c 0 + 591 699 664 689 737 660 c 1 + 755 653 l 1 + 717 547 l 1 + 698 554 l 2 + 618 581 562 585 528 585 c 0 + 363 585 261 472 261 347 c 0 + 261 218 370 106 548 106 c 0 + 597 106 653 116 707 135 c 2 + 725 141 l 1 + 765 43 l 1 + 747 36 l 2 + 675 5 596 -10 527 -10 c 1 + 521 -32 l 1 + 554 -42 613 -68 613 -134 c 0 + 613 -193 559 -247 477 -247 c 0xb8 + 450 -247 440 -246 342 -220 c 1 + 321 -215 l 1 + 350 -125 l 1x78 + 371 -131 l 2 + 420 -145 457 -155 480 -155 c 0xb8 +EndSplineSet +EndChar + +StartChar: dieresis +Encoding: 168 168 128 +Width: 585 +VWidth: 0 +Flags: W +HStem: 583 131<118 249 337 468> +VStem: 118 131<583 714> 337 131<583 714> +LayerCount: 3 +Fore +SplineSet +118 714 m 1 + 249 714 l 1 + 249 583 l 1 + 118 583 l 1 + 118 714 l 1 +337 714 m 1 + 468 714 l 1 + 468 583 l 1 + 337 583 l 1 + 337 714 l 1 +EndSplineSet +EndChar + +StartChar: Adieresis +Encoding: 196 196 129 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 674 20G<330.075 480.925> 796 130<214 358 455 599> +VStem: 214 144<796 926> 455 144<796 926> +LayerCount: 3 +Fore +SplineSet +338 694 m 1 + 473 694 l 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 338 694 l 1 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +214 926 m 1 + 358 926 l 1 + 358 796 l 1 + 214 796 l 1 + 214 926 l 1 +455 926 m 1 + 599 926 l 1 + 599 796 l 1 + 455 796 l 1 + 455 926 l 1 +EndSplineSet +EndChar + +StartChar: Edieresis +Encoding: 203 203 130 +Width: 706 +VWidth: 1023 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> 796 131<190 332 438 580> +VStem: 142 123<113 301 414 581> 190 142<796 927> 438 142<796 927> +LayerCount: 3 +Fore +SplineSet +142 694 m 1xfa + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 + 142 694 l 1xfa +190 927 m 1xf6 + 332 927 l 1 + 332 796 l 1 + 190 796 l 1 + 190 927 l 1xf6 +438 927 m 1 + 580 927 l 1 + 580 796 l 1 + 438 796 l 1 + 438 927 l 1 +EndSplineSet +EndChar + +StartChar: Idieresis +Encoding: 207 207 131 +Width: 367 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265> 674 20G<142 265> 760 131<43 173 233 363> +VStem: 43 130<760 891> 142 123<0 694> 233 130<760 891> +LayerCount: 3 +Fore +SplineSet +142 694 m 1xe8 + 265 694 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1xe8 +43 891 m 1xf0 + 173 891 l 1 + 173 760 l 1 + 43 760 l 1 + 43 891 l 1xf0 +233 891 m 1xe4 + 363 891 l 1 + 363 760 l 1 + 233 760 l 1 + 233 891 l 1xe4 +EndSplineSet +EndChar + +StartChar: Odieresis +Encoding: 214 214 132 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.076> 796 131<286 428 525 667> +VStem: 105 126<248.908 459.514> 286 142<796 927> 525 142<796 927> 711 126<238.736 449.155> +LayerCount: 3 +Fore +SplineSet +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +711 346 m 0 + 711 517 581 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +286 927 m 1 + 428 927 l 1 + 428 796 l 1 + 286 796 l 1 + 286 927 l 1 +525 927 m 1 + 667 927 l 1 + 667 796 l 1 + 525 796 l 1 + 525 927 l 1 +EndSplineSet +EndChar + +StartChar: Udieresis +Encoding: 220 220 133 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<333.479 555.722> 674 20G<142 265 626 749> 796 131<250 396 495 640> +VStem: 142 123<167.592 694> 250 146<796 927> 495 145<796 927> 626 123<167.162 694> +LayerCount: 3 +Fore +SplineSet +142 694 m 1xf2 + 265 694 l 1 + 265 254 l 2 + 265 179 290 102 445 102 c 0 + 590 102 626 169 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 242 l 2 + 749 170 746 -10 441 -10 c 0 + 144 -10 142 171 142 242 c 2 + 142 694 l 1xf2 +250 927 m 1xe8 + 396 927 l 1 + 396 796 l 1 + 250 796 l 1 + 250 927 l 1xe8 +495 927 m 1xe4 + 640 927 l 1 + 640 796 l 1 + 495 796 l 1 + 495 927 l 1xe4 +EndSplineSet +EndChar + +StartChar: adieresis +Encoding: 228 228 134 +Width: 564 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 563 131<93 241 350 483> +VStem: 93 148<563 694> 350 133<563 694> +LayerCount: 3 +Fore +SplineSet +350 694 m 1 + 483 694 l 1 + 483 563 l 1 + 350 563 l 1 + 350 694 l 1 +93 694 m 1 + 241 694 l 1 + 241 563 l 1 + 93 563 l 1 + 93 694 l 1 +EndSplineSet +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: edieresis +Encoding: 235 235 135 +Width: 564 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 563 131<104 252 357 494> +VStem: 104 148<563 694> 357 137<563 694> +LayerCount: 3 +Fore +SplineSet +104 694 m 1 + 252 694 l 1 + 252 563 l 1 + 104 563 l 1 + 104 694 l 1 +357 694 m 1 + 494 694 l 1 + 494 563 l 1 + 357 563 l 1 + 357 694 l 1 +EndSplineSet +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: idieresis +Encoding: 239 239 136 +Width: 295 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208> 462 20G<88 208> 563 131<-7 123 173 303> +VStem: -7 130<563 694> 88 120<0 482> 173 130<563 694> +LayerCount: 3 +Fore +SplineSet +88 482 m 1xe8 + 208 482 l 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1xe8 +-7 694 m 1xf0 + 123 694 l 1 + 123 563 l 1 + -7 563 l 1 + -7 694 l 1xf0 +173 694 m 1xe4 + 303 694 l 1 + 303 563 l 1 + 173 563 l 1 + 173 694 l 1xe4 +EndSplineSet +EndChar + +StartChar: odieresis +Encoding: 246 246 137 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<256.861 424.541> 383 109<248.337 414.946> 563 131<156 302 404 545> +VStem: 63 119<172.971 320.588> 156 146<563 694> 404 141<563 694> 490 118<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +339 492 m 0xf2 + 496 492 608 406 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 170 -10 63 82 63 236 c 0 + 63 393 169 492 339 492 c 0xf2 +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 166 245 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 335 406 383 331 383 c 0 +156 694 m 1xe8 + 302 694 l 1 + 302 563 l 1 + 156 563 l 1 + 156 694 l 1xe8 +404 694 m 1xe4 + 545 694 l 1 + 545 563 l 1 + 404 563 l 1 + 404 694 l 1xe4 +EndSplineSet +EndChar + +StartChar: udieresis +Encoding: 252 252 138 +Width: 654 +VWidth: 0 +Flags: W +HStem: -10 112<237.115 405.808> 0 21G<468.909 567> 462 20G<88 208 447 567> 563 131<135 277 383 524> +VStem: 88 120<132.365 482> 135 142<563 694> 383 141<563 694> 447 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +447 482 m 1xb9 + 567 482 l 1 + 567 0 l 1 + 478 0 l 1x79 + 463 33 l 1 + 384 -1 318 -10 274 -10 c 0 + 110 -10 88 99 88 197 c 2 + 88 482 l 1 + 208 482 l 1 + 208 198 l 2 + 208 166 212 102 316 102 c 0 + 365 102 417 118 447 129 c 1 + 447 482 l 1xb9 +135 694 m 1x34 + 277 694 l 1 + 277 563 l 1 + 135 563 l 1 + 135 694 l 1x34 +383 694 m 1x32 + 524 694 l 1 + 524 563 l 1 + 383 563 l 1 + 383 694 l 1x32 +EndSplineSet +EndChar + +StartChar: ydieresis +Encoding: 255 255 139 +Width: 592 +VWidth: 0 +Flags: W +HStem: 462 20G<24 159.703 452 587> 563 131<117 262 364 507> +VStem: 117 145<563 694> 364 143<563 694> +LayerCount: 3 +Fore +SplineSet +24 482 m 1 + 151 482 l 1 + 312 112 l 1 + 460 482 l 1 + 587 482 l 1 + 269 -259 l 1 + 124 -259 l 1 + 244 1 l 1 + 24 482 l 1 +117 694 m 1 + 262 694 l 1 + 262 563 l 1 + 117 563 l 1 + 117 694 l 1 +364 694 m 1 + 507 694 l 1 + 507 563 l 1 + 364 563 l 1 + 364 694 l 1 +EndSplineSet +EndChar + +StartChar: dotlessi +Encoding: 305 305 140 +Width: 295 +VWidth: 1023 +Flags: W +HStem: 0 21G<88 208> 462 20G<88 208> +VStem: 88 120<0 482> +LayerCount: 3 +Fore +SplineSet +88 482 m 1 + 208 482 l 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1 +EndSplineSet +EndChar + +StartChar: Agrave +Encoding: 192 192 141 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 674 20G<330.075 480.925> +LayerCount: 3 +Fore +SplineSet +338 694 m 1 + 473 694 l 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 338 694 l 1 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +288 950 m 1 + 596 777 l 1 + 541 690 l 1 + 228 854 l 1 + 288 950 l 1 +EndSplineSet +EndChar + +StartChar: Aacute +Encoding: 193 193 142 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 674 20G<330.075 480.925> +LayerCount: 3 +Fore +SplineSet +338 694 m 1 + 473 694 l 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 338 694 l 1 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +522 950 m 1 + 583 854 l 1 + 269 690 l 1 + 214 777 l 1 + 522 950 l 1 +EndSplineSet +EndChar + +StartChar: Acircumflex +Encoding: 194 194 143 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 674 20G<330.075 480.925> +LayerCount: 3 +Fore +SplineSet +338 694 m 1 + 473 694 l 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 338 694 l 1 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +417 949 m 1 + 584 779 l 1 + 503 708 l 1 + 409 803 l 1 + 313 709 l 1 + 233 774 l 1 + 417 949 l 1 +EndSplineSet +EndChar + +StartChar: Atilde +Encoding: 195 195 144 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 674 20G<330.075 480.925> 729 99<468.134 519.774> 817 99<314.07 365.866> +VStem: 195 102<738.108 807.578> 533 100<833.331 905.469> +LayerCount: 3 +Fore +SplineSet +537 920 m 1xf6 + 637 905 l 1 + 633 885 l 2 + 622 828 611 729 504 729 c 1xf6 + 405 733 361 817 333 817 c 0 + 313 817 308 780 301 745 c 2 + 297 726 l 1 + 195 739 l 1 + 200 760 l 2 + 212 815 223 916 330 916 c 1xee + 429 912 473 828 501 828 c 0 + 520 828 525 862 533 901 c 2 + 537 920 l 1xf6 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +338 694 m 1 + 473 694 l 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 338 694 l 1 +EndSplineSet +EndChar + +StartChar: Aring +Encoding: 197 197 145 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 824 91<358.594 454.987> +VStem: 243 103<727.703 810.55> 467 104<727.443 811.147> +LayerCount: 3 +Fore +SplineSet +407 915 m 0 + 495 915 571 852 571 770 c 0 + 571 720 539 676 492 652 c 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 320 653 l 1 + 275 677 243 720 243 770 c 0 + 243 851 318 915 407 915 c 0 +408 824 m 0 + 371 824 346 798 346 770 c 0 + 346 743 369 715 408 715 c 0 + 443 715 467 742 467 770 c 0 + 467 798 443 824 408 824 c 0 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +EndSplineSet +EndChar + +StartChar: uni00B2 +Encoding: 178 178 146 +Width: 390 +VWidth: 0 +Flags: W +HStem: 358 76<159 319> 682 74<92.5507 221.568> +VStem: 231 88<607.083 671.237> +LayerCount: 3 +Fore +SplineSet +60 404 m 1 + 106 552 231 598 231 640 c 0 + 231 658 209 682 173 682 c 0 + 156 682 135 678 86 658 c 2 + 75 653 l 1 + 48 719 l 1 + 58 724 l 1 + 87 739 129 756 181 756 c 0 + 254 756 313 712 313 647 c 0 + 313 555 206 525 159 434 c 1 + 319 434 l 1 + 319 358 l 1 + 60 358 l 1 + 60 404 l 1 +EndSplineSet +EndChar + +StartChar: uni00B3 +Encoding: 179 179 147 +Width: 390 +VWidth: 1023 +Flags: W +HStem: 354 78<63.0981 221.203> 532 74<123 212.367> 678 77<90.3929 215.787> +VStem: 219 80<616.515 672.487> 233 81<446.829 518.014> +LayerCount: 3 +Fore +SplineSet +175 755 m 0xf0 + 244 755 299 713 299 653 c 0xf0 + 299 624 288 597 268 578 c 1 + 301 557 314 525 314 491 c 0 + 314 409 248 354 160 354 c 0 + 118 354 86 364 57 376 c 2 + 46 381 l 1 + 69 449 l 1 + 81 446 l 1 + 125 434 141 432 161 432 c 0 + 199 432 233 452 233 482 c 0xe8 + 233 525 182 532 135 532 c 2 + 123 532 l 1 + 123 606 l 1 + 135 606 l 2 + 175 606 219 614 219 646 c 0 + 219 660 205 678 170 678 c 0 + 139 678 110 665 92 657 c 2 + 81 651 l 1 + 52 720 l 1 + 62 725 l 1 + 89 738 127 755 175 755 c 0xf0 +EndSplineSet +EndChar + +StartChar: acute +Encoding: 180 180 148 +Width: 558 +VWidth: 0 +Flags: W +HStem: 501 264 +VStem: 120 318 +LayerCount: 3 +Fore +SplineSet +367 765 m 5 + 438 681 l 5 + 190 501 l 5 + 120 581 l 5 + 367 765 l 5 +EndSplineSet +EndChar + +StartChar: uni00B9 +Encoding: 185 185 149 +Width: 265 +VWidth: 0 +Flags: W +VStem: 100 80<359 669> +LayerCount: 3 +Fore +SplineSet +121 750 m 1 + 180 750 l 1 + 180 359 l 1 + 100 359 l 1 + 100 669 l 1 + 33 650 l 1 + 15 721 l 1 + 121 750 l 1 +EndSplineSet +EndChar + +StartChar: ordmasculine +Encoding: 186 186 150 +Width: 372 +VWidth: 1023 +Flags: W +HStem: 355 73<135.378 239.96> 679 75<132.075 240.938> +VStem: 21 80<465.601 646.076> 271 81<462.515 647.513> +LayerCount: 3 +Fore +SplineSet +186 679 m 0 + 152 679 101 662 101 561 c 0 + 101 447 153 428 187 428 c 0 + 221 428 271 447 271 558 c 0 + 271 664 220 679 186 679 c 0 +352 559 m 0 + 352 431 279 355 186 355 c 0 + 103 355 21 404 21 560 c 0 + 21 690 104 754 187 754 c 0 + 253 754 352 721 352 559 c 0 +EndSplineSet +EndChar + +StartChar: Egrave +Encoding: 200 200 151 +Width: 706 +VWidth: 0 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> 700 21G<477.366 528.494> +VStem: 142 123<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 + 142 694 l 1 +247 959 m 1 + 567 787 l 1 + 517 700 l 1 + 192 864 l 1 + 247 959 l 1 +EndSplineSet +EndChar + +StartChar: Eacute +Encoding: 201 201 152 +Width: 706 +VWidth: 0 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> 700 21G<250.506 301.512> +VStem: 142 123<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 + 142 694 l 1 +532 959 m 1 + 586 864 l 1 + 262 700 l 1 + 212 787 l 1 + 532 959 l 1 +EndSplineSet +EndChar + +StartChar: Ecircumflex +Encoding: 202 202 153 +Width: 706 +VWidth: 0 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> +VStem: 142 123<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 + 142 694 l 1 +394 953 m 1 + 564 782 l 1 + 486 712 l 1 + 385 807 l 1 + 281 713 l 1 + 205 778 l 1 + 394 953 l 1 +EndSplineSet +EndChar + +StartChar: Icircumflex +Encoding: 206 206 154 +Width: 396 +VWidth: 0 +Flags: W +HStem: 0 21G<165 288> 674 20G<165 288> +VStem: 165 123<0 694> +LayerCount: 3 +Fore +SplineSet +165 694 m 1 + 288 694 l 1 + 288 0 l 1 + 165 0 l 1 + 165 694 l 1 +235 949 m 5 + 388 778 l 5 + 312 708 l 5 + 228 803 l 5 + 142 709 l 5 + 68 774 l 5 + 235 949 l 5 +EndSplineSet +EndChar + +StartChar: Igrave +Encoding: 204 204 155 +Width: 396 +VWidth: 0 +Flags: W +HStem: 0 21G<164 287> 674 20G<164 287> +VStem: 164 123<0 694> +LayerCount: 3 +Fore +SplineSet +164 694 m 1 + 287 694 l 1 + 287 0 l 1 + 164 0 l 1 + 164 694 l 1 +122 949 m 1 + 402 776 l 1 + 351 690 l 1 + 66 854 l 1 + 122 949 l 1 +EndSplineSet +EndChar + +StartChar: Iacute +Encoding: 205 205 156 +Width: 436 +VWidth: 0 +Flags: W +HStem: 0 21G<203 326> 674 20G<203 326> 731 264 +VStem: 132 318 203 123<0 694> +LayerCount: 3 +Fore +SplineSet +203 694 m 1xe8 + 326 694 l 1 + 326 0 l 1 + 203 0 l 1 + 203 694 l 1xe8 +EndSplineSet +Refer: 148 180 S 1 0 0 1 12 230 2 +EndChar + +StartChar: Ntilde +Encoding: 209 209 157 +Width: 890 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 635.581 788> 674 20G<142 291.559 665 788> 729 99<531.76 583.271> 817 99<377.828 429.844> +VStem: 142 123<0 534> 259 101<738.099 804.36> 665 123<161 694> +LayerCount: 3 +Fore +SplineSet +601 920 m 1xe6 + 701 905 l 1 + 696 885 l 2 + 685 828 675 729 568 729 c 1xe6 + 469 733 425 817 397 817 c 0 + 377 817 371 780 364 745 c 2 + 360 726 l 1 + 259 739 l 1 + 263 760 l 2 + 275 815 287 916 394 916 c 1xd6 + 493 912 536 828 564 828 c 0 + 583 828 588 862 596 901 c 2 + 601 920 l 1xe6 +142 694 m 1xca + 277 694 l 1 + 665 161 l 1 + 665 694 l 1 + 788 694 l 1 + 788 0 l 1 + 650 0 l 1 + 265 534 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1xca +EndSplineSet +EndChar + +StartChar: Ograve +Encoding: 210 210 158 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.076> +VStem: 105 126<248.908 459.514> 711 126<238.736 449.155> +LayerCount: 3 +Fore +SplineSet +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +711 346 m 0 + 711 517 581 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +386 951 m 1 + 691 779 l 1 + 636 692 l 1 + 326 856 l 1 + 386 951 l 1 +EndSplineSet +EndChar + +StartChar: Oacute +Encoding: 211 211 159 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.076> +VStem: 105 126<248.908 459.514> 711 126<238.736 449.155> +LayerCount: 3 +Fore +SplineSet +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +711 346 m 0 + 711 517 581 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +598 950 m 1 + 657 855 l 1 + 347 690 l 1 + 293 778 l 1 + 598 950 l 1 +EndSplineSet +EndChar + +StartChar: Ocircumflex +Encoding: 212 212 160 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.076> +VStem: 105 126<248.908 459.514> 711 126<238.736 449.155> +LayerCount: 3 +Fore +SplineSet +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +711 346 m 0 + 711 517 581 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +487 949 m 1 + 653 779 l 1 + 572 708 l 1 + 479 803 l 1 + 385 709 l 1 + 305 774 l 1 + 487 949 l 1 +EndSplineSet +EndChar + +StartChar: Otilde +Encoding: 213 213 161 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.298> 729 99<535.64 589.271> 817 99<383.331 437.36> +VStem: 105 126<248.908 459.514> 265 101<738.099 804.36> 602 100<833.331 905.312> 711 126<238.736 452.067> +LayerCount: 3 +Fore +SplineSet +606 920 m 5xef + 707 905 l 5 + 702 885 l 6 + 691 828 681 729 574 729 c 5xef + 475 733 431 817 403 817 c 4 + 383 817 377 780 370 745 c 6 + 366 726 l 5 + 265 739 l 5 + 269 760 l 6 + 281 815 292 916 399 916 c 5xdf + 498 912 542 828 570 828 c 4 + 589 828 594 862 602 901 c 6 + 606 920 l 5xef +711 346 m 0 + 711 517 582 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +EndSplineSet +EndChar + +StartChar: Ugrave +Encoding: 217 217 162 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<333.479 555.722> 674 20G<142 265 626 749> +VStem: 142 123<167.592 694> 626 123<167.162 694> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 265 694 l 1 + 265 254 l 2 + 265 179 290 102 445 102 c 0 + 590 102 626 169 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 242 l 2 + 749 170 746 -10 441 -10 c 0 + 144 -10 142 171 142 242 c 2 + 142 694 l 1 +324 963 m 5 + 638 791 l 5 + 583 705 l 5 + 263 868 l 5 + 324 963 l 5 +EndSplineSet +EndChar + +StartChar: Uacute +Encoding: 218 218 163 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<333.479 555.722> 674 20G<142 265 626 749> +VStem: 142 123<167.592 694> 626 123<167.162 694> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 265 694 l 1 + 265 254 l 2 + 265 179 290 102 445 102 c 0 + 590 102 626 169 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 242 l 2 + 749 170 746 -10 441 -10 c 0 + 144 -10 142 171 142 242 c 2 + 142 694 l 1 +582 965 m 5 + 641 870 l 5 + 323 705 l 5 + 267 792 l 5 + 582 965 l 5 +EndSplineSet +EndChar + +StartChar: Ucircumflex +Encoding: 219 219 164 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<333.479 555.722> 674 20G<142 265 626 749> +VStem: 142 123<167.592 694> 626 123<167.162 694> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 265 694 l 1 + 265 254 l 2 + 265 179 290 102 445 102 c 0 + 590 102 626 169 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 242 l 2 + 749 170 746 -10 441 -10 c 0 + 144 -10 142 171 142 242 c 2 + 142 694 l 1 +454 949 m 1 + 625 778 l 1 + 541 708 l 1 + 445 803 l 1 + 348 709 l 1 + 266 774 l 1 + 454 949 l 1 +EndSplineSet +EndChar + +StartChar: Yacute +Encoding: 221 221 165 +Width: 696 +VWidth: 0 +Flags: W +HStem: 0 21G<306 444> 674 20G<49 207.829 554.948 710> +VStem: 306 138<0 324> +LayerCount: 3 +Fore +SplineSet +49 694 m 1 + 194 694 l 1 + 380 425 l 1 + 569 694 l 1 + 710 694 l 1 + 444 324 l 1 + 444 0 l 1 + 306 0 l 1 + 306 324 l 1 + 49 694 l 1 +501 965 m 5 + 562 870 l 5 + 244 705 l 5 + 188 792 l 5 + 501 965 l 5 +EndSplineSet +EndChar + +StartChar: agrave +Encoding: 224 224 166 +Width: 563 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 +LayerCount: 3 +Fore +SplineSet +248 760 m 1 + 482 576 l 1 + 419 496 l 1 + 164 676 l 1 + 248 760 l 1 +EndSplineSet +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: aacute +Encoding: 225 225 167 +Width: 563 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 501 264 +VStem: 120 318 +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 0 0 2 +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: acircumflex +Encoding: 226 226 168 +Width: 564 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 541 241 +VStem: 123 319 +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 -7 0 2 +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: atilde +Encoding: 227 227 169 +Width: 563 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 517 98<347.396 401.099> 605 99<177.108 236.764> +LayerCount: 3 +Fore +SplineSet +418 708 m 5xf0 + 510 693 l 5 + 498 631 l 6 + 495 613 479 517 387 517 c 5xf0 + 278 521 230 605 199 605 c 4 + 178 605 173 571 170 557 c 6 + 160 514 l 5 + 67 527 l 5 + 80 589 l 6 + 84 608 97 704 195 704 c 5xe8 + 302 700 354 615 383 615 c 4 + 403 615 408 658 409 664 c 6 + 418 708 l 5xf0 +EndSplineSet +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: aring +Encoding: 229 229 170 +Width: 563 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 509 84<270.344 356.539> 684 84<269.831 357.633> +VStem: 162 99<602.609 674.844> 366 90<602.609 675.021> +LayerCount: 3 +Fore +SplineSet +314 684 m 0 + 283 684 261 663 261 639 c 0 + 261 615 282 593 314 593 c 0 + 343 593 366 615 366 639 c 0 + 366 663 343 684 314 684 c 0 +313 768 m 0 + 397 768 456 711 456 639 c 0 + 456 567 399 509 314 509 c 0 + 229 509 162 567 162 639 c 0 + 162 710 227 768 313 768 c 0 +EndSplineSet +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: egrave +Encoding: 232 232 171 +Width: 564 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 +LayerCount: 3 +Fore +SplineSet +254 765 m 1 + 490 581 l 1 + 425 501 l 1 + 171 681 l 1 + 254 765 l 1 +EndSplineSet +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: eacute +Encoding: 233 233 172 +Width: 565 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 501 264 +VStem: 122 318 +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 2 0 2 +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: ecircumflex +Encoding: 234 234 173 +Width: 562 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 541 241 +VStem: 124 319 +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 -6 0 2 +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: igrave +Encoding: 236 236 174 +Width: 295 +VWidth: 0 +Flags: W +HStem: 0 21G<96 216> 462 20G<96 216> +VStem: 96 120<0 482> +LayerCount: 3 +Fore +SplineSet +96 482 m 1 + 216 482 l 1 + 216 0 l 1 + 96 0 l 1 + 96 482 l 1 +71 765 m 1 + 278 581 l 1 + 215 501 l 1 + 0 681 l 1 + 71 765 l 1 +EndSplineSet +EndChar + +StartChar: iacute +Encoding: 237 237 175 +Width: 295 +VWidth: 1023 +Flags: W +HStem: 0 21<88 208> 462 20<88 208> 501 264 +VStem: 20 318 88 120<0 482> +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 -100 0 2 +Refer: 140 305 N 1 0 0 1 0 0 2 +EndChar + +StartChar: icircumflex +Encoding: 238 238 176 +Width: 295 +VWidth: 1023 +Flags: W +HStem: 0 21<88 208 88 208> 462 20<88 208 88 208> 541 241 +VStem: -3 319 88 120<0 482 0 482> +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 -133 0 2 +Refer: 140 305 N 1 0 0 1 0 0 2 +EndChar + +StartChar: ograve +Encoding: 242 242 177 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<256.861 424.541> 383 109<248.337 414.946> +VStem: 63 119<172.971 320.588> 490 118<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +291 765 m 1 + 523 581 l 1 + 456 501 l 1 + 208 681 l 1 + 291 765 l 1 +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 166 245 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 335 406 383 331 383 c 0 +339 492 m 0 + 496 492 608 406 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 170 -10 63 82 63 236 c 0 + 63 393 169 492 339 492 c 0 +EndSplineSet +EndChar + +StartChar: oacute +Encoding: 243 243 178 +Width: 594 +VWidth: 1023 +Flags: W +HStem: -10 90<225.784 374.967> 400 90<217.913 369.22> 501 264 +VStem: 40 119<168.275 325.09> 115.093 318 436.199 118<159.172 317.512> +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 -4.9072 0 2 +Refer: 6 111 N 1 0 0 1 0 0 2 +EndChar + +StartChar: ocircumflex +Encoding: 244 244 179 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<256.861 424.541> 383 109<248.337 414.946> 717 20G<325.4 367.118> +VStem: 63 119<172.971 320.588> 490 118<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +339 492 m 0 + 496 492 608 406 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 170 -10 63 82 63 236 c 0 + 63 393 169 492 339 492 c 0 +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 166 245 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 335 406 383 331 383 c 0 +347 737 m 1 + 518 567 l 1 + 437 496 l 1 + 339 591 l 1 + 239 498 l 1 + 158 562 l 1 + 347 737 l 1 +EndSplineSet +EndChar + +StartChar: otilde +Encoding: 245 245 180 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<256.861 424.541> 383 109<248.337 414.946> 519 98<397.396 451.096> 607 99<226.817 286.764> +VStem: 63 119<172.971 320.588> 490 118<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +467 710 m 1xec + 560 695 l 1 + 547 633 l 2 + 544 615 529 519 437 519 c 1xec + 328 523 280 607 249 607 c 0 + 228 607 222 573 219 559 c 2 + 209 516 l 1 + 117 529 l 1 + 129 591 l 2 + 133 610 147 706 245 706 c 1xdc + 352 702 404 617 433 617 c 0 + 453 617 458 660 459 666 c 2 + 467 710 l 1xec +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 166 245 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 335 406 383 331 383 c 0 +339 492 m 0 + 496 492 608 406 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 170 -10 63 82 63 236 c 0 + 63 393 169 492 339 492 c 0 +EndSplineSet +EndChar + +StartChar: ugrave +Encoding: 249 249 181 +Width: 654 +VWidth: 0 +Flags: W +HStem: -10 112<237.115 405.808> 0 21G<468.909 567> 462 20G<88 208 447 567> +VStem: 88 120<132.365 482> 447 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +447 482 m 1xb8 + 567 482 l 1 + 567 0 l 1 + 478 0 l 1x78 + 463 33 l 1 + 384 -1 318 -10 274 -10 c 0 + 110 -10 88 99 88 197 c 2 + 88 482 l 1 + 208 482 l 1 + 208 198 l 2 + 208 166 212 102 316 102 c 0 + 365 102 417 118 447 129 c 1 + 447 482 l 1xb8 +260 765 m 1 + 498 581 l 1 + 432 501 l 1 + 180 681 l 1 + 260 765 l 1 +EndSplineSet +EndChar + +StartChar: uacute +Encoding: 250 250 182 +Width: 586 +VWidth: 1023 +Flags: W +HStem: -10 112<211.106 361.091> 0 21<419.735 517.826> 462 20<62.7266 182.727 397.826 517.826> 501 264 +VStem: 62.7266 120<127.826 482> 164 318 397.826 120<120.712 482> +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 44 0 2 +Refer: 14 117 N 1 0 0 1 0 0 2 +EndChar + +StartChar: ucircumflex +Encoding: 251 251 183 +Width: 654 +VWidth: 0 +Flags: W +HStem: -10 112<237.115 405.808> 0 21G<468.909 567> 462 20G<88 208 447 567> 717 20G<319.4 361> +VStem: 88 120<132.365 482> 447 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +447 482 m 1xbc + 567 482 l 1 + 567 0 l 1 + 478 0 l 1x7c + 463 33 l 1 + 384 -1 318 -10 274 -10 c 0 + 110 -10 88 99 88 197 c 2 + 88 482 l 1 + 208 482 l 1 + 208 198 l 2 + 208 166 212 102 316 102 c 0 + 365 102 417 118 447 129 c 1 + 447 482 l 1xbc +341 737 m 1 + 511 567 l 1 + 435 496 l 1 + 333 591 l 1 + 229 498 l 1 + 152 562 l 1 + 341 737 l 1 +EndSplineSet +EndChar + +StartChar: yacute +Encoding: 253 253 184 +Width: 592 +VWidth: 0 +Flags: W +HStem: 462 20G<24 159.703 452 587> +LayerCount: 3 +Fore +SplineSet +24 482 m 1 + 151 482 l 1 + 312 112 l 1 + 460 482 l 1 + 587 482 l 1 + 269 -259 l 1 + 124 -259 l 1 + 244 1 l 1 + 24 482 l 1 +443 765 m 1 + 517 681 l 1 + 278 501 l 1 + 206 581 l 1 + 443 765 l 1 +EndSplineSet +EndChar + +StartChar: ntilde +Encoding: 241 241 185 +Width: 654 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208 446 567> 380 112<247.69 417.016> 462 20G<88 185.485> 519 99<405.291 461.028> 607 99<238.809 298.539> +VStem: 88 120<0 360.146> 446 121<0 349.635> +LayerCount: 3 +Fore +SplineSet +477 710 m 1x96 + 570 696 l 1 + 557 634 l 2 + 554 616 539 519 447 519 c 1x96 + 339 523 292 607 261 607 c 0 + 241 607 234 574 231 560 c 2 + 221 516 l 1 + 126 530 l 1 + 139 592 l 2 + 143 611 157 706 257 706 c 1x8e + 364 702 413 618 442 618 c 0 + 462 618 467 657 469 666 c 2 + 477 710 l 1x96 +88 482 m 1xa6 + 177 482 l 1xa6 + 191 449 l 1 + 270 483 336 492 380 492 c 0 + 544 492 567 383 567 285 c 2 + 567 0 l 1 + 446 0 l 1 + 446 283 l 2 + 446 317 442 380 339 380 c 0xc6 + 290 380 238 364 208 353 c 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1xa6 +EndSplineSet +EndChar + +StartChar: eth +Encoding: 240 240 186 +Width: 691 +VWidth: 1023 +Flags: W +HStem: -10 106<259.714 410.593> 394 70<245.035 427.604> 680 20G<515 562.605> +VStem: 63 118<174.094 319.141> 486 118<178.354 353.812> +LayerCount: 3 +Fore +SplineSet +181 255 m 0 + 181 162 253 96 336 96 c 0 + 382 96 463 117 481 235 c 0 + 485 267 486 301 486 327 c 2 + 486 346 l 1 + 409 386 360 394 327 394 c 0 + 244 394 181 339 181 255 c 0 +290 711 m 2 + 348 697 403 675 452 645 c 1 + 551 700 l 1 + 598 619 l 1 + 527 578 l 1 + 588 508 604 426 604 332 c 0 + 604 160 566 -10 327 -10 c 0 + 166 -10 63 74 63 212 c 0 + 63 348 157 464 315 464 c 0 + 349 464 399 460 473 431 c 1 + 462 463 443 491 412 518 c 1 + 307 465 l 1 + 253 546 l 1 + 320 580 l 1 + 295 592 269 602 242 610 c 2 + 217 618 l 1 + 271 716 l 1 + 290 711 l 2 +EndSplineSet +EndChar + +StartChar: thorn +Encoding: 254 254 187 +Width: 676 +VWidth: 1023 +Flags: W +HStem: -11 108<258.044 426.206> 381 109<260.865 420.244> 674 20G<93 219> +VStem: 93 126<-259 21 135.219 338.167 456 694> 495 118<161.51 310.646> +LayerCount: 3 +Back +SplineSet +298.34 420.898 m 4 + 185.547 420.898 168.457 314.453 168.457 228.027 c 4 + 168.457 176.27 175.293 57.1289 300.293 57.1289 c 4 + 361.816 57.1289 454.59 101.074 454.59 234.863 c 4 + 454.59 357.422 373.535 420.898 298.34 420.898 c 4 +312.012 489.746 m 4 + 431.641 489.746 532.715 400.879 532.715 249.023 c 4 + 532.715 97.6562 435.547 -11.2305 307.617 -11.2305 c 4 + 259.277 -11.2305 209.473 6.83594 172.852 41.0156 c 5 + 172.852 -259.277 l 5 + 92.7734 -259.277 l 5 + 92.7734 693.848 l 5 + 172.852 693.848 l 5 + 172.852 432.129 l 5 + 208.984 472.656 261.23 489.746 312.012 489.746 c 4 +EndSplineSet +Fore +SplineSet +339 381 m 0 + 262 381 213 343 213 229 c 0 + 213 174 227 97 341 97 c 0 + 402 97 495 130 495 235 c 0 + 495 333 412 381 339 381 c 0 +354 490 m 0 + 501 490 613 400 613 249 c 0 + 613 100 508 -11 350 -11 c 0 + 305 -11 259 0 219 21 c 1 + 219 -259 l 1 + 93 -259 l 1 + 93 694 l 1 + 219 694 l 1 + 219 456 l 1 + 260 480 308 490 354 490 c 0 +EndSplineSet +EndChar + +StartChar: Eth +Encoding: 208 208 188 +Width: 863 +VWidth: 1023 +Flags: W +HStem: 0 113<287 531.112> 301 114<57 164 287 414> 581 113<287 536.007> +VStem: 164 123<113 301 415 581> 684 124<239.352 449.531> +LayerCount: 3 +Fore +SplineSet +164 694 m 1 + 396 694 l 2 + 503 694 808 678 808 367 c 0 + 808 21 508 0 365 0 c 2 + 164 0 l 1 + 164 301 l 1 + 57 301 l 1 + 57 415 l 1 + 164 415 l 1 + 164 694 l 1 +402 581 m 2 + 287 581 l 1 + 287 415 l 1 + 414 415 l 1 + 414 301 l 1 + 287 301 l 1 + 287 113 l 1 + 368 113 l 2 + 492 113 684 128 684 351 c 0 + 684 448 632 581 402 581 c 2 +EndSplineSet +EndChar + +StartChar: Oslash +Encoding: 216 216 189 +Width: 937 +VWidth: 0 +Flags: W +HStem: -7 112<382.676 587.057> -0 21G<113.226 154> 588 113<374.001 584.875> +VStem: 115 126<244.469 459.303> 721 126<238.736 456.46> +LayerCount: 3 +Back +SplineSet +827.988 692.007 m 29 + 77.6553 62.4023 l 29 + 130.384 -0.436523 l 29 + 880.718 629.17 l 29 + 827.988 692.007 l 29 +481.445 701.172 m 4 + 693.359 701.172 847.168 568.848 847.168 354.492 c 4 + 847.168 139.16 697.266 -7.32422 477.539 -7.32422 c 4 + 289.062 -7.32422 114.746 108.887 114.746 345.215 c 4 + 114.746 562.5 266.602 701.172 481.445 701.172 c 4 +476.562 588.379 m 4 + 362.793 588.379 240.723 518.066 240.723 354.98 c 4 + 240.723 200.684 349.121 105.469 484.863 105.469 c 4 + 596.68 105.469 721.191 176.27 721.191 346.191 c 4 + 721.191 518.066 589.844 588.379 476.562 588.379 c 4 +EndSplineSet +Fore +SplineSet +477 588 m 0x38 + 363 588 241 518 241 355 c 0 + 241 305 252 261 272 225 c 1 + 639 534 l 1 + 592 572 533 588 477 588 c 0x38 +828 692 m 1 + 881 629 l 1 + 791 554 l 1 + 827 500 847 432 847 354 c 0 + 847 139 698 -7 478 -7 c 0xb8 + 384 -7 293 22 226 80 c 1 + 130 -0 l 1x78 + 78 62 l 1 + 172 141 l 1 + 136 194 115 262 115 345 c 0 + 115 562 266 701 481 701 c 0 + 583 701 672 671 736 615 c 1 + 828 692 l 1 +692 471 m 1 + 324 162 l 1 + 367 126 423 105 485 105 c 0 + 597 105 721 176 721 346 c 0 + 721 396 711 437 692 471 c 1 +EndSplineSet +EndChar + +StartChar: logicalnot +Encoding: 172 172 190 +Width: 683 +VWidth: 1023 +Flags: W +HStem: 265 112<41 530> +VStem: 530 113<118 265> +LayerCount: 3 +Fore +SplineSet +41 377 m 1 + 643 377 l 1 + 643 118 l 1 + 530 118 l 1 + 530 265 l 1 + 41 265 l 1 + 41 377 l 1 +EndSplineSet +EndChar + +StartChar: macron +Encoding: 175 175 191 +Width: 683 +VWidth: 1023 +Flags: W +HStem: 708 113<119 564> +LayerCount: 3 +Fore +SplineSet +119 821 m 1 + 564 821 l 1 + 564 708 l 1 + 119 708 l 1 + 119 821 l 1 +EndSplineSet +EndChar + +StartChar: ordfeminine +Encoding: 170 170 192 +Width: 374 +VWidth: 1023 +Flags: W +HStem: 350 64<148.62 235.995> 485 65<151.666 243> 603 63<89.4375 235.08> +VStem: 73 72<419.506 475.691> 243 72<422.972 485 550 593.789> +LayerCount: 3 +Fore +SplineSet +243 485 m 1 + 242 485 l 2 + 178 485 145 476 145 448 c 0 + 145 434 160 414 192 414 c 0 + 211 414 229 424 243 444 c 1 + 243 485 l 1 +243 550 m 1 + 243 569 239 603 186 603 c 0 + 154 603 114 592 106 590 c 2 + 94 586 l 1 + 80 644 l 1 + 90 647 l 1 + 122 659 156 666 191 666 c 0 + 309 666 315 592 315 552 c 2 + 315 359 l 1 + 261 359 l 1 + 254 376 l 1 + 235 360 211 350 185 350 c 0 + 122 350 73 385 73 447 c 0 + 73 531 134 549 243 550 c 1 +EndSplineSet +EndChar + +StartChar: Thorn +Encoding: 222 222 193 +Width: 727 +VWidth: 1023 +Flags: W +HStem: 0 21G<142 265> 139 112<265 505.256> 472 99<265 507.007> 674 20G<142 265> +VStem: 142 123<0 141 254 469 566 694> 559 125<298.113 425.572> +LayerCount: 3 +Fore +SplineSet +367 472 m 0 + 332 472 299 471 265 469 c 1 + 265 254 l 1 + 307 252 335 251 352 251 c 2 + 367 251 l 2 + 462 251 559 261 559 367 c 0 + 559 459 467 472 367 472 c 0 +142 694 m 1 + 265 694 l 1 + 265 566 l 1 + 307 569 349 571 393 571 c 0 + 558 571 684 532 684 377 c 0 + 684 299 652 189 525 155 c 1 + 489 146 429 139 334 139 c 0 + 311 139 288 140 265 141 c 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 +EndSplineSet +EndChar + +StartChar: quotedblleft +Encoding: 8220 8220 194 +Width: 405 +VWidth: 1023 +Flags: W +HStem: 506 252<65 130 251 315> +LayerCount: 3 +Fore +SplineSet +388 758 m 1 + 315 506 l 1 + 178 506 l 1 + 251 758 l 1 + 388 758 l 1 +203 758 m 1 + 130 506 l 1 + -7 506 l 1 + 65 758 l 1 + 203 758 l 1 +EndSplineSet +EndChar + +StartChar: quotedblright +Encoding: 8221 8221 195 +Width: 405 +VWidth: 1023 +Flags: W +HStem: 506 252<65 130 251 315> +LayerCount: 3 +Fore +SplineSet +251 758 m 1 + 388 758 l 1 + 315 506 l 1 + 178 506 l 1 + 251 758 l 1 +65 758 m 1 + 203 758 l 1 + 130 506 l 1 + -7 506 l 1 + 65 758 l 1 +EndSplineSet +EndChar + +StartChar: Ydieresis +Encoding: 376 376 196 +Width: 696 +VWidth: 0 +Flags: W +HStem: 0 21G<306 444> 674 20G<49 207.829 554.948 710> 796 131<184 328 428 574> +VStem: 184 144<796 927> 306 138<0 324> 428 146<796 927> +LayerCount: 3 +Fore +SplineSet +49 694 m 1xe8 + 194 694 l 1 + 380 425 l 1 + 569 694 l 1 + 710 694 l 1 + 444 324 l 1 + 444 0 l 1 + 306 0 l 1 + 306 324 l 1 + 49 694 l 1xe8 +428 927 m 1xe4 + 574 927 l 1 + 574 796 l 1 + 428 796 l 1 + 428 927 l 1xe4 +184 927 m 1xf0 + 328 927 l 1 + 328 796 l 1 + 184 796 l 1 + 184 927 l 1xf0 +EndSplineSet +EndChar + +StartChar: zcaron +Encoding: 382 382 197 +Width: 606 +VWidth: 0 +Flags: W +HStem: 0 103<245 533> 379 103<73 345> 719 20G<382.204 428.438> +LayerCount: 3 +Fore +SplineSet +73 482 m 1 + 521 482 l 1 + 521 420 l 1 + 245 103 l 1 + 533 103 l 1 + 533 0 l 1 + 73 0 l 1 + 73 62 l 1 + 345 379 l 1 + 73 379 l 1 + 73 482 l 1 +291 500 m 1 + 121 669 l 1 + 195 740 l 1 + 299 646 l 1 + 405 739 l 1 + 480 675 l 1 + 291 500 l 1 +EndSplineSet +EndChar + +StartChar: Zcaron +Encoding: 381 381 198 +Width: 743 +VWidth: 0 +Flags: W +HStem: 0 113<252 714> 581 113<90 514> +LayerCount: 3 +Fore +SplineSet +90 694 m 1 + 701 694 l 1 + 701 619 l 1 + 252 113 l 1 + 714 113 l 1 + 714 0 l 1 + 76 0 l 1 + 76 76 l 1 + 514 581 l 1 + 90 581 l 1 + 90 694 l 1 +389 711 m 1 + 220 881 l 1 + 302 952 l 1 + 397 857 l 1 + 494 951 l 1 + 575 886 l 1 + 389 711 l 1 +EndSplineSet +EndChar + +StartChar: Scaron +Encoding: 352 352 199 +Width: 653 +VWidth: 1023 +Flags: W +HStem: -10 122<188.829 415.221> 558 113<466.099 541.492> 582 118<263.165 511.052> 720 240 +VStem: 80 134<460.459 540.749> 172 319 461.7 132<150.841 238.8> +LayerCount: 3 +Fore +Refer: 223 711 S 1 0 0 1 71 200 2 +Refer: 55 83 N 1 0 0 1 0 0 2 +EndChar + +StartChar: scaron +Encoding: 353 353 200 +Width: 524 +VWidth: 1023 +Flags: W +HStem: -10 90<131.439 340.099> 400 90<314.613 433.891> 520 240 +VStem: 62.9072 127<318.934 371.287> 101 319 354.807 129<108.717 162.947> +LayerCount: 3 +Fore +Refer: 223 711 S 1 0 0 1 0 0 2 +Refer: 7 115 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Euro +Encoding: 8364 8364 201 +Width: 651 +VWidth: 1023 +Flags: W +HStem: -30 116<352.045 561.175> 226 104<4 103 242 432> 394 104<36 105 255 463> 605 114<343.37 547.944> +VStem: 103 115<330 394> +LayerCount: 3 +Fore +SplineSet +117 226 m 1 + 4 226 l 1 + 4 330 l 1 + 103 330 l 1 + 103 335 103 340 103 346 c 0 + 103 362 104 378 105 394 c 1 + 36 394 l 1 + 36 498 l 1 + 127 498 l 1 + 174 633 288 719 435 719 c 0 + 506 719 567 700 612 680 c 2 + 629 673 l 1 + 594 566 l 1 + 574 574 l 1 + 494 605 447 605 433 605 c 0 + 355 605 292 563 255 498 c 1 + 463 498 l 1 + 463 394 l 1 + 221 394 l 1 + 219 378 217 363 217 346 c 0 + 217 341 218 335 218 330 c 1 + 432 330 l 1 + 432 226 l 1 + 242 226 l 1 + 277 146 347 86 448 86 c 0 + 488 86 532 94 583 114 c 2 + 602 122 l 1 + 638 24 l 1 + 622 16 l 2 + 574 -7 507 -30 430 -30 c 0 + 273 -30 156 74 117 226 c 1 +EndSplineSet +EndChar + +StartChar: emdash +Encoding: 8212 8212 202 +Width: 715 +VWidth: 1023 +Flags: W +HStem: 268 107<0 716> +LayerCount: 3 +Fore +SplineSet +0 375 m 5 + 716 375 l 5 + 716 268 l 5 + 0 268 l 5 + 0 375 l 5 +EndSplineSet +EndChar + +StartChar: endash +Encoding: 8211 8211 203 +Width: 605 +VWidth: 1023 +Flags: W +HStem: 268 107<0 606> +LayerCount: 3 +Fore +SplineSet +0 375 m 5 + 606 375 l 5 + 606 268 l 5 + 0 268 l 5 + 0 375 l 5 +EndSplineSet +EndChar + +StartChar: afii00208 +Encoding: 8213 8213 204 +Width: 821 +VWidth: 1023 +Flags: W +HStem: 268 107<0 821> +LayerCount: 3 +Fore +SplineSet +0 375 m 5 + 821 375 l 5 + 821 268 l 5 + 0 268 l 5 + 0 375 l 5 +EndSplineSet +EndChar + +StartChar: ellipsis +Encoding: 8230 8230 205 +Width: 839 +VWidth: 1023 +Flags: W +HStem: -20 143<68 210 344 486 620 762> +VStem: 68 142<-20 123> 344 142<-20 123> 620 142<-20 123> +CounterMasks: 1 70 +LayerCount: 3 +Fore +SplineSet +68 123 m 1 + 210 123 l 1 + 210 -20 l 1 + 68 -20 l 1 + 68 123 l 1 +344 123 m 1 + 486 123 l 1 + 486 -20 l 1 + 344 -20 l 1 + 344 123 l 1 +620 123 m 1 + 762 123 l 1 + 762 -20 l 1 + 620 -20 l 1 + 620 123 l 1 +EndSplineSet +EndChar + +StartChar: bullet +Encoding: 8226 8226 206 +Width: 680 +VWidth: 0 +Flags: W +HStem: 99 476<242.083 437.917> +VStem: 102 476<239.083 434.917> +LayerCount: 3 +Back +SplineSet +173 337 m 132 + 173 383 189.333 422.333 222 455 c 132 + 254.667 487.667 294 504 340 504 c 132 + 386 504 425.333 487.667 458 455 c 132 + 490.667 422.333 507 383 507 337 c 132 + 507 291 490.667 251.667 458 219 c 132 + 425.333 186.333 386 170 340 170 c 132 + 294 170 254.667 186.333 222 219 c 132 + 189.333 251.667 173 291 173 337 c 132 +EndSplineSet +Fore +SplineSet +173 337 m 132 + 173 383 189.333 422.333 222 455 c 132 + 254.667 487.667 294 504 340 504 c 132 + 386 504 425.333 487.667 458 455 c 132 + 490.667 422.333 507 383 507 337 c 132 + 507 291 490.667 251.667 458 219 c 132 + 425.333 186.333 386 170 340 170 c 132 + 294 170 254.667 186.333 222 219 c 132 + 189.333 251.667 173 291 173 337 c 132 +EndSplineSet +EndChar + +StartChar: uni203D +Encoding: 8253 8253 207 +Width: 510 +VWidth: 1023 +Flags: W +HStem: -20 138<132 270> 612 110<82.7998 288.49> +VStem: 132 138<-20 118> 144 113<171 266.122 412 547> 327 121<460.977 575.458> +LayerCount: 3 +Fore +SplineSet +132 118 m 1xe8 + 270 118 l 1 + 270 -20 l 1 + 132 -20 l 1 + 132 118 l 1xe8 +448 534 m 0 + 448 335 257 341 257 191 c 2 + 257 171 l 1 + 144 171 l 1 + 144 547 l 1 + 257 547 l 1 + 257 412 l 1xd8 + 292 441 327 476 327 523 c 0 + 327 559 303 612 199 612 c 0 + 170 612 125 608 82 590 c 2 + 63 583 l 1 + 23 678 l 1 + 40 687 l 2 + 86 709 142 722 207 722 c 0 + 320 722 448 684 448 534 c 0 +EndSplineSet +EndChar + +StartChar: quoteleft +Encoding: 8216 8216 208 +Width: 219 +VWidth: 1023 +Flags: W +HStem: 506 252<90 154> +VStem: 17 210 +LayerCount: 3 +Fore +SplineSet +17 758 m 1 + 154 758 l 1 + 227 506 l 1 + 90 506 l 1 + 17 758 l 1 +EndSplineSet +EndChar + +StartChar: quoteright +Encoding: 8217 8217 209 +Width: 219 +VWidth: 1023 +Flags: W +HStem: 506 252<65 130> +VStem: -7 210 +LayerCount: 3 +Fore +SplineSet +65 758 m 1 + 203 758 l 1 + 130 506 l 1 + -7 506 l 1 + 65 758 l 1 +EndSplineSet +EndChar + +StartChar: fraction +Encoding: 8260 8260 210 +Width: 505 +VWidth: 0 +Flags: W +LayerCount: 3 +Fore +SplineSet +399 714 m 1 + 531 714 l 1 + 107 -20 l 1 + -25 -20 l 1 + 399 714 l 1 +EndSplineSet +EndChar + +StartChar: florin +Encoding: 402 402 211 +Width: 480 +VWidth: 1023 +Flags: W +HStem: -264 107<-41.6016 127.597> -239 98<-39.4286 34.125> 379 103<56 150 289 462> 591 107<311.921 482.875> +VStem: 150 139<-137.525 379 482 568.287> +LayerCount: 3 +Fore +SplineSet +56 482 m 1xb8 + 150 482 l 1 + 150 515 l 2 + 150 546 152 583 175 618 c 0 + 209 671 276 698 357 698 c 0 + 406 698 452 687 482 678 c 2 + 500 672 l 1 + 479 575 l 1 + 459 580 l 1 + 423 589 402 591 387 591 c 0 + 292 591 289 537 289 508 c 2 + 289 482 l 1 + 462 482 l 1 + 462 379 l 1 + 289 379 l 1 + 289 -86 l 2 + 289 -143 275 -264 83 -264 c 0xb8 + 59 -264 18 -262 -41 -244 c 2 + -58 -239 l 1 + -38 -141 l 1x78 + -18 -146 l 2 + -4 -149 26 -157 55 -157 c 0 + 147 -157 150 -109 150 -77 c 2 + 150 379 l 1 + 56 379 l 1 + 56 482 l 1xb8 +EndSplineSet +EndChar + +StartChar: guilsinglleft +Encoding: 8249 8249 212 +Width: 296 +VWidth: 1023 +Flags: W +VStem: 12 280 +LayerCount: 3 +Fore +SplineSet +150 502 m 1 + 292 502 l 1 + 143 304 l 1 + 292 106 l 1 + 151 106 l 1 + 12 304 l 1 + 150 502 l 1 +EndSplineSet +EndChar + +StartChar: guilsinglright +Encoding: 8250 8250 213 +Width: 296 +VWidth: 1023 +Flags: W +VStem: 5 279 +LayerCount: 3 +Fore +SplineSet +5 502 m 5 + 146 502 l 5 + 284 304 l 5 + 146 106 l 5 + 5 106 l 5 + 154 304 l 5 + 5 502 l 5 +EndSplineSet +EndChar + +StartChar: dagger +Encoding: 8224 8224 214 +Width: 459 +VWidth: 1023 +Flags: W +HStem: 548 96<63 175 285 397> +VStem: 175 110<52 553 639 758> +LayerCount: 3 +Fore +SplineSet +175 553 m 1 + 63 548 l 1 + 63 644 l 1 + 175 639 l 1 + 175 758 l 1 + 285 758 l 1 + 285 639 l 1 + 397 644 l 1 + 397 548 l 1 + 285 553 l 1 + 285 52 l 1 + 175 52 l 1 + 175 553 l 1 +EndSplineSet +EndChar + +StartChar: daggerdbl +Encoding: 8225 8225 215 +Width: 459 +VWidth: 1023 +Flags: W +HStem: -23 95<63 175 285 397> 548 96<63 175 285 397> +VStem: 175 110<-137 -19 67 553 639 758> +LayerCount: 3 +Fore +SplineSet +175 553 m 1 + 63 548 l 1 + 63 644 l 1 + 175 639 l 1 + 175 758 l 1 + 285 758 l 1 + 285 639 l 1 + 397 644 l 1 + 397 548 l 1 + 285 553 l 1 + 285 67 l 1 + 397 72 l 1 + 397 -23 l 1 + 285 -19 l 1 + 285 -137 l 1 + 175 -137 l 1 + 175 -19 l 1 + 63 -23 l 1 + 63 72 l 1 + 175 67 l 1 + 175 553 l 1 +EndSplineSet +EndChar + +StartChar: quotesinglbase +Encoding: 8218 8218 216 +Width: 219 +VWidth: 1023 +Flags: W +HStem: -125 251<65 130> +VStem: -7 210 +LayerCount: 3 +Fore +SplineSet +65 126 m 1 + 203 126 l 1 + 130 -125 l 1 + -7 -125 l 1 + 65 126 l 1 +EndSplineSet +EndChar + +StartChar: quotedblbase +Encoding: 8222 8222 217 +Width: 405 +VWidth: 1023 +Flags: W +HStem: -127 252<65 130 251 315> +LayerCount: 3 +Fore +SplineSet +251 125 m 1 + 388 125 l 1 + 315 -127 l 1 + 178 -127 l 1 + 251 125 l 1 +65 125 m 1 + 203 125 l 1 + 130 -127 l 1 + -7 -127 l 1 + 65 125 l 1 +EndSplineSet +EndChar + +StartChar: perthousand +Encoding: 8240 8240 218 +Width: 937 +VWidth: 1023 +Flags: W +HStem: 12 86<442.299 509.89 738.538 805.923> 237 87<441.324 511.927 737.586 807.98> 374 85<126.129 193.185> 599 87<125.047 195.04> +VStem: 28 88<466.114 593.489> 203 88<465.797 593.249> 345 87<106.597 229.272> 520 87<104.59 230.878> 641 88<106.207 231.489> 816 88<104.59 230.878> +LayerCount: 3 +Fore +SplineSet +504 714 m 1 + 636 714 l 1 + 135 -20 l 1 + 3 -20 l 1 + 504 714 l 1 +904 171 m 0 + 904 72 846 12 772 12 c 0 + 708 12 641 51 641 172 c 0 + 641 274 706 324 772 324 c 0 + 828 324 904 293 904 171 c 0 +772 237 m 0 + 737 237 729 205 729 172 c 0 + 729 135 737 98 772 98 c 0 + 807 98 816 133 816 170 c 0 + 816 231 790 237 772 237 c 0 +607 171 m 0 + 607 72 550 12 476 12 c 0 + 412 12 345 51 345 172 c 0 + 345 274 410 324 476 324 c 0 + 532 324 607 293 607 171 c 0 +476 237 m 0 + 441 237 432 205 432 172 c 0 + 432 135 441 98 476 98 c 0 + 511 98 520 133 520 170 c 0 + 520 231 494 237 476 237 c 0 +291 533 m 0 + 291 434 233 374 159 374 c 0 + 95 374 28 413 28 534 c 0 + 28 636 94 686 160 686 c 0 + 214 686 291 657 291 533 c 0 +159 599 m 0 + 124 599 116 567 116 534 c 0 + 116 497 125 459 160 459 c 0 + 195 459 203 495 203 532 c 0 + 203 593 177 599 159 599 c 0 +EndSplineSet +EndChar + +StartChar: circumflex +Encoding: 710 710 219 +Width: 569 +VWidth: 1023 +Flags: W +HStem: 541 241 +VStem: 130 319 +LayerCount: 3 +Fore +SplineSet +296 782 m 1 + 449 612 l 1 + 375 541 l 1 + 289 636 l 1 + 203 542 l 1 + 130 607 l 1 + 296 782 l 1 +EndSplineSet +EndChar + +StartChar: tilde +Encoding: 732 732 220 +Width: 683 +VWidth: 1023 +Flags: W +HStem: 320 100<398.855 457.87> 409 99<250.676 307.303> +LayerCount: 3 +Fore +SplineSet +431.7 420 m 4x80 + 452.7 420 464.7 456 485.7 497 c 5 + 494.7 514 l 5 + 582.7 475 l 5 + 573.7 457 l 6 + 550.7 409 516.7 320 431.7 320 c 5x80 + 340.7 324 305.7 409 274.7 409 c 4 + 253.7 409 241.7 372 220.7 330 c 6 + 211.7 313 l 5 + 124.7 352 l 5 + 132.7 371 l 6 + 155.7 419 189.7 508 274.7 508 c 5x40 + 365.7 504 399.7 420 431.7 420 c 4x80 +EndSplineSet +EndChar + +StartChar: ring +Encoding: 730 730 221 +Width: 529 +VWidth: 0 +Flags: W +HStem: 529 84<246.538 319.026> 704 84<247.52 318.513> +VStem: 156 84<619.833 697.561> 326 85<619.833 698.019> +LayerCount: 3 +Fore +SplineSet +284 704 m 0 + 259 704 240 683 240 659 c 0 + 240 635 258 613 284 613 c 0 + 307 613 326 635 326 659 c 0 + 326 683 308 704 284 704 c 0 +411 659 m 0 + 411 587 354 529 284 529 c 0 + 215 529 156 587 156 659 c 0 + 156 730 213 788 283 788 c 0 + 352 788 411 731 411 659 c 0 +EndSplineSet +EndChar + +StartChar: breve +Encoding: 728 728 222 +Width: 526 +VWidth: 0 +Flags: W +HStem: 528.6 86.4004<204.179 312.742> 673.4 20G<128.2 173 359.4 398.333> +LayerCount: 3 +Back +SplineSet +253 520 m 5 + 101 689 l 5 + 175 760 l 5 + 260 666 l 5 + 347 759 l 5 + 420 695 l 5 + 253 520 l 5 +EndSplineSet +Fore +SplineSet +90.5996 653.4 m 5 + 165.8 693.4 l 5 + 173 679 l 6 + 179.4 664.6 206.6 615 257 615 c 4 + 297.8 615 337 651.8 359.4 681.4 c 5 + 369 693.4 l 5 + 439.4 645.4 l 5 + 429 631.8 l 5 + 387.4 577.4 321.8 528.6 250.6 528.6 c 4 + 169 528.6 115.4 587 95.4004 640.6 c 6 + 90.5996 653.4 l 5 +EndSplineSet +EndChar + +StartChar: caron +Encoding: 711 711 223 +Width: 526 +VWidth: 0 +Flags: W +HStem: 520 240 +VStem: 101 319 +LayerCount: 3 +Fore +SplineSet +253 520 m 5 + 101 689 l 5 + 175 760 l 5 + 260 666 l 5 + 347 759 l 5 + 420 695 l 5 + 253 520 l 5 +EndSplineSet +EndChar + +StartChar: dotaccent +Encoding: 729 729 224 +Width: 585 +VWidth: 0 +Flags: W +HStem: 582 142<217 359> +VStem: 217 142<582 724> +LayerCount: 3 +Fore +SplineSet +217 724 m 1 + 359 724 l 1 + 359 582 l 1 + 217 582 l 1 + 217 724 l 1 +EndSplineSet +EndChar + +StartChar: trademark +Encoding: 8482 8482 225 +Width: 695 +VWidth: 1023 +Flags: W +HStem: 448 302<127 199 325 397 557 629> 687 63<42 127 199 285> +VStem: 127 72<448 687> 325 72<448 629> 557 72<448 630> +LayerCount: 3 +Fore +SplineSet +199 448 m 1xb8 + 127 448 l 1xb8 + 127 687 l 1 + 42 687 l 1 + 42 750 l 1 + 285 750 l 1 + 285 687 l 1 + 199 687 l 1x78 + 199 448 l 1xb8 +325 750 m 1 + 401 750 l 1 + 478 609 l 1 + 551 750 l 1x78 + 629 750 l 1 + 629 448 l 1 + 557 448 l 1 + 557 630 l 1 + 499 522 l 1 + 451 522 l 1 + 397 629 l 1 + 397 448 l 1 + 325 448 l 1 + 325 750 l 1 +EndSplineSet +EndChar + +StartChar: Amacron +Encoding: 256 256 226 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 674 20G<330.075 480.925> 726 103<187 627> +LayerCount: 3 +Fore +SplineSet +338 694 m 1 + 473 694 l 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 338 694 l 1 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +187 829 m 1 + 627 829 l 1 + 627 726 l 1 + 187 726 l 1 + 187 829 l 1 +EndSplineSet +EndChar + +StartChar: amacron +Encoding: 257 257 227 +Width: 563 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 548 103<118 458> +LayerCount: 3 +Fore +SplineSet +118 651 m 5 + 458 651 l 5 + 458 548 l 5 + 118 548 l 5 + 118 651 l 5 +EndSplineSet +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Abreve +Encoding: 258 258 228 +Width: 755 +VWidth: 0 +Flags: W +HStem: 0 21G<63 191.462 612.429 748> 182 112<303 500> 674 20G<330.075 480.925> 720 108<343.164 475.831> +LayerCount: 3 +Fore +SplineSet +178 876 m 5 + 282 926 l 5 + 292 908 l 6 + 301 890 338 828 407 828 c 4 + 463 828 517 874 548 911 c 6 + 561 926 l 5 + 655 866 l 5 + 642 849 l 5 + 587 781 496 720 398 720 c 4 + 286 720 212 792 185 860 c 5 + 178 876 l 5 +500 294 m 1 + 402 552 l 1 + 303 294 l 1 + 500 294 l 1 +338 694 m 1 + 473 694 l 1 + 748 0 l 1 + 621 0 l 1 + 543 182 l 1 + 260 182 l 1 + 183 0 l 1 + 63 0 l 1 + 338 694 l 1 +EndSplineSet +EndChar + +StartChar: abreve +Encoding: 259 259 229 +Width: 566 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 508 108<211.499 357.771> +LayerCount: 3 +Fore +SplineSet +54 664 m 1 + 148 714 l 1 + 158 696 l 1 + 168 678 207 616 282 616 c 0 + 343 616 401 662 430 699 c 2 + 442 714 l 1 + 530 654 l 1 + 517 637 l 1 + 465 569 379 508 273 508 c 0 + 152 508 85 581 60 648 c 2 + 54 664 l 1 +EndSplineSet +Refer: 0 97 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Cacute +Encoding: 262 262 230 +Width: 682 +VWidth: 1023 +Flags: W +HStem: -10 116<321.041 556.178> 585 114<312.582 547.523> 721 264 +VStem: 50 124<248.993 445.898> 176 318 +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 56 220 2 +Refer: 54 67 N 1 0 0 1 0 0 2 +EndChar + +StartChar: cacute +Encoding: 263 263 231 +Width: 518 +VWidth: 0 +Flags: W +HStem: -10 90<232.52 435.388> 400 90<221.782 439.724> 501 264 +VStem: 44.9072 118<159.813 323.276> 124 318 +LayerCount: 3 +Fore +Refer: 18 99 S 1 0 0 1 0 0 2 +Refer: 148 180 N 1 0 0 1 4 0 2 +EndChar + +StartChar: Ccircumflex +Encoding: 264 264 232 +Width: 682 +VWidth: 1023 +Flags: W +HStem: -10 116<321.041 556.178> 585 114<312.582 547.523> 721 241 +VStem: 50 124<248.993 445.898> 222 319 +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 92 180 2 +Refer: 54 67 N 1 0 0 1 0 0 2 +EndChar + +StartChar: ccircumflex +Encoding: 265 265 233 +Width: 518 +VWidth: 1023 +Flags: W +HStem: -10 90<232.52 435.388> 400 90<221.782 439.724> 541 241 +VStem: 44.9072 118<159.813 323.276> 126 319 +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 -4 0 2 +Refer: 18 99 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Cdotaccent +Encoding: 266 266 234 +Width: 788 +VWidth: 0 +Flags: W +HStem: -10 116<421.749 676.691> 585 114<412.52 668.923> 750 143<381 540> +VStem: 134 124<255.911 443.299> 381 159<750 893> +LayerCount: 3 +Fore +SplineSet +381 893 m 1 + 540 893 l 1 + 540 750 l 1 + 381 750 l 1 + 381 893 l 1 +134 346 m 0 + 134 546 280 699 530 699 c 0 + 590 699 664 689 737 660 c 1 + 755 653 l 1 + 717 547 l 1 + 698 554 l 1 + 618 581 562 585 527 585 c 0 + 360 585 258 472 258 347 c 0 + 258 218 367 106 547 106 c 0 + 596 106 653 116 707 135 c 2 + 725 141 l 1 + 765 43 l 1 + 747 36 l 2 + 674 5 594 -10 523 -10 c 0 + 273 -10 134 149 134 346 c 0 +EndSplineSet +EndChar + +StartChar: cdotaccent +Encoding: 267 267 235 +Width: 568 +VWidth: 0 +Flags: W +HStem: -10 106<255.865 475.152> 382 109<247.328 479.508> 552 142<247 415> +VStem: 63 118<165.011 321.773> 247 168<552 694> +LayerCount: 3 +Fore +SplineSet +63 231 m 0 + 63 427 202 491 348 491 c 0 + 407 491 455 481 500 461 c 2 + 518 454 l 1 + 486 358 l 1 + 467 365 l 2 + 435 376 401 382 360 382 c 0 + 270 382 181 355 181 246 c 0 + 181 138 257 96 371 96 c 0 + 405 96 434 101 461 111 c 1 + 480 118 l 1 + 513 25 l 1 + 495 19 l 2 + 441 -2 387 -10 337 -10 c 0 + 200 -10 63 43 63 231 c 0 +247 694 m 5 + 415 694 l 5 + 415 552 l 5 + 247 552 l 5 + 247 694 l 5 +EndSplineSet +EndChar + +StartChar: Ccaron +Encoding: 268 268 236 +Width: 682 +VWidth: 1023 +Flags: W +HStem: -10 116<321.041 556.178> 585 114<312.582 547.523> 720 240 +VStem: 50 124<248.993 445.898> 222 319 +LayerCount: 3 +Fore +Refer: 223 711 S 1 0 0 1 121 200 2 +Refer: 54 67 N 1 0 0 1 0 0 2 +EndChar + +StartChar: ccaron +Encoding: 269 269 237 +Width: 518 +VWidth: 1023 +Flags: W +HStem: -10 90<232.52 435.388> 400 90<221.782 439.724> 520 240 +VStem: 44.9072 118<159.813 323.276> 134 319 +LayerCount: 3 +Fore +Refer: 223 711 S 1 0 0 1 33 0 2 +Refer: 18 99 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Dcaron +Encoding: 270 270 238 +Width: 860 +VWidth: 0 +Flags: W +HStem: 0 113<265 516.066> 581 113<265 518.636> +VStem: 142 123<113 581> 659 123<245.346 452.971> +LayerCount: 3 +Back +SplineSet +376.953 693.848 m 5xb8 + 706.543 693.848 786.133 520.02 786.133 367.188 c 4 + 786.133 226.074 729.98 61.0352 514.648 15.1367 c 4 + 444.824 0 375 0 315.918 0 c 4 + 314.453 0 313.477 0 312.012 0 c 6 + 141.602 0 l 5 + 141.602 693.848 l 5xb8 + 376.953 693.848 l 5xb8 +379.883 580.566 m 6xd8 + 264.648 580.566 l 5xb8 + 264.648 113.281 l 5 + 345.703 113.281 l 6 + 431.152 113.281 560.059 115.723 626.953 220.703 c 4 + 641.602 243.652 662.109 286.133 662.109 351.074 c 4 + 662.109 499.023 548.34 563.965 451.172 577.148 c 4 + 428.711 580.078 404.785 580.566 379.883 580.566 c 6xd8 +440.43 711.426 m 5 + 279.297 881.348 l 5 + 353.516 952.148 l 5 + 448.73 857.422 l 5 + 549.316 950.684 l 5 + 634.277 885.742 l 5 + 440.43 711.426 l 5 +EndSplineSet +Fore +SplineSet +435 712 m 1 + 283 882 l 1 + 357 953 l 1 + 442 858 l 1 + 529 951 l 1 + 602 888 l 1 + 435 712 l 1 +391 581 m 2 + 265 581 l 1 + 265 113 l 1 + 354 113 l 2 + 439 113 562 116 625 221 c 0 + 639 244 659 286 659 351 c 0 + 659 499 550 564 458 577 c 0 + 437 580 414 581 391 581 c 2 +388 694 m 2 + 702 694 782 520 782 367 c 0 + 782 226 726 62 519 15 c 0 + 453 0 386 0 321 0 c 2 + 142 0 l 1 + 142 694 l 1 + 388 694 l 2 +EndSplineSet +EndChar + +StartChar: dcaron +Encoding: 271 271 239 +Width: 841 +VWidth: 1023 +Flags: W +HStem: -10 106<253.293 443.689> 0 21G<469.909 567> 389 103<249.155 445.612> 718 20G<447 567 668.996 825> +VStem: 63 119<162.788 326.028> 447 120<106.547 380.141 476 738> +LayerCount: 3 +Fore +SplineSet +678 738 m 1x3c + 825 738 l 1 + 720 507 l 1 + 574 507 l 1 + 678 738 l 1x3c +63 233 m 0 + 63 402 173 492 333 492 c 0 + 376 492 414 486 447 476 c 1 + 447 738 l 1 + 567 738 l 1 + 567 0 l 1 + 479 0 l 1x7c + 469 22 l 1 + 419 -1 364 -10 317 -10 c 0xbc + 195 -10 63 50 63 233 c 0 +348 96 m 0xbc + 386 96 421 104 447 113 c 1 + 447 375 l 1 + 421 382 385 389 347 389 c 0 + 282 389 182 367 182 245 c 0 + 182 122 281 96 348 96 c 0xbc +EndSplineSet +EndChar + +StartChar: Dcroat +Encoding: 272 272 240 +Width: 863 +VWidth: 0 +Flags: W +HStem: 0 113<287 531.112> 301 114<57 164 287 414> 581 113<287 536.007> +VStem: 164 123<113 301 415 581> 684 124<239.352 449.531> +LayerCount: 3 +Back +SplineSet +398.926 693.848 m 5xdc + 728.516 693.848 808.105 520.02 808.105 367.188 c 4 + 808.105 226.074 751.953 61.0352 536.621 15.1367 c 4 + 466.797 0 396.973 0 337.891 0 c 4 + 336.426 0 335.449 0 333.984 0 c 6 + 163.574 0 l 5 + 163.574 301.27 l 5 + 57.1289 301.27 l 5 + 57.1289 414.551 l 5 + 163.574 414.551 l 5 + 163.574 693.848 l 5xdc + 163.574 693.848 236.328 702.637 306.152 702.637 c 4xec + 340.82 702.637 375 700.684 398.926 693.848 c 5xdc +413.574 301.27 m 5 + 286.621 301.27 l 5 + 286.621 113.281 l 5 + 367.676 113.281 l 6 + 453.125 113.281 582.031 115.723 648.926 220.703 c 4 + 663.574 243.652 684.082 286.133 684.082 351.074 c 4 + 684.082 499.023 570.312 563.965 473.145 577.148 c 4 + 450.684 580.078 426.758 580.566 401.855 580.566 c 6xec + 286.621 580.566 l 5 + 286.621 414.551 l 5 + 413.574 414.551 l 5 + 413.574 301.27 l 5 +EndSplineSet +Fore +SplineSet +402 581 m 2 + 287 581 l 1 + 287 415 l 1 + 414 415 l 1 + 414 301 l 1 + 287 301 l 1 + 287 113 l 1 + 368 113 l 2 + 492 113 684 128 684 351 c 0 + 684 448 632 581 402 581 c 2 +164 694 m 1 + 396 694 l 2 + 503 694 808 678 808 367 c 0 + 808 21 508 0 365 0 c 2 + 164 0 l 1 + 164 301 l 1 + 57 301 l 1 + 57 415 l 1 + 164 415 l 1 + 164 694 l 1 +EndSplineSet +EndChar + +StartChar: Emacron +Encoding: 274 274 241 +Width: 706 +VWidth: 0 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> 726 103<176 614> +VStem: 142 123<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +142 0 m 1 + 142 694 l 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 +176 829 m 1 + 614 829 l 1 + 614 726 l 1 + 176 726 l 1 + 176 829 l 1 +EndSplineSet +EndChar + +StartChar: emacron +Encoding: 275 275 242 +Width: 564 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 538 113<112 481> +LayerCount: 3 +Fore +SplineSet +112 651 m 5 + 481 651 l 5 + 481 538 l 5 + 112 538 l 5 + 112 651 l 5 +EndSplineSet +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Ebreve +Encoding: 276 276 243 +Width: 706 +VWidth: 0 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> 721 107<315.194 462.047> +VStem: 142 123<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +545 926 m 1 + 634 866 l 1 + 621 849 l 1 + 555 761 465 721 375 721 c 0 + 272 721 194 774 163 860 c 2 + 157 876 l 1 + 252 926 l 1 + 261 908 l 1 + 289 858 335 828 386 828 c 0 + 429 828 482 849 534 911 c 1 + 545 926 l 1 +142 0 m 1 + 142 694 l 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 +EndSplineSet +EndChar + +StartChar: ebreve +Encoding: 277 277 244 +Width: 570 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 508 108<219.987 364.028> +LayerCount: 3 +Fore +SplineSet +59 664 m 1 + 157 714 l 1 + 167 696 l 2 + 177 678 216 616 289 616 c 0 + 349 616 406 662 435 699 c 2 + 447 714 l 1 + 535 654 l 1 + 523 637 l 1 + 471 569 385 508 281 508 c 0 + 162 508 90 581 65 648 c 2 + 59 664 l 1 +EndSplineSet +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Edotaccent +Encoding: 278 278 245 +Width: 706 +VWidth: 0 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> 750 143<294 464> +VStem: 142 123<113 301 414 581> 294 170<750 893> +LayerCount: 3 +Fore +SplineSet +142 0 m 1 + 142 694 l 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 +294 893 m 1 + 464 893 l 1 + 464 750 l 1 + 294 750 l 1 + 294 893 l 1 +EndSplineSet +EndChar + +StartChar: edotaccent +Encoding: 279 279 246 +Width: 564 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 552 142<204 374> +VStem: 204 170<552 694> +LayerCount: 3 +Fore +SplineSet +204 694 m 5 + 374 694 l 5 + 374 552 l 5 + 204 552 l 5 + 204 694 l 5 +EndSplineSet +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Ecaron +Encoding: 282 282 247 +Width: 706 +VWidth: 0 +Flags: W +HStem: 0 113<265 628> 301 113<265 602> 581 113<265 628> +VStem: 142 123<113 301 414 581> +LayerCount: 3 +Fore +SplineSet +142 0 m 1 + 142 694 l 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 0 l 1 + 142 0 l 1 +377 711 m 1 + 206 881 l 1 + 283 952 l 1 + 385 857 l 1 + 489 951 l 1 + 565 886 l 1 + 377 711 l 1 +EndSplineSet +EndChar + +StartChar: ecaron +Encoding: 283 283 248 +Width: 564 +VWidth: 0 +Flags: W +HStem: 0 90 200 65 400 90 520 240 +VStem: 147 319 +LayerCount: 3 +Fore +Refer: 223 711 S 1 0 0 1 46 0 2 +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Gcircumflex +Encoding: 284 284 249 +Width: 755 +VWidth: 1023 +Flags: W +HStem: -10 114<324.64 534.136> 278 108<369.3 564.6> 586 113<317.604 537.267> 721 241 +VStem: 50 124<247.869 448.158> 227 319 564.6 121<130.36 278> +LayerCount: 3 +Fore +Refer: 219 710 N 1 0 0 1 97 180 2 +Refer: 28 71 N 1 0 0 1 0 0 2 +EndChar + +StartChar: gcircumflex +Encoding: 285 285 250 +Width: 589 +VWidth: 1023 +Flags: W +HStem: -264 107<130.489 340.633> -10 106<231.992 400.981> 387 105<227.837 400.947> 462 20<425.626 522.293> 541 241 +VStem: 44.1934 125<161.09 328.324> 130 319 402.293 120<-92.3037 12 106.606 375.187> +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 0 0 2 +Refer: 30 103 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Gbreve +Encoding: 286 286 251 +Width: 856 +VWidth: 0 +Flags: W +HStem: -10 114<397.983 627.714> 278 108<446 663> 586 113<388.464 631.362> 720 108<409.747 543.818> +VStem: 105 124<254.813 446.18> 663 121<132.304 278> +LayerCount: 3 +Fore +SplineSet +245 876 m 1 + 348 926 l 1 + 358 908 l 2 + 367 890 404 828 474 828 c 0 + 530 828 584 874 615 911 c 2 + 627 926 l 1 + 719 866 l 1 + 706 849 l 1 + 656 784 567 720 465 720 c 0 + 353 720 278 792 251 860 c 1 + 245 876 l 1 +784 101 m 1 + 758 73 679 -10 495 -10 c 0 + 227 -10 105 163 105 340 c 0 + 105 519 231 699 493 699 c 0 + 596 699 683 671 742 638 c 1 + 759 628 l 1 + 708 531 l 1 + 690 541 l 1 + 651 561 576 586 498 586 c 0 + 361 586 229 499 229 351 c 0 + 229 207 350 104 516 104 c 0 + 581 104 629 121 663 145 c 1 + 663 278 l 1 + 446 278 l 1 + 446 386 l 1 + 784 386 l 1 + 784 101 l 1 +EndSplineSet +EndChar + +StartChar: gbreve +Encoding: 287 287 252 +Width: 654 +VWidth: 0 +Flags: W +HStem: -264 107<147.07 370.058> -10 106<251.334 439.542> 387 105<244.506 439.466> 462 20G<467.429 566> 508 108<277.097 418.367> +VStem: 62 119<167.641 323.418> 441 125<-88.2017 12 107.391 374.641> +LayerCount: 3 +Fore +SplineSet +283 -264 m 0xde + 233 -264 170 -255 112 -231 c 1 + 94 -224 l 1 + 130 -129 l 1 + 149 -136 l 1 + 189 -150 233 -157 271 -157 c 0 + 449 -157 441 -22 441 12 c 1 + 405 -1 363 -10 317 -10 c 0 + 192 -10 62 56 62 240 c 0 + 62 431 218 492 326 492 c 0xee + 348 492 392 491 467 461 c 1 + 476 482 l 1 + 566 482 l 1 + 566 -3 l 2 + 566 -207 423 -264 283 -264 c 0xde +181 248 m 0 + 181 164 233 96 343 96 c 0 + 381 96 415 105 441 114 c 1 + 441 369 l 1 + 390 384 355 387 332 387 c 0 + 241 387 181 333 181 248 c 0 +120 648 m 2 + 114 664 l 1 + 212 714 l 1 + 222 696 l 2 + 232 678 271 616 344 616 c 0 + 404 616 460 662 490 699 c 1 + 502 714 l 1 + 590 654 l 1 + 577 637 l 1 + 525 569 439 508 335 508 c 0 + 217 508 145 581 120 648 c 2 +EndSplineSet +EndChar + +StartChar: Gdotaccent +Encoding: 288 288 253 +Width: 856 +VWidth: 0 +Flags: W +HStem: -10 114<396.834 627.714> 278 108<446 663> 586 113<388.775 631.362> 750 143<406 562> +VStem: 105 124<254.627 445.232> 406 156<750 893> 663 121<132.304 278> +LayerCount: 3 +Fore +SplineSet +406 893 m 1 + 562 893 l 1 + 562 750 l 1 + 406 750 l 1 + 406 893 l 1 +784 101 m 1 + 758 73 679 -10 495 -10 c 0 + 219 -10 105 175 105 346 c 0 + 105 527 233 699 493 699 c 0 + 596 699 683 671 742 638 c 1 + 759 628 l 1 + 708 531 l 1 + 690 541 l 1 + 651 561 576 586 498 586 c 0 + 361 586 229 499 229 351 c 0 + 229 207 350 104 516 104 c 0 + 581 104 629 121 663 145 c 1 + 663 278 l 1 + 446 278 l 1 + 446 386 l 1 + 784 386 l 1 + 784 101 l 1 +EndSplineSet +EndChar + +StartChar: gdotaccent +Encoding: 289 289 254 +Width: 654 +VWidth: 0 +Flags: W +HStem: -264 107<147.07 371.577> -10 106<251.334 439.542> 387 105<244.506 439.466> 462 20G<467.429 566> 552 142<244 409> +VStem: 62 119<167.641 323.418> 244 165<552 694> 441 125<-86.8073 12 107.391 374.641> +LayerCount: 3 +Fore +SplineSet +244 552 m 1xcf + 244 694 l 1 + 409 694 l 1 + 409 552 l 1 + 244 552 l 1xcf +181 248 m 0 + 181 164 233 96 343 96 c 0 + 381 96 415 105 441 114 c 1 + 441 369 l 1 + 390 384 355 387 332 387 c 0xef + 241 387 181 333 181 248 c 0 +326 492 m 0 + 348 492 392 491 467 461 c 1 + 476 482 l 1 + 566 482 l 1xdf + 566 -10 l 2 + 566 -124 515 -264 283 -264 c 0 + 233 -264 170 -255 112 -231 c 1 + 94 -224 l 1 + 130 -129 l 1 + 149 -136 l 2 + 175 -146 220 -157 271 -157 c 0 + 449 -157 441 -22 441 12 c 1 + 405 -1 363 -10 317 -10 c 0 + 192 -10 62 56 62 240 c 0 + 62 431 218 492 326 492 c 0 +EndSplineSet +EndChar + +StartChar: Gcommaaccent +Encoding: 290 290 255 +Width: 856 +VWidth: 0 +Flags: W +HStem: -10 114<396.834 627.714> 278 108<446 663> 586 113<388.931 631.362> +VStem: 105 124<254.627 445.418> 663 121<132.304 278> +LayerCount: 3 +Fore +SplineSet +784 101 m 1 + 758 73 679 -10 495 -10 c 0 + 219 -10 105 175 105 346 c 0 + 105 528 234 699 493 699 c 0 + 596 699 683 671 742 638 c 1 + 759 628 l 1 + 708 531 l 1 + 690 541 l 1 + 651 561 576 586 498 586 c 0 + 361 586 229 499 229 351 c 0 + 229 207 350 104 516 104 c 0 + 581 104 629 121 663 145 c 1 + 663 278 l 1 + 446 278 l 1 + 446 386 l 1 + 784 386 l 1 + 784 101 l 1 +460 -29 m 1 + 605 -29 l 1 + 502 -259 l 1 + 358 -259 l 1 + 460 -29 l 1 +EndSplineSet +EndChar + +StartChar: Hcircumflex +Encoding: 292 292 256 +Width: 739 +VWidth: 1023 +Flags: W +HStem: 0 21<80 203 536.899 659.899> 301 114<203 536.899> 674 20<80 203 536.899 659.899> 721 241 +VStem: 80 123<0 301 415 694> 219 319 536.899 123<0 301 415 694> +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 89 180 2 +Refer: 29 72 N 1 0 0 1 0 0 2 +EndChar + +StartChar: hcircumflex +Encoding: 293 293 257 +Width: 584 +VWidth: 1023 +Flags: W +HStem: 0 21<66.291 186.291 397.791 516.791> 380 111<214.967 366.456> 673 20<66.291 186.291> 718 241 +VStem: -31 319 66.291 120<0 361.306 458 693> 397.791 119<0 348.095> +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 -161 177 2 +Refer: 3 104 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Itilde +Encoding: 296 296 258 +Width: 396 +VWidth: 0 +Flags: W +HStem: 0 21G<161 284> 674 20G<161 284> +VStem: 41 89<751.112 801.213> 161 123<0 694> 314 89<837.094 891.966> +LayerCount: 3 +Back +SplineSet +148.926 795.898 m 6 + 130.371 729.004 l 5 + 41.0156 752.93 l 5 + 59.082 820.312 l 6 + 62.5 833.008 80.5664 911.133 165.527 911.133 c 4 + 213.379 911.133 235.84 878.418 244.141 866.699 c 6 + 267.578 835.938 l 6 + 273.438 829.102 279.785 820.801 284.18 818.848 c 5 + 288.086 822.754 292.969 835.449 295.41 846.68 c 5 + 314.453 915.039 l 5 + 403.32 890.137 l 5 + 385.742 823.73 l 6 + 379.395 800.781 356.445 716.797 277.344 716.797 c 4 + 229.492 716.797 206.055 754.395 200.195 762.207 c 6 + 176.758 793.457 l 6 + 168.457 803.711 160.156 811.035 155.762 811.523 c 5 + 153.32 809.57 150.879 802.734 148.926 795.898 c 6 +160.645 0 m 5 + 160.645 693.848 l 5 + 283.691 693.848 l 5 + 283.691 0 l 5 + 160.645 0 l 5 +284.668 818.848 m 5 + 284.668 818.848 l 5 +EndSplineSet +Fore +SplineSet +277 717 m 4 + 203 717 180 811 159 811 c 4 + 152 811 151 804 130 729 c 5 + 41 753 l 5 + 61 825 71 911 166 911 c 4 + 243 911 263 821 284 821 c 4 + 290 821 290 827 314 915 c 5 + 403 890 l 5 + 384 820 369 717 277 717 c 4 +161 0 m 1 + 161 694 l 1 + 284 694 l 1 + 284 0 l 1 + 161 0 l 1 +EndSplineSet +EndChar + +StartChar: itilde +Encoding: 297 297 259 +Width: 295 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208> 462 20G<88 208> +VStem: -28 89<581.191 634.784> 88 120<0 482> 245 89<667.955 722.966> +LayerCount: 3 +Back +SplineSet +367.188 609.375 m 4 + 401.855 609.375 416.504 650.879 440.43 698.242 c 5 + 491.211 675.293 l 5 + 465.82 623.047 437.5 549.805 367.188 549.805 c 4 + 290.039 549.805 256.348 637.695 211.426 637.695 c 4 + 176.758 637.695 162.598 596.68 138.672 548.828 c 5 + 86.9141 571.777 l 5 + 112.305 624.023 141.113 697.266 211.426 697.266 c 4 + 288.574 697.266 322.266 609.375 367.188 609.375 c 4 +EndSplineSet +Fore +SplineSet +88 482 m 1 + 208 482 l 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1 +208 547 m 0 + 134 547 110 641 89 641 c 0 + 82 641 82 635 61 560 c 1 + -28 583 l 1 + -8 655 1 742 96 742 c 0 + 173 742 193 651 214 651 c 0 + 220 651 221 658 245 746 c 1 + 334 721 l 1 + 315 651 300 547 208 547 c 0 +EndSplineSet +EndChar + +StartChar: Imacron +Encoding: 298 298 260 +Width: 396 +VWidth: 0 +Flags: W +HStem: 0 21G<156 279> 674 20G<156 279> 726 103<98 338> +VStem: 156 123<0 694> +LayerCount: 3 +Fore +SplineSet +98 829 m 1 + 338 829 l 1 + 338 726 l 1 + 98 726 l 1 + 98 829 l 1 +156 694 m 1 + 279 694 l 1 + 279 0 l 1 + 156 0 l 1 + 156 694 l 1 +EndSplineSet +EndChar + +StartChar: imacron +Encoding: 299 299 261 +Width: 295 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208> 462 20G<88 208> 548 103<39 257> +VStem: 88 120<0 482> +LayerCount: 3 +Fore +SplineSet +88 482 m 1 + 208 482 l 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1 +39 651 m 1 + 257 651 l 1 + 257 548 l 1 + 39 548 l 1 + 39 651 l 1 +EndSplineSet +EndChar + +StartChar: Ibreve +Encoding: 300 300 262 +Width: 436 +VWidth: 0 +Flags: W +HStem: 0 21G<160 283> 674 20G<160 283> 719 107<174.574 280.165> +VStem: 160 123<0 694> +LayerCount: 3 +Back +SplineSet +40.5273 872.559 m 5 + 135.254 923.34 l 5 + 143.555 901.855 l 6 + 159.668 859.375 188.965 832.52 219.727 832.52 c 4 + 252.93 832.52 281.738 858.398 356.934 905.762 c 5 + 369.629 922.852 l 5 + 444.336 860.84 l 5 + 436.035 846.191 l 6 + 394.043 775.391 299.805 720.215 204.59 720.215 c 4 + 109.863 720.215 63.9648 796.875 45.4102 856.934 c 6 + 40.5273 872.559 l 5 +EndSplineSet +Fore +SplineSet +42 875 m 5 + 136 925 l 5 + 145 906 l 6 + 153 888 163 826 226 826 c 4 + 277 826 306 873 334 910 c 5 + 346 925 l 5 + 434 865 l 5 + 421 848 l 5 + 369 780 307 719 218 719 c 4 + 116 719 73 791 48 858 c 6 + 42 875 l 5 +160 694 m 1 + 283 694 l 1 + 283 0 l 1 + 160 0 l 1 + 160 694 l 1 +EndSplineSet +EndChar + +StartChar: ibreve +Encoding: 301 301 263 +Width: 335 +VWidth: 0 +Flags: W +HStem: 0 21G<92 212> 462 20G<92 212> 543 107<110.732 216.435> +VStem: 92 120<0 482> +LayerCount: 3 +Fore +SplineSet +-21 699 m 5 + 72 749 l 5 + 82 730 l 6 + 90 712 99 650 162 650 c 4 + 213 650 243 697 271 734 c 5 + 283 749 l 5 + 371 689 l 5 + 358 672 l 5 + 306 604 243 543 154 543 c 4 + 52 543 9 616 -16 683 c 6 + -21 699 l 5 +92 482 m 1 + 212 482 l 1 + 212 0 l 1 + 92 0 l 1 + 92 482 l 1 +EndSplineSet +EndChar + +StartChar: Idotaccent +Encoding: 304 304 264 +Width: 396 +VWidth: 0 +Flags: W +HStem: 0 21G<156 279> 674 20G<156 279> 750 143<146 288> +VStem: 146 142<750 893> 156 123<0 694> +LayerCount: 3 +Fore +SplineSet +146 893 m 1xf0 + 288 893 l 1 + 288 750 l 1 + 146 750 l 1 + 146 893 l 1xf0 +156 694 m 1xe8 + 279 694 l 1 + 279 0 l 1 + 156 0 l 1 + 156 694 l 1xe8 +EndSplineSet +EndChar + +StartChar: IJ +Encoding: 306 306 265 +Width: 941 +VWidth: 0 +Flags: W +HStem: -8 113<467.93 653.585> 0 21G<156 279> 9 108<469.639 555.014> 674 20G<156 279 720 843> +VStem: 156 123<0 694> 720 123<164.285 694> +LayerCount: 3 +Fore +SplineSet +156 694 m 1x5c + 279 694 l 1 + 279 0 l 1 + 156 0 l 1 + 156 694 l 1x5c +720 694 m 1 + 843 694 l 1 + 843 250 l 2 + 843 141 814 -8 569 -8 c 0x9c + 535 -8 502 -4 469 4 c 2 + 450 9 l 1 + 471 117 l 1x3c + 491 112 l 2 + 512 107 535 105 556 105 c 0x9c + 713 105 720 207 720 250 c 2 + 720 694 l 1 +EndSplineSet +EndChar + +StartChar: ij +Encoding: 307 307 266 +Width: 591 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208> 462 20G<88 208 382 502> 562 132<81 217 375 511> +VStem: 81 136<562 694> 88 120<0 482> 375 136<562 694> 382 120<-120.677 482> +LayerCount: 3 +Fore +SplineSet +382 482 m 1xe2 + 502 482 l 1 + 502 -47 l 2 + 502 -103 500 -209 354 -260 c 1 + 333 -266 l 1 + 271 -171 l 1 + 295 -162 l 2 + 369 -135 382 -96 382 -57 c 2 + 382 482 l 1xe2 +375 694 m 1xe4 + 511 694 l 1 + 511 562 l 1 + 375 562 l 1 + 375 694 l 1xe4 +88 482 m 1xe8 + 208 482 l 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1xe8 +81 694 m 1xf0 + 217 694 l 1 + 217 562 l 1 + 81 562 l 1 + 81 694 l 1xf0 +EndSplineSet +EndChar + +StartChar: Jcircumflex +Encoding: 308 308 267 +Width: 545 +VWidth: 1023 +Flags: W +HStem: -8 113<71.0547 257.063> 9 108<72.7037 158.015> 674 20G<323 446> +VStem: 323 123<164.285 694> +LayerCount: 3 +Back +SplineSet +388.184 952.637 m 5x20 + 540.527 782.715 l 5 + 465.82 711.914 l 5 + 380.859 806.641 l 5 + 283.691 713.379 l 5 + 183.594 778.32 l 5 + 388.184 952.637 l 5x20 +323.242 693.848 m 5xa8 + 446.289 693.848 l 5xa8 + 446.289 215.332 l 6 + 446.289 150.879 437.988 99.1211 387.207 54.1992 c 5 + 359.863 31.25 297.363 -8.30078 172.852 -8.30078 c 4xb0 + 139.16 -8.30078 104.98 -4.39453 72.2656 3.90625 c 6 + 53.7109 8.78906 l 5 + 74.2188 117.188 l 5x70 + 94.7266 112.305 l 6 + 115.234 107.422 137.695 104.98 159.18 104.98 c 4 + 298.34 104.98 304.199 172.852 304.199 216.309 c 5xb0 + 323.242 693.848 l 5xa8 +EndSplineSet +Fore +SplineSet +323 694 m 1xb0 + 446 694 l 1 + 446 250 l 2 + 446 141 418 -8 173 -8 c 0xb0 + 139 -8 105 -4 72 4 c 2 + 54 9 l 1 + 74 117 l 1x70 + 95 112 l 2 + 116 107 138 105 159 105 c 0 + 316 105 323 207 323 250 c 2 + 323 694 l 1xb0 +387 953 m 1 + 540 783 l 1 + 465 712 l 1 + 380 807 l 1 + 293 713 l 1 + 220 778 l 1 + 387 953 l 1 +EndSplineSet +EndChar + +StartChar: jcircumflex +Encoding: 309 309 268 +Width: 295 +VWidth: 0 +Flags: W +HStem: 462 20G<96 216> 719 20G<141.938 174.838> +VStem: 96 120<-124.777 482> +LayerCount: 3 +Fore +SplineSet +159 739 m 1 + 296 566 l 1 + 222 495 l 1 + 152 583 l 1 + 81 497 l 1 + 8 562 l 1 + 159 739 l 1 +96 482 m 1 + 216 482 l 1 + 216 -47 l 2 + 216 -109 211 -210 74 -260 c 1 + 57 -266 l 1 + 10 -171 l 1 + 28 -162 l 2 + 93 -131 96 -81 96 -55 c 2 + 96 482 l 1 +EndSplineSet +EndChar + +StartChar: Kcommaaccent +Encoding: 310 310 269 +Width: 771 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 577.238 756> 674 20G<142 265 561.126 739> +VStem: 142 123<0 336 376 694> +LayerCount: 3 +Fore +SplineSet +142 0 m 1 + 142 694 l 1 + 265 694 l 1 + 265 376 l 1 + 581 694 l 1 + 739 694 l 1 + 405 362 l 1 + 756 0 l 1 + 597 0 l 1 + 265 336 l 1 + 265 0 l 1 + 142 0 l 1 +229 -250 m 5 + 331 -20 l 5 + 480 -20 l 5 + 374 -250 l 5 + 229 -250 l 5 +EndSplineSet +EndChar + +StartChar: kcommaaccent +Encoding: 311 311 270 +Width: 604 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208 424.333 592> 472 20G<416.241 584> 718 20G<88 208> +VStem: 88 120<0 240 289 738> +LayerCount: 3 +Fore +SplineSet +151 -250 m 5 + 253 -20 l 5 + 402 -20 l 5 + 296 -250 l 5 + 151 -250 l 5 +88 0 m 1 + 88 738 l 1 + 208 738 l 1 + 208 289 l 1 + 439 492 l 1 + 584 492 l 1 + 335 271 l 1 + 592 0 l 1 + 444 0 l 1 + 208 240 l 1 + 208 0 l 1 + 88 0 l 1 +EndSplineSet +EndChar + +StartChar: Lacute +Encoding: 313 313 271 +Width: 633 +VWidth: 0 +Flags: W +HStem: 0 113<274 623> 674 20G<148 271.103> +VStem: 148 126<113 694> +LayerCount: 3 +Fore +SplineSet +148 694 m 1 + 271 694 l 1 + 274 113 l 1 + 623 113 l 1 + 623 0 l 1 + 148 0 l 1 + 148 694 l 1 +449 973 m 1 + 513 877 l 1 + 188 713 l 1 + 138 800 l 1 + 449 973 l 1 +EndSplineSet +EndChar + +StartChar: lacute +Encoding: 314 314 272 +Width: 355 +VWidth: 0 +Flags: W +HStem: -9.67395 104.22<141.5 304.592> 673.976 20<69.3868 189.4> 726 264 +VStem: 0 318 69 120.145<103.052 693.976> +LayerCount: 3 +Fore +Refer: 148 180 N 1 0 0 1 -120 225 2 +Refer: 10 108 S 1 0 0 1 0 0.22644 2 +EndChar + +StartChar: Lcommaaccent +Encoding: 315 315 273 +Width: 633 +VWidth: 0 +Flags: W +HStem: 0 113<277 626> 674 20G<151 274.103> +VStem: 151 126<113 694> +LayerCount: 3 +Fore +SplineSet +151 694 m 1 + 274 694 l 1 + 277 113 l 1 + 626 113 l 1 + 626 0 l 1 + 151 0 l 1 + 151 694 l 1 +234 -20 m 1 + 385 -20 l 1 + 274 -250 l 1 + 141 -250 l 1 + 234 -20 l 1 +EndSplineSet +EndChar + +StartChar: lcommaaccent +Encoding: 316 316 274 +Width: 315 +VWidth: 0 +Flags: W +HStem: -9.90039 104.22<141.5 304.592> 673.75 20<69.3868 189.4> +VStem: 69 120.145<102.826 693.75> +LayerCount: 3 +Fore +SplineSet +127 -27 m 5 + 259 -27 l 5 + 165 -257 l 5 + 34 -257 l 5 + 127 -27 l 5 +EndSplineSet +Refer: 10 108 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Lcaron +Encoding: 317 317 275 +Width: 633 +VWidth: 0 +Flags: W +HStem: 0 113<265 616> 674 20G<142 265 445.861 585> +VStem: 142 123<113 694> +LayerCount: 3 +Fore +SplineSet +454 694 m 1 + 585 694 l 1 + 491 463 l 1 + 360 463 l 1 + 454 694 l 1 +142 694 m 1 + 265 694 l 1 + 265 113 l 1 + 616 113 l 1 + 616 0 l 1 + 142 0 l 1 + 142 694 l 1 +EndSplineSet +EndChar + +StartChar: lcaron +Encoding: 318 318 276 +Width: 433 +VWidth: 0 +Flags: W +HStem: -9.90039 104.22<141.5 304.592> 673.75 20<69.3868 189.4> +VStem: 69 120.145<102.826 693.75> +LayerCount: 3 +Fore +SplineSet +293 738 m 1 + 416 738 l 1 + 346 507 l 1 + 224 507 l 1 + 293 738 l 1 +EndSplineSet +Refer: 10 108 S 1 0 0 1 0 0 2 +EndChar + +StartChar: Ldot +Encoding: 319 319 277 +Width: 633 +VWidth: 0 +Flags: W +HStem: 0 113<265 616> 279 143<346 514> 674 20G<142 265> +VStem: 142 123<113 694> 346 168<279 422> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 265 694 l 1 + 265 113 l 1 + 616 113 l 1 + 616 0 l 1 + 142 0 l 1 + 142 694 l 1 +346 422 m 1 + 514 422 l 1 + 514 279 l 1 + 346 279 l 1 + 346 422 l 1 +EndSplineSet +EndChar + +StartChar: ldot +Encoding: 320 320 278 +Width: 442 +VWidth: 0 +Flags: W +HStem: -9.90039 104.22<141.5 304.592> 287 142<261 403> 673.75 20<69.3868 189.4> +VStem: 69 120.145<102.826 693.75> 261 142<287 429> +LayerCount: 3 +Fore +SplineSet +261 429 m 1 + 403 429 l 1 + 403 287 l 1 + 261 287 l 1 + 261 429 l 1 +EndSplineSet +Refer: 10 108 S 1 0 0 1 0 0 2 +EndChar + +StartChar: Nacute +Encoding: 323 323 279 +Width: 890 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 635.581 788> 674 20G<142 291.559 665 788> 731 264 +VStem: 142 123<0 534> 335 318 665 123<161 694> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 277 694 l 1 + 665 161 l 1 + 665 694 l 1 + 788 694 l 1 + 788 0 l 1 + 650 0 l 1 + 265 534 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 +EndSplineSet +Refer: 148 180 S 1 0 0 1 215 230 2 +EndChar + +StartChar: nacute +Encoding: 324 324 280 +Width: 579 +VWidth: 1023 +Flags: W +HStem: 0 21<63 183 390.9 511.9> 380 112<215.58 363.707> 462 20<63 156.697> 501 264 +VStem: 63 120<0 361.288> 120 318 390.9 121<0 354.174> +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 0 0 2 +Refer: 5 110 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Ncommaaccent +Encoding: 325 325 281 +Width: 890 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 635.581 788> 674 20G<142 291.559 665 788> +VStem: 142 123<0 534> 665 123<161 694> +LayerCount: 3 +Fore +SplineSet +390 -20 m 1 + 536 -20 l 1 + 432 -250 l 1 + 286 -250 l 1 + 390 -20 l 1 +142 694 m 1 + 277 694 l 1 + 665 161 l 1 + 665 694 l 1 + 788 694 l 1 + 788 0 l 1 + 650 0 l 1 + 265 534 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 +EndSplineSet +EndChar + +StartChar: ncommaaccent +Encoding: 326 326 282 +Width: 654 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208 446 567> 380 112<247.69 417.016> 462 20G<88 185.485> +VStem: 88 120<0 360.146> 446 121<0 349.635> +LayerCount: 3 +Fore +SplineSet +88 482 m 1xb8 + 177 482 l 1xb8 + 191 449 l 1 + 270 483 336 492 380 492 c 0 + 544 492 567 383 567 285 c 2 + 567 0 l 1 + 446 0 l 1 + 446 283 l 2 + 446 317 442 380 339 380 c 0xd8 + 290 380 238 364 208 353 c 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1xb8 +259 -20 m 1 + 417 -20 l 1 + 305 -250 l 1 + 157 -250 l 1 + 259 -20 l 1 +EndSplineSet +EndChar + +StartChar: Ncaron +Encoding: 327 327 283 +Width: 890 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 635.581 788> 674 20G<142 291.559 665 788> +VStem: 142 123<0 534> 665 123<161 694> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 277 694 l 1 + 665 161 l 1 + 665 694 l 1 + 788 694 l 1 + 788 0 l 1 + 650 0 l 1 + 265 534 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 +483 711 m 1 + 313 882 l 1 + 397 952 l 1 + 491 857 l 1 + 588 951 l 1 + 669 886 l 1 + 483 711 l 1 +EndSplineSet +EndChar + +StartChar: ncaron +Encoding: 328 328 284 +Width: 654 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208 446 567> 380 112<247.69 417.016> 462 20G<88 185.485> +VStem: 88 120<0 360.146> 446 121<0 349.635> +LayerCount: 3 +Fore +SplineSet +88 482 m 1xb8 + 177 482 l 1xb8 + 191 449 l 1 + 270 483 336 492 380 492 c 0 + 544 492 567 383 567 285 c 2 + 567 0 l 1 + 446 0 l 1 + 446 283 l 2 + 446 317 442 380 339 380 c 0xd8 + 290 380 238 364 208 353 c 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1xb8 +333 501 m 1 + 159 671 l 1 + 239 742 l 1 + 340 648 l 1 + 445 741 l 1 + 519 675 l 1 + 333 501 l 1 +EndSplineSet +EndChar + +StartChar: Omacron +Encoding: 332 332 285 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.298> 726 103<263 700> +VStem: 105 126<248.908 459.514> 711 126<238.736 452.067> +LayerCount: 3 +Fore +SplineSet +711 346 m 0 + 711 517 582 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +263 829 m 1 + 700 829 l 1 + 700 726 l 1 + 263 726 l 1 + 263 829 l 1 +EndSplineSet +EndChar + +StartChar: omacron +Encoding: 333 333 286 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<256.861 424.541> 383 109<248.337 414.946> 519 103<123 564> +VStem: 63 119<172.971 320.588> 490 118<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +339 492 m 0 + 496 492 608 406 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 170 -10 63 82 63 236 c 0 + 63 393 169 492 339 492 c 0 +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 166 245 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 335 406 383 331 383 c 0 +123 622 m 5 + 564 622 l 5 + 564 519 l 5 + 123 519 l 5 + 123 622 l 5 +EndSplineSet +EndChar + +StartChar: Obreve +Encoding: 334 334 287 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.298> 720 108<416.258 547.822> +VStem: 105 126<248.908 459.514> 711 126<238.736 452.067> +LayerCount: 3 +Fore +SplineSet +253 876 m 1 + 355 926 l 1 + 365 908 l 2 + 374 890 411 828 479 828 c 0 + 535 828 589 874 619 911 c 2 + 631 926 l 1 + 727 866 l 1 + 713 849 l 1 + 657 781 568 720 471 720 c 0 + 360 720 286 793 259 860 c 2 + 253 876 l 1 +711 346 m 0 + 711 517 582 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +EndSplineSet +EndChar + +StartChar: obreve +Encoding: 335 335 288 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<256.861 424.541> 383 109<248.337 414.946> 508 108<289.216 429.941> +VStem: 63 119<172.971 320.588> 490 118<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +125 664 m 5 + 225 714 l 5 + 235 696 l 6 + 245 678 283 616 356 616 c 4 + 415 616 472 662 502 699 c 5 + 514 714 l 5 + 602 654 l 5 + 589 637 l 5 + 537 569 450 508 347 508 c 0 + 229 508 156 581 131 648 c 6 + 125 664 l 5 +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 166 245 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 335 406 383 331 383 c 0 +339 492 m 0 + 496 492 608 406 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 170 -10 63 82 63 236 c 0 + 63 393 169 492 339 492 c 0 +EndSplineSet +EndChar + +StartChar: Racute +Encoding: 340 340 289 +Width: 782 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 562.63 737> 269 113<265 383> 581 113<265 506.534> +VStem: 142 123<0 269 382 581> 551 129<423.803 541.185> +LayerCount: 3 +Fore +SplineSet +680 495 m 0 + 680 410 641 324 528 290 c 1 + 737 0 l 1 + 577 0 l 5 + 383 270 l 1 + 375 270 367 269 359 269 c 2 + 265 269 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 + 438 694 l 2 + 498 694 572 691 626 640 c 1 + 661 605 680 554 680 495 c 0 +265 581 m 1 + 265 382 l 1 + 378 382 l 2 + 453 382 512 389 540 438 c 0 + 547 450 551 465 551 484 c 0 + 551 523 527 565 459 577 c 0 + 437 581 412 581 386 581 c 2 + 265 581 l 1 +513 973 m 1 + 575 877 l 1 + 253 713 l 1 + 203 800 l 1 + 513 973 l 1 +EndSplineSet +EndChar + +StartChar: racute +Encoding: 341 341 290 +Width: 471 +VWidth: 0 +Flags: W +HStem: 0 21G<88 217> 383 109<224.182 432.719> 462 20G<88 188.2> +VStem: 88 129<0 367.693> +LayerCount: 3 +Fore +SplineSet +191 457 m 1xb0 + 235 478 292 492 354 492 c 0xd0 + 388 492 423 485 455 470 c 2 + 472 462 l 1xb0 + 433 363 l 1 + 415 370 l 2 + 393 379 368 383 341 383 c 2 + 340 383 l 2xd0 + 298 383 255 375 217 360 c 1 + 217 0 l 1 + 88 0 l 1 + 88 482 l 1 + 177 482 l 1 + 191 457 l 1xb0 +358 765 m 1 + 429 681 l 1 + 174 501 l 1 + 111 581 l 1 + 358 765 l 1 +EndSplineSet +EndChar + +StartChar: Rcommaaccent +Encoding: 342 342 291 +Width: 782 +VWidth: 0 +Flags: W +HStem: 0 21G<144 267 564.63 739> 269 113<267 385> 581 113<267 507.828> +VStem: 144 123<0 269 382 581> 553 129<423.803 541.185> +LayerCount: 3 +Fore +SplineSet +235 -20 m 1 + 380 -20 l 1 + 273 -250 l 1 + 142 -250 l 1 + 235 -20 l 1 +267 581 m 1 + 267 382 l 1 + 380 382 l 2 + 455 382 514 389 542 438 c 0 + 549 450 553 465 553 484 c 0 + 553 523 529 565 461 577 c 0 + 439 581 414 581 388 581 c 2 + 267 581 l 1 +682 495 m 0 + 682 410 643 324 530 290 c 1 + 739 0 l 1 + 579 0 l 5 + 385 270 l 1 + 377 270 369 269 361 269 c 2 + 267 269 l 1 + 267 0 l 1 + 144 0 l 1 + 144 694 l 1 + 439 694 l 2 + 499 694 574 691 628 640 c 1 + 663 605 682 554 682 495 c 0 +EndSplineSet +EndChar + +StartChar: rcommaaccent +Encoding: 343 343 292 +Width: 471 +VWidth: 0 +Flags: W +HStem: 0 21G<98 227> 383 109<234.182 442.703> 462 20G<98 198.2> +VStem: 98 129<0 367.693> +LayerCount: 3 +Fore +SplineSet +201 457 m 1xb0 + 245 478 302 492 364 492 c 0xd0 + 398 492 432 485 464 470 c 2 + 481 462 l 1xb0 + 443 363 l 1 + 424 370 l 2 + 402 379 378 383 351 383 c 2 + 350 383 l 2xd0 + 308 383 265 375 227 360 c 1 + 227 0 l 1 + 98 0 l 1 + 98 482 l 1 + 187 482 l 1 + 201 457 l 1xb0 +106 -20 m 1 + 252 -20 l 1 + 144 -250 l 1 + 13 -250 l 1 + 106 -20 l 1 +EndSplineSet +EndChar + +StartChar: Rcaron +Encoding: 344 344 293 +Width: 782 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 562.63 737> 269 113<265 383> 581 113<265 506.534> +VStem: 142 123<0 269 382 581> 551 129<423.803 541.185> +LayerCount: 3 +Fore +SplineSet +680 495 m 0 + 680 410 641 324 528 290 c 1 + 737 0 l 1 + 577 0 l 5 + 383 270 l 1 + 375 270 367 269 359 269 c 2 + 265 269 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 + 438 694 l 2 + 498 694 572 691 626 640 c 1 + 661 605 680 554 680 495 c 0 +265 581 m 1 + 265 382 l 1 + 378 382 l 2 + 453 382 512 389 540 438 c 0 + 547 450 551 465 551 484 c 0 + 551 523 527 565 459 577 c 0 + 437 581 412 581 386 581 c 2 + 265 581 l 1 +374 711 m 1 + 208 881 l 1 + 285 952 l 1 + 382 857 l 1 + 481 951 l 1 + 564 886 l 1 + 374 711 l 1 +EndSplineSet +EndChar + +StartChar: rcaron +Encoding: 345 345 294 +Width: 471 +VWidth: 0 +Flags: W +HStem: 0 21G<88 217> 383 109<224.182 432.719> 462 20G<88 188.2> 719 20G<372.28 416.812> +VStem: 88 129<0 367.693> +LayerCount: 3 +Fore +SplineSet +191 457 m 1xb8 + 235 478 292 492 354 492 c 0xd8 + 388 492 423 485 455 470 c 2 + 472 462 l 1xb8 + 433 363 l 1 + 415 370 l 2 + 393 379 368 383 341 383 c 2 + 340 383 l 2xd8 + 298 383 255 375 217 360 c 1 + 217 0 l 1 + 88 0 l 1 + 88 482 l 1 + 177 482 l 1 + 191 457 l 1xb8 +284 500 m 1 + 107 670 l 1 + 184 740 l 1 + 293 646 l 1 + 394 739 l 1 + 467 675 l 1 + 284 500 l 1 +EndSplineSet +EndChar + +StartChar: Sacute +Encoding: 346 346 295 +Width: 653 +VWidth: 1023 +Flags: W +HStem: -10 122<188.829 415.221> 558 113<466.099 541.492> 582 118<263.165 511.052> 721 264 +VStem: 80 134<460.459 540.749> 160 318 461.7 132<150.841 238.8> +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 40 220 2 +Refer: 55 83 N 1 0 0 1 0 0 2 +EndChar + +StartChar: sacute +Encoding: 347 347 296 +Width: 524 +VWidth: 1023 +Flags: W +HStem: -10 90<131.439 340.099> 400 90<314.613 433.891> 501 264 +VStem: 62.9072 127<318.934 371.287> 120 318 354.807 129<108.717 162.947> +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 0 0 2 +Refer: 7 115 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Scircumflex +Encoding: 348 348 297 +Width: 653 +VWidth: 1023 +Flags: W +HStem: -10 122<188.829 415.221> 558 113<466.099 541.492> 582 118<263.165 511.052> 721 241 +VStem: 80 134<460.459 540.749> 158 319 461.7 132<150.841 238.8> +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 28 180 2 +Refer: 55 83 N 1 0 0 1 0 0 2 +EndChar + +StartChar: scircumflex +Encoding: 349 349 298 +Width: 524 +VWidth: 1023 +Flags: W +HStem: -10 90<131.439 340.099> 400 90<314.613 433.891> 541 241 +VStem: 62.9072 127<318.934 371.287> 115 319 354.807 129<108.717 162.947> +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 -15 0 2 +Refer: 7 115 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Scedilla +Encoding: 350 350 299 +Width: 744 +VWidth: 0 +Flags: W +HStem: -247 92<305.118 437.751> -215 90<271.744 333.485> -9 121<251.143 328 460 483> 582 118<328.575 596.647> +VStem: 137 136<460.459 539.871> 551 131<152.958 238.198> +LayerCount: 3 +Back +SplineSet +462.402 -154.785 m 4x2f + 462.402 -202.148 422.852 -247.559 358.887 -247.559 c 4xaf + 332.52 -247.559 315.918 -243.164 259.766 -226.562 c 6 + 243.164 -221.68 l 5 + 257.812 -170.898 l 5x4f + 272.461 -175.293 l 6 + 325.684 -190.918 344.238 -195.312 362.305 -195.312 c 4 + 391.602 -195.312 407.227 -178.711 407.227 -161.133 c 4 + 407.227 -129.395 366.211 -121.094 359.375 -118.652 c 6 + 292.969 -98.6328 l 5 + 317.383 -9.76562 l 5xaf + 240.234 -9.76562 181.152 11.7188 117.188 37.1094 c 5 + 145.508 117.676 l 5x1f + 234.863 84.4727 297.363 72.2656 338.379 72.2656 c 4 + 436.035 72.2656 505.859 114.746 505.859 181.641 c 4 + 505.859 346.191 131.348 278.32 131.348 499.023 c 4 + 131.348 606.445 236.328 700.195 400.879 700.195 c 4 + 463.379 700.195 526.367 686.523 573.242 672.363 c 5 + 546.387 596.68 l 5 + 524.414 603.027 455.078 622.07 394.043 622.07 c 4 + 299.805 622.07 221.68 578.125 221.68 512.695 c 4 + 221.68 361.816 596.191 417.969 596.191 193.848 c 4 + 596.191 114.746 539.062 15.625 389.648 -5.37109 c 5 + 374.512 -66.4062 l 5 + 384.277 -69.3359 462.402 -83.9844 462.402 -154.785 c 4x2f +EndSplineSet +Fore +SplineSet +409 -155 m 0xbc + 434 -155 439 -145 439 -140 c 0 + 439 -125 399 -116 324 -97 c 2 + 302 -92 l 1 + 328 -9 l 1 + 249 -5 192 17 135 39 c 1 + 117 45 l 1 + 159 164 l 1 + 178 156 l 1 + 272 123 340 112 382 112 c 0 + 483 112 551 146 551 196 c 0 + 551 328 137 272 137 493 c 0 + 137 606 258 700 454 700 c 0 + 535 700 606 683 645 671 c 2 + 665 666 l 1 + 624 552 l 1 + 606 558 l 1 + 536 578 479 582 446 582 c 0 + 354 582 273 549 273 499 c 0 + 273 380 682 423 682 200 c 0 + 682 119 622 22 460 -3 c 1 + 452 -32 l 1 + 486 -42 548 -68 548 -134 c 0 + 548 -193 491 -247 406 -247 c 0xbc + 378 -247 369 -246 267 -220 c 1 + 245 -215 l 1 + 274 -125 l 1x7c + 296 -131 l 2 + 347 -145 385 -155 409 -155 c 0xbc +EndSplineSet +EndChar + +StartChar: scedilla +Encoding: 351 351 300 +Width: 576 +VWidth: 1023 +Flags: W +HStem: -243 86<188.3 341.14> 372 99<347.437 471.484> 389 103<232.899 476.133> +VStem: 81 131<319.068 368.165> 396 127<110.525 164.241> +LayerCount: 3 +Back +SplineSet +344.727 -153.809 m 4 + 344.727 -191.406 326.172 -237.305 244.629 -237.305 c 4 + 216.309 -237.305 179.688 -231.934 133.789 -218.262 c 5 + 146.484 -173.828 l 5 + 205.078 -191.406 227.539 -196.777 247.559 -196.777 c 4 + 278.809 -196.777 296.387 -178.711 296.387 -159.18 c 4 + 296.387 -124.023 258.301 -118.164 184.57 -95.7031 c 5 + 207.52 -9.76562 l 5 + 171.875 -9.76562 122.07 2.92969 63.4766 26.8555 c 5 + 85.9375 87.4023 l 5 + 150.391 63.4766 188.965 53.2227 230.957 53.2227 c 4 + 289.062 53.2227 350.098 65.918 350.098 128.906 c 4 + 350.098 221.191 75.1953 184.57 75.1953 346.191 c 4 + 75.1953 400.391 119.629 491.699 288.086 491.699 c 4 + 350.586 491.699 375.977 482.422 410.645 472.168 c 5 + 390.137 411.133 l 5 + 358.398 419.922 323.73 429.199 274.902 429.199 c 4 + 173.34 429.199 158.203 375.977 158.203 354.492 c 4 + 158.203 268.066 437.5 288.574 437.5 138.184 c 4 + 437.5 83.0078 405.273 -7.8125 270.02 -7.8125 c 5 + 255.371 -66.4062 l 5 + 277.832 -73.2422 344.727 -87.4023 344.727 -153.809 c 4 +EndSplineSet +Fore +SplineSet +306 -157 m 0xb8 + 333 -157 342 -146 342 -139 c 0 + 342 -121 304 -116 221 -95 c 1 + 198 -89 l 1 + 225 -8 l 1 + 181 -4 135 6 82 28 c 2 + 63 36 l 1 + 100 133 l 1 + 118 126 l 1 + 182 102 226 93 274 93 c 0 + 359 93 396 110 396 144 c 1 + 392 205 81 183 81 341 c 0 + 81 400 134 492 344 492 c 0xb8 + 418 492 448 481 482 471 c 2 + 502 465 l 1 + 469 367 l 1 + 450 372 l 2xd8 + 418 381 383 389 328 389 c 0 + 246 389 212 361 212 341 c 0 + 212 284 523 292 523 143 c 0 + 523 89 490 15 355 -5 c 1 + 346 -33 l 1 + 385 -43 440 -68 440 -134 c 0 + 440 -187 397 -243 304 -243 c 0 + 258 -243 212 -230 164 -217 c 1 + 145 -212 l 1 + 168 -129 l 1 + 188 -135 l 1 + 247 -149 283 -157 306 -157 c 0xb8 +EndSplineSet +EndChar + +StartChar: Tcommaaccent +Encoding: 354 354 301 +Width: 710 +VWidth: 0 +Flags: W +HStem: -247 93<250.4 380.965> 581 113<42 293 417 668> +VStem: 293 124<-32.9469 581> +LayerCount: 3 +Back +SplineSet +41.5039 693.848 m 5 + 668.457 693.848 l 5 + 668.457 580.566 l 5 + 416.504 580.566 l 5 + 416.504 0 l 5 + 293.457 0 l 5 + 293.457 580.566 l 5 + 41.5039 580.566 l 5 + 41.5039 693.848 l 5 +EndSplineSet +Fore +SplineSet +356 -154 m 1 + 373 -154 382 -148 382 -141 c 0 + 382 -123 328 -112 275 -97 c 1 + 250 -91 l 1 + 257 -73 l 2 + 290 10 293 5 293 83 c 2 + 293 581 l 1 + 42 581 l 1 + 42 694 l 1 + 668 694 l 1 + 668 581 l 1 + 417 581 l 1 + 417 90 l 2 + 417 40 414 9 398 -35 c 1 + 440 -49 501 -75 501 -134 c 0 + 501 -189 443 -247 351 -247 c 0 + 314 -247 289 -238 208 -220 c 1 + 181 -215 l 1 + 217 -125 l 1 + 244 -131 l 1 + 307 -146 334 -154 356 -154 c 1 +EndSplineSet +EndChar + +StartChar: tcommaaccent +Encoding: 355 355 302 +Width: 448 +VWidth: 0 +Flags: W +HStem: -243 86<160.055 321.311> 379 103<34 99 234 406> +VStem: 99 135<105.335 379 482 621> 322 89<-155.081 -121.193> +LayerCount: 3 +Back +SplineSet +257.812 515.137 m 5xd0 + 359.375 745.605 l 5 + 508.301 745.605 l 5xc8 + 402.344 515.137 l 5 + 257.812 515.137 l 5xd0 +99.1211 620.605 m 5 + 234.375 620.605 l 5 + 234.375 482.422 l 5 + 406.25 482.422 l 5 + 406.25 379.395 l 5 + 234.375 379.395 l 5 + 234.375 163.086 l 6 + 234.375 133.789 237.793 92.7734 306.641 92.7734 c 4 + 322.754 92.7734 330.078 93.75 389.648 102.539 c 5 + 408.691 105.957 l 5 + 427.734 13.6719 l 5 + 409.18 8.78906 l 5 + 349.121 -5.85938 305.176 -9.76562 276.855 -9.76562 c 4 + 130.371 -9.76562 99.1211 69.3359 99.1211 154.785 c 6 + 99.1211 379.395 l 5 + 34.1797 379.395 l 5 + 34.1797 482.422 l 5 + 99.1211 482.422 l 5 + 99.1211 620.605 l 5 +EndSplineSet +Fore +SplineSet +99 621 m 1 + 234 621 l 1 + 234 482 l 1 + 406 482 l 1 + 406 379 l 1 + 234 379 l 1 + 234 157 l 2 + 234 127 246 85 318 85 c 0 + 331 85 338 86 390 94 c 2 + 409 97 l 1 + 428 14 l 1 + 409 9 l 2 + 393 5 363 -4 332 -8 c 1 + 326 -33 l 1 + 357 -43 411 -68 411 -134 c 0 + 411 -187 367 -243 285 -243 c 0 + 229 -243 149 -222 134 -218 c 2 + 115 -212 l 1 + 139 -129 l 1 + 160 -135 l 1 + 187 -141 249 -157 288 -157 c 0 + 309 -157 322 -152 322 -140 c 0 + 322 -121 305 -120 195 -95 c 1 + 169 -90 l 1 + 203 0 l 1 + 102 29 99 116 99 148 c 2 + 99 379 l 1 + 34 379 l 1 + 34 482 l 1 + 99 482 l 1 + 99 621 l 1 +EndSplineSet +EndChar + +StartChar: Tcaron +Encoding: 356 356 303 +Width: 670 +VWidth: 0 +Flags: W +HStem: 0 21G<293 417> 581 113<42 293 417 668> +VStem: 293 124<0 581> +LayerCount: 3 +Fore +SplineSet +42 694 m 5 + 668 694 l 5 + 668 581 l 5 + 417 581 l 5 + 417 0 l 5 + 293 0 l 5 + 293 581 l 5 + 42 581 l 5 + 42 694 l 5 +361 711 m 1 + 191 881 l 1 + 274 952 l 1 + 370 857 l 1 + 466 951 l 1 + 548 886 l 1 + 361 711 l 1 +EndSplineSet +EndChar + +StartChar: tcaron +Encoding: 357 357 304 +Width: 448 +VWidth: 0 +Flags: W +HStem: -10 103<248.737 412.414> 9 94<307.744 409.854> 379 103<34 99 234 406> +VStem: 99 135<108.209 379 482 621> +LayerCount: 3 +Fore +SplineSet +258 515 m 5x30 + 359 746 l 5 + 508 746 l 5 + 402 515 l 5 + 258 515 l 5x30 +99 621 m 5 + 234 621 l 5 + 234 482 l 5 + 406 482 l 5 + 406 379 l 5 + 234 379 l 5 + 234 163 l 6 + 234 134 238 93 307 93 c 4xb0 + 323 93 330 94 390 103 c 5 + 409 106 l 5 + 428 14 l 5 + 409 9 l 5x70 + 349 -6 305 -10 277 -10 c 4xb0 + 131 -10 99 70 99 155 c 6 + 99 379 l 5 + 34 379 l 5 + 34 482 l 5 + 99 482 l 5 + 99 621 l 5 +EndSplineSet +EndChar + +StartChar: Utilde +Encoding: 360 360 305 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<340.189 554.424> 674 20G<142 265 626 749> 722 99<485.369 551.448> 810 99<318.141 383.622> +VStem: 142 123<162.922 694> 626 123<166.699 694> +LayerCount: 3 +Fore +SplineSet +445 -10 m 0xcc + 141 -10 141 171 141 243 c 0 + 141 266 142 289 142 305 c 2 + 142 694 l 1 + 265 694 l 1 + 265 254 l 2 + 265 212 268 177 300 147 c 0 + 314 134 355 102 445 102 c 0 + 538 102 602 135 620 195 c 0 + 625 213 626 233 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 305 l 2 + 749 285 750 264 750 243 c 0 + 750 168 742 -10 445 -10 c 0xcc +347 909 m 1xdc + 450 905 487 821 522 821 c 0 + 545 821 562 860 584 899 c 2 + 594 916 l 1 + 685 877 l 1 + 676 858 l 2 + 653 810 618 722 522 722 c 1xec + 418 726 383 810 347 810 c 0 + 324 810 306 770 285 732 c 2 + 275 715 l 1 + 187 754 l 1 + 195 772 l 2 + 218 820 253 909 347 909 c 1xdc +EndSplineSet +EndChar + +StartChar: utilde +Encoding: 361 361 306 +Width: 656 +VWidth: 0 +Flags: W +HStem: -10 112<244.115 414.232> 0 21G<476.121 574> 462 20G<95 215 454 574> 510 99<391 458.403> 598 99<214.335 282.648> +VStem: 95 120<132.365 482> 454 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +243 697 m 1x2e + 354 693 392 609 430 609 c 0 + 454 609 467 642 490 687 c 2 + 499 705 l 1 + 585 665 l 1 + 576 646 l 1 + 553 598 519 510 430 510 c 1x36 + 320 514 282 598 244 598 c 0 + 219 598 207 566 184 520 c 1 + 175 503 l 1 + 87 542 l 1 + 96 561 l 1 + 119 608 153 697 243 697 c 1x2e +454 482 m 1 + 574 482 l 1 + 574 0 l 1 + 484 0 l 1x66 + 471 33 l 1 + 392 -1 325 -10 281 -10 c 0 + 117 -10 95 99 95 197 c 2 + 95 482 l 1 + 215 482 l 1 + 215 198 l 2 + 215 166 219 102 323 102 c 0xa6 + 372 102 424 118 454 129 c 1 + 454 482 l 1 +EndSplineSet +EndChar + +StartChar: Umacron +Encoding: 362 362 307 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<340.189 554.424> 674 20G<142 265 626 749> 726 103<193 678> +VStem: 142 123<162.922 694> 626 123<166.699 694> +LayerCount: 3 +Fore +SplineSet +445 -10 m 0 + 141 -10 141 171 141 243 c 0 + 141 266 142 289 142 305 c 2 + 142 694 l 1 + 265 694 l 1 + 265 254 l 2 + 265 212 268 177 300 147 c 0 + 314 134 355 102 445 102 c 0 + 538 102 602 135 620 195 c 0 + 625 213 626 233 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 305 l 2 + 749 285 750 264 750 243 c 0 + 750 168 742 -10 445 -10 c 0 +193 829 m 1 + 678 829 l 1 + 678 726 l 1 + 193 726 l 1 + 193 829 l 1 +EndSplineSet +EndChar + +StartChar: umacron +Encoding: 363 363 308 +Width: 654 +VWidth: 0 +Flags: W +HStem: -10 112<237.115 405.808> 0 21G<468.909 567> 462 20G<88 208 447 567> 548 103<143 515> +VStem: 88 120<132.365 482> 447 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +447 482 m 1xbc + 567 482 l 1 + 567 0 l 1 + 478 0 l 1x7c + 463 33 l 1 + 384 -1 318 -10 274 -10 c 0 + 110 -10 88 99 88 197 c 2 + 88 482 l 1 + 208 482 l 1 + 208 198 l 2 + 208 166 212 102 316 102 c 0 + 365 102 417 118 447 129 c 1 + 447 482 l 1xbc +143 651 m 1 + 515 651 l 1 + 515 548 l 1 + 143 548 l 1 + 143 651 l 1 +EndSplineSet +EndChar + +StartChar: Ubreve +Encoding: 364 364 309 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<340.332 554.424> 674 20G<142 265 626 749> 720 108<336.974 472.644> +VStem: 142 123<163.271 694> 626 123<166.699 694> +LayerCount: 3 +Fore +SplineSet +179 876 m 1 + 273 926 l 1 + 284 908 l 2 + 294 890 331 828 402 828 c 0 + 460 828 515 874 546 911 c 1 + 559 926 l 1 + 655 866 l 1 + 642 849 l 1 + 586 781 493 720 393 720 c 0 + 278 720 210 793 185 860 c 2 + 179 876 l 1 +445 -10 m 0 + 142 -10 141 172 141 243 c 0 + 141 264 142 285 142 305 c 2 + 142 694 l 1 + 265 694 l 1 + 265 254 l 2 + 265 212 268 177 300 147 c 0 + 314 134 355 102 445 102 c 0 + 538 102 602 135 620 195 c 0 + 625 213 626 233 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 305 l 2 + 749 285 750 264 750 243 c 0 + 750 168 742 -10 445 -10 c 0 +EndSplineSet +EndChar + +StartChar: ubreve +Encoding: 365 365 310 +Width: 654 +VWidth: 0 +Flags: W +HStem: -10 112<237.115 405.808> 0 21G<468.909 567> 462 20G<88 208 447 567> 508 108<253.721 401.051> +VStem: 88 120<132.365 482> 447 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +447 482 m 1xbc + 567 482 l 1 + 567 0 l 1 + 478 0 l 1x7c + 463 33 l 1 + 384 -1 318 -10 274 -10 c 0 + 110 -10 88 99 88 197 c 2 + 88 482 l 1 + 208 482 l 1 + 208 198 l 2 + 208 166 212 102 316 102 c 0 + 365 102 417 118 447 129 c 1 + 447 482 l 1xbc +97 664 m 1 + 191 714 l 1 + 200 696 l 2 + 209 678 249 616 325 616 c 0 + 387 616 445 662 473 699 c 2 + 485 714 l 1 + 573 654 l 1 + 561 637 l 1 + 509 569 422 508 315 508 c 0 + 195 508 128 580 103 648 c 2 + 97 664 l 1 +EndSplineSet +EndChar + +StartChar: Uring +Encoding: 366 366 311 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<340.332 554.424> 674 20G<142 265 626 749> 721 84<392.64 474.446> 896 84<392.578 474.328> +VStem: 142 123<163.271 694> 291 94<814.283 887.159> 482 96<812.267 887.517> 626 123<166.699 694> +LayerCount: 3 +Fore +SplineSet +435 980 m 0 + 513 980 578 923 578 851 c 0 + 578 779 514 721 435 721 c 0 + 357 721 291 779 291 851 c 0 + 291 922 356 980 435 980 c 0 +435 896 m 0 + 407 896 385 875 385 851 c 0 + 385 827 406 805 435 805 c 0 + 466 805 482 831 482 851 c 0 + 482 874 462 896 435 896 c 0 +445 -10 m 0 + 142 -10 141 172 141 243 c 0 + 141 264 142 285 142 305 c 2 + 142 694 l 1 + 265 694 l 1 + 265 254 l 2 + 265 212 268 177 300 147 c 0 + 314 134 355 102 445 102 c 0 + 538 102 602 135 620 195 c 0 + 625 213 626 233 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 305 l 2 + 749 285 750 264 750 243 c 0 + 750 168 742 -10 445 -10 c 0 +EndSplineSet +EndChar + +StartChar: uring +Encoding: 367 367 312 +Width: 654 +VWidth: 0 +Flags: W +HStem: -10 112<237.115 405.808> 0 21G<468.909 567> 462 20G<88 208 447 567> 509 84<285.573 371.728> 684 84<287.279 371.552> +VStem: 88 120<132.365 482> 182 96<602.283 674.844> 380 97<602.283 675.336> 447 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +447 482 m 1xbc80 + 567 482 l 1 + 567 0 l 1 + 478 0 l 1x7c80 + 463 33 l 1 + 384 -1 318 -10 274 -10 c 0 + 110 -10 88 99 88 197 c 2 + 88 482 l 1 + 208 482 l 1 + 208 198 l 2 + 208 166 212 102 316 102 c 0 + 365 102 417 118 447 129 c 1 + 447 482 l 1xbc80 +330 768 m 0 + 413 768 477 711 477 639 c 0 + 477 567 414 509 330 509 c 0 + 247 509 182 567 182 639 c 0x3b + 182 710 246 768 330 768 c 0 +330 684 m 0 + 300 684 278 663 278 639 c 0 + 278 615 299 593 330 593 c 0 + 358 593 380 615 380 639 c 0 + 380 663 358 684 330 684 c 0 +EndSplineSet +EndChar + +StartChar: Wcircumflex +Encoding: 372 372 313 +Width: 1172 +VWidth: 0 +Flags: W +HStem: 0 21G<291.372 423.382 772.71 904.493> 674 20G<68 205.004 552.458 679.191 1025.68 1157> +LayerCount: 3 +Fore +SplineSet +68 694 m 1 + 199 694 l 1 + 359 161 l 1 + 560 694 l 1 + 673 694 l 1 + 838 161 l 1 + 1033 694 l 1 + 1157 694 l 1 + 897 0 l 1 + 779 0 l 1 + 612 531 l 1 + 416 0 l 1 + 298 0 l 1 + 68 694 l 1 +620 955 m 1 + 784 785 l 1 + 701 714 l 1 + 613 809 l 1 + 521 715 l 1 + 439 780 l 1 + 620 955 l 1 +EndSplineSet +EndChar + +StartChar: wcircumflex +Encoding: 373 373 314 +Width: 877 +VWidth: 1023 +Flags: W +HStem: 0 21<198.953 322.962 548.564 673.536> 462 20<20.6709 156.113 381.252 502.59 732.865 869.071> 541 241 +VStem: 281 319 +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 151 0 2 +Refer: 11 119 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Ycircumflex +Encoding: 374 374 315 +Width: 696 +VWidth: 0 +Flags: W +HStem: 0 21G<306 444> 674 20G<49 207.829 554.948 710> +VStem: 306 138<0 324> +LayerCount: 3 +Fore +SplineSet +49 694 m 1 + 194 694 l 1 + 380 425 l 1 + 569 694 l 1 + 710 694 l 1 + 444 324 l 1 + 444 0 l 1 + 306 0 l 1 + 306 324 l 1 + 49 694 l 1 +389 953 m 1 + 559 783 l 1 + 476 712 l 1 + 381 807 l 1 + 283 713 l 1 + 202 778 l 1 + 389 953 l 1 +EndSplineSet +EndChar + +StartChar: ycircumflex +Encoding: 375 375 316 +Width: 559 +VWidth: 1023 +Flags: W +HStem: 462 20<17.1074 162.843 420.801 554.807> 541 241 +VStem: 130 319 +LayerCount: 3 +Fore +Refer: 219 710 S 1 0 0 1 0 0 2 +Refer: 26 121 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Zacute +Encoding: 377 377 317 +Width: 743 +VWidth: 0 +Flags: W +HStem: 0 113<252 714> 581 113<90 514> +LayerCount: 3 +Fore +SplineSet +90 694 m 1 + 701 694 l 1 + 701 619 l 1 + 252 113 l 1 + 714 113 l 1 + 714 0 l 1 + 76 0 l 1 + 76 76 l 1 + 514 581 l 1 + 90 581 l 1 + 90 694 l 1 +530 973 m 1 + 590 877 l 1 + 274 713 l 1 + 218 800 l 1 + 530 973 l 1 +EndSplineSet +EndChar + +StartChar: zacute +Encoding: 378 378 318 +Width: 546 +VWidth: 1023 +Flags: W +HStem: 0 103<218.835 490.035> 379 103<52.0352 308.835> 501 264 +VStem: 120 318 +LayerCount: 3 +Fore +Refer: 148 180 S 1 0 0 1 0 0 2 +Refer: 25 122 N 1 0 0 1 0 0 2 +EndChar + +StartChar: Zdotaccent +Encoding: 379 379 319 +Width: 743 +VWidth: 0 +Flags: W +HStem: 0 113<252 714> 581 113<90 514> 750 143<307 466> +VStem: 307 159<750 893> +LayerCount: 3 +Fore +SplineSet +90 694 m 1 + 701 694 l 1 + 701 619 l 1 + 252 113 l 1 + 714 113 l 1 + 714 0 l 1 + 76 0 l 1 + 76 76 l 1 + 514 581 l 1 + 90 581 l 1 + 90 694 l 1 +307 893 m 1 + 466 893 l 1 + 466 750 l 1 + 307 750 l 1 + 307 893 l 1 +EndSplineSet +EndChar + +StartChar: zdotaccent +Encoding: 380 380 320 +Width: 606 +VWidth: 0 +Flags: W +HStem: 0 103<245 533> 379 103<73 345> 562 132<215 380> +VStem: 215 165<562 694> +LayerCount: 3 +Fore +SplineSet +73 482 m 1 + 521 482 l 1 + 521 420 l 1 + 245 103 l 1 + 533 103 l 1 + 533 0 l 1 + 73 0 l 1 + 73 62 l 1 + 345 379 l 1 + 73 379 l 1 + 73 482 l 1 +215 694 m 1 + 380 694 l 1 + 380 562 l 1 + 215 562 l 1 + 215 694 l 1 +EndSplineSet +EndChar + +StartChar: gcommaaccent +Encoding: 291 291 321 +Width: 654 +VWidth: 1023 +Flags: W +HStem: -265 107<147.07 371.366> -10 105<251.334 439.542> 386 105<244.506 439.466> 462 20G<467.818 566> +VStem: 62 119<166.667 322.418> 441 125<-87.8073 11 106.391 373.641> +LayerCount: 3 +Fore +SplineSet +213 525 m 1xcc + 321 755 l 1 + 473 755 l 1 + 364 525 l 1 + 213 525 l 1xcc +181 247 m 0 + 181 163 233 95 343 95 c 0 + 381 95 415 104 441 113 c 1 + 441 368 l 1 + 390 383 355 386 332 386 c 0xec + 241 386 181 332 181 247 c 0 +326 491 m 0 + 348 491 392 490 467 460 c 1 + 476 482 l 1 + 566 482 l 1xdc + 566 -11 l 2 + 566 -125 515 -265 283 -265 c 0 + 233 -265 170 -256 112 -232 c 1 + 94 -225 l 1 + 130 -130 l 1 + 149 -137 l 2 + 175 -147 220 -158 271 -158 c 0 + 448 -158 441 -26 441 11 c 1 + 405 -1 363 -10 317 -10 c 0 + 192 -10 62 55 62 239 c 0 + 62 430 218 491 326 491 c 0 +EndSplineSet +EndChar + +StartChar: eng +Encoding: 331 331 322 +Width: 654 +VWidth: 1023 +Flags: W +HStem: -169 107<268.07 431.215> -151 99<271.021 377.303> 0 21G<88 213> 380 112<250.323 418.552> 462 20G<88 187> +VStem: 88 125<0 360.477> 446 120<-48.6463 350.044> +LayerCount: 3 +Fore +SplineSet +341 380 m 0xb6 + 317 380 273 375 213 353 c 1 + 213 0 l 1 + 88 0 l 1 + 88 482 l 1 + 177 482 l 1x2e + 193 450 l 1 + 274 484 339 492 379 492 c 0 + 561 492 566 346 566 292 c 2 + 566 12 l 2 + 566 -84 535 -169 406 -169 c 0xb6 + 379 -169 337 -166 271 -151 c 2 + 249 -146 l 1 + 272 -49 l 1 + 295 -52 l 1x66 + 357 -61 363 -62 378 -62 c 0 + 435 -62 446 -30 446 12 c 2 + 446 284 l 2 + 446 318 442 380 341 380 c 0xb6 +EndSplineSet +EndChar + +StartChar: uni0237 +Encoding: 567 567 323 +Width: 295 +VWidth: 1023 +Flags: W +HStem: 462 20G<95 215> +VStem: 95 120<-124.777 482> +LayerCount: 3 +Fore +SplineSet +95 482 m 1 + 215 482 l 1 + 215 -47 l 2 + 215 -109 210 -210 73 -260 c 1 + 56 -266 l 1 + 9 -171 l 1 + 27 -162 l 2 + 92 -131 95 -81 95 -55 c 2 + 95 482 l 1 +EndSplineSet +EndChar + +StartChar: Eng +Encoding: 330 330 324 +Width: 884 +VWidth: 1023 +Flags: W +HStem: -178 107<470.391 638.847> -161 99<473.298 574.336> 0 21G<142 269> 602 122<386.858 588.136> 674 20G<142 239.769> +VStem: 142 127<0 554.045> 659 123<-50.3505 528.369> +LayerCount: 3 +Fore +SplineSet +659 14 m 2xa6 + 659 413 l 2 + 659 473 659 602 492 602 c 0xb6 + 449 602 383 591 269 546 c 1 + 269 0 l 1 + 142 0 l 1 + 142 694 l 1 + 229 694 l 1x2e + 250 655 l 1 + 389 711 468 724 528 724 c 0 + 679 724 763 638 779 523 c 0 + 782 497 782 472 782 447 c 2 + 782 3 l 2 + 782 -137 691 -178 600 -178 c 0xb6 + 574 -178 534 -176 473 -161 c 2 + 452 -156 l 1 + 474 -58 l 1 + 496 -62 l 2x66 + 536 -69 561 -71 575 -71 c 0 + 658 -71 659 -14 659 14 c 2xa6 +EndSplineSet +EndChar + +StartChar: Lslash +Encoding: 321 321 325 +Width: 633 +VWidth: 1023 +Flags: W +HStem: 0 113<276 616> 674 20G<142 265> +VStem: 142 134<113 242> 142 123<438 694> +LayerCount: 3 +Fore +SplineSet +142 694 m 1xd0 + 265 694 l 1 + 265 438 l 1xd0 + 418 511 l 1 + 418 381 l 1 + 276 313 l 1 + 276 113 l 1xe0 + 616 113 l 1 + 616 0 l 1 + 142 0 l 1xd0 + 142 242 l 1xe0 + 71 204 l 1 + 71 327 l 1 + 142 365 l 1 + 142 694 l 1xd0 +EndSplineSet +EndChar + +StartChar: lslash +Encoding: 322 322 326 +Width: 322 +VWidth: 1023 +Flags: W +HStem: -9.90039 104.22<141.5 304.592> 673.75 20<69.3868 189.4> +VStem: 69 120.145<102.826 693.75> +LayerCount: 3 +Fore +SplineSet +4.5 193.1 m 5 + 4.5 312.1 l 5 + 296.5 461.1 l 5 + 296.5 341.1 l 5 + 4.5 193.1 l 5 +EndSplineSet +Refer: 10 108 N 1 0 0 1 0 0 2 +EndChar + +StartChar: kgreenlandic +Encoding: 312 312 327 +Width: 603 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208 421.013 593> 462 20G<88 208 409.863 567> +VStem: 88 120<0 223 271 482> +LayerCount: 3 +Fore +SplineSet +208 271 m 1 + 431 482 l 1 + 567 482 l 1 + 336 256 l 1 + 593 0 l 1 + 442 0 l 1 + 208 223 l 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1 + 208 482 l 1 + 208 271 l 1 +EndSplineSet +EndChar + +StartChar: napostrophe +Encoding: 329 329 328 +Width: 737 +VWidth: 1023 +Flags: W +HStem: 0 21G<170 291 529 649> 380 112<331.534 499.665> 462 20G<170 268.485> 674 20G<34 147> +VStem: 34 113<442 694> 170 121<0 360.146> 529 120<0 349.635> +LayerCount: 3 +Fore +SplineSet +170 482 m 1xbe + 260 482 l 1xbe + 274 449 l 1 + 353 483 419 492 463 492 c 0 + 627 492 649 383 649 285 c 2 + 649 0 l 1 + 529 0 l 1 + 529 283 l 2 + 529 317 524 380 421 380 c 0xde + 372 380 321 364 291 353 c 1 + 291 0 l 1 + 170 0 l 1 + 170 482 l 1xbe +34 694 m 1 + 147 694 l 1 + 147 442 l 1 + 34 442 l 1 + 34 694 l 1 +EndSplineSet +EndChar + +StartChar: ogonek +Encoding: 731 731 329 +Width: 529 +VWidth: 0 +Flags: W +HStem: -286 105<318.129 406.753> +VStem: 205 110<-178.159 -92.5619> +LayerCount: 3 +Fore +SplineSet +205 -164 m 0 + 205 -63 301 54 433 90 c 1 + 453 95 l 1 + 477 3 l 1 + 459 -3 l 2 + 364 -38 315 -108 315 -147 c 0 + 315 -167 326 -181 347 -181 c 0 + 358 -181 379 -177 417 -155 c 2 + 435 -144 l 1 + 476 -222 l 1 + 462 -232 l 2 + 441 -247 382 -286 323 -286 c 0 + 252 -286 205 -233 205 -164 c 0 +EndSplineSet +EndChar + +StartChar: hungarumlaut +Encoding: 733 733 330 +Width: 806 +VWidth: 1023 +Flags: W +HStem: 533 278 +LayerCount: 3 +Fore +SplineSet +168 533 m 5 + 106 623 l 5 + 375 811 l 5 + 433 729 l 5 + 168 533 l 5 +629 811 m 5 + 691 721 l 5 + 422 533 l 5 + 365 615 l 5 + 629 811 l 5 +EndSplineSet +EndChar + +StartChar: uni02EE +Encoding: 750 750 331 +Width: 407 +VWidth: 1023 +Flags: W +HStem: 509 249<34 164 224 354> +VStem: 34 130<509 758> 224 130<509 758> +LayerCount: 3 +Fore +SplineSet +224 758 m 1 + 354 758 l 1 + 354 509 l 1 + 224 509 l 1 + 224 758 l 1 +34 758 m 1 + 164 758 l 1 + 164 509 l 1 + 34 509 l 1 + 34 758 l 1 +EndSplineSet +EndChar + +StartChar: uni0302 +Encoding: 770 770 332 +Width: 0 +VWidth: 1023 +Flags: W +HStem: 541 241 +VStem: -384 319 +LayerCount: 3 +Fore +SplineSet +-218 782 m 5 + -65 612 l 5 + -139 541 l 5 + -225 636 l 5 + -311 542 l 5 + -384 607 l 5 + -218 782 l 5 +EndSplineSet +EndChar + +StartChar: Tbar +Encoding: 358 358 333 +Width: 670 +VWidth: 1023 +Flags: W +HStem: 0 21G<293 417> 274 114<111 293 417 599> 581 113<42 293 417 668> +VStem: 293 124<0 274 388 581> +LayerCount: 3 +Fore +SplineSet +42 694 m 1 + 668 694 l 1 + 668 581 l 1 + 417 581 l 1 + 417 388 l 1 + 599 388 l 1 + 599 274 l 1 + 417 274 l 1 + 417 0 l 1 + 293 0 l 1 + 293 274 l 1 + 111 274 l 1 + 111 388 l 1 + 293 388 l 1 + 293 581 l 1 + 42 581 l 1 + 42 694 l 1 +EndSplineSet +EndChar + +StartChar: tbar +Encoding: 359 359 334 +Width: 448 +VWidth: 1023 +Flags: W +HStem: -10 103<253.393 412.414> 214 93<34 99 234 406> 379 103<34 99 234 406> +VStem: 99 135<110.837 214 307 379 482 621> +LayerCount: 3 +Back +SplineSet +257.812 515.137 m 5xd0 + 359.375 745.605 l 5 + 508.301 745.605 l 5xc8 + 402.344 515.137 l 5 + 257.812 515.137 l 5xd0 +99.1211 620.605 m 5 + 234.375 620.605 l 5 + 234.375 482.422 l 5 + 406.25 482.422 l 5 + 406.25 379.395 l 5 + 234.375 379.395 l 5 + 234.375 163.086 l 6 + 234.375 133.789 237.793 92.7734 306.641 92.7734 c 4 + 322.754 92.7734 330.078 93.75 389.648 102.539 c 5 + 408.691 105.957 l 5 + 427.734 13.6719 l 5 + 409.18 8.78906 l 5 + 349.121 -5.85938 305.176 -9.76562 276.855 -9.76562 c 4 + 130.371 -9.76562 99.1211 69.3359 99.1211 154.785 c 6 + 99.1211 379.395 l 5 + 34.1797 379.395 l 5 + 34.1797 482.422 l 5 + 99.1211 482.422 l 5 + 99.1211 620.605 l 5 +EndSplineSet +Fore +SplineSet +409 9 m 2 + 352 -6 317 -10 289 -10 c 0 + 164 -10 99 36 99 157 c 2 + 99 214 l 1 + 34 214 l 1 + 34 307 l 1 + 99 307 l 1 + 99 379 l 1 + 34 379 l 1 + 34 482 l 1 + 99 482 l 1 + 99 621 l 1 + 234 621 l 1 + 234 482 l 1 + 406 482 l 1 + 406 379 l 1 + 234 379 l 1 + 234 307 l 1 + 406 307 l 1 + 406 214 l 1 + 234 214 l 1 + 234 162 l 2 + 234 134 246 93 318 93 c 0 + 331 93 338 94 390 103 c 1 + 409 106 l 1 + 428 14 l 1 + 409 9 l 2 +EndSplineSet +EndChar + +StartChar: Hbar +Encoding: 294 294 335 +Width: 861 +VWidth: 1023 +Flags: W +HStem: 0 21G<142 265 636 759> 301 114<265 636> 523 102<68 142 759 832> 533 88<265 636> 674 20G<142 265 636 759> +VStem: 142 123<0 301 415 523 625 694> 636 123<0 301 415 523 625 694> +LayerCount: 3 +Fore +SplineSet +636 694 m 1xde + 759 694 l 1 + 759 625 l 1 + 832 625 l 1 + 832 523 l 1 + 759 523 l 1 + 759 0 l 1 + 636 0 l 1 + 636 301 l 1 + 265 301 l 1 + 265 0 l 1 + 142 0 l 1 + 142 523 l 1 + 68 523 l 1 + 68 625 l 1 + 142 625 l 1xee + 142 694 l 1 + 265 694 l 1 + 265 621 l 1 + 636 621 l 1 + 636 694 l 1xde +636 415 m 1 + 636 533 l 1 + 265 533 l 1xde + 265 415 l 1 + 636 415 l 1 +EndSplineSet +EndChar + +StartChar: hbar +Encoding: 295 295 336 +Width: 661 +VWidth: 1023 +Flags: W +HStem: 0 21G<93 213 447 574> 380 111<245.191 416.317> 535 103<27 93 213 398> 718 20G<93 213> +VStem: 93 120<0 360.477 458 535 638 738> 447 127<0 348.956> +LayerCount: 3 +Back +SplineSet +276.855 56.1523 m 4xbe + 235.352 56.1523 198.242 69.8242 172.852 83.4961 c 5 + 172.852 405.762 l 5 + 196.777 416.504 235.84 429.199 277.832 429.199 c 4 + 347.168 429.199 438.477 392.578 438.477 245.605 c 4 + 438.477 91.7969 341.309 56.1523 276.855 56.1523 c 4xbe +516.602 232.91 m 4 + 516.602 403.32 416.504 492.188 289.551 492.188 c 4 + 242.676 492.188 205.078 480.469 172.852 466.309 c 5 + 172.852 574.707 l 5 + 303.711 574.707 l 5 + 303.711 637.695 l 5 + 172.852 637.695 l 5 + 172.852 737.793 l 5 + 92.7734 737.793 l 5 + 92.7734 637.695 l 5 + 26.8555 637.695 l 5 + 26.8555 574.707 l 5 + 92.7734 574.707 l 5 + 92.7734 0 l 5 + 148.438 0 l 5x7e + 161.621 30.2734 l 5 + 210.449 1.46484 260.742 -9.76562 303.223 -9.76562 c 4 + 398.926 -9.76562 516.602 49.8047 516.602 232.91 c 4 +EndSplineSet +Fore +SplineSet +93 738 m 1 + 213 738 l 1 + 213 638 l 1 + 398 638 l 1 + 398 535 l 1 + 213 535 l 1 + 213 458 l 1 + 255 474 316 491 378 491 c 0 + 538 491 574 392 574 286 c 2 + 574 0 l 1 + 447 0 l 1 + 447 284 l 2 + 447 316 443 380 341 380 c 0 + 316 380 273 375 213 353 c 1 + 213 0 l 1 + 93 0 l 1 + 93 535 l 1 + 27 535 l 1 + 27 638 l 1 + 93 638 l 1 + 93 738 l 1 +EndSplineSet +EndChar + +StartChar: dcroat +Encoding: 273 273 337 +Width: 684 +VWidth: 1023 +Flags: W +HStem: -10 106<257.731 443.994> 0 21G<469.909 567> 389 103<256.726 445.659> 535 103<297 447 567 633> 718 20G<447 567> +VStem: 63 125<162.788 326.028> 447 120<106.171 380.447 476 535 638 738> +LayerCount: 3 +Back +SplineSet +303.223 56.1523 m 0xbe + 344.727 56.1523 381.836 69.8242 407.227 83.4961 c 1 + 407.227 405.762 l 1 + 383.301 416.504 344.238 429.199 302.246 429.199 c 0 + 232.91 429.199 141.602 392.578 141.602 245.605 c 0 + 141.602 91.7969 238.77 56.1523 303.223 56.1523 c 0xbe +63.4766 232.91 m 0 + 63.4766 403.32 163.574 492.188 290.527 492.188 c 0 + 337.402 492.188 375 480.469 407.227 466.309 c 1 + 407.227 574.707 l 1 + 276.367 574.707 l 1 + 276.367 637.695 l 1 + 407.227 637.695 l 1 + 407.227 737.793 l 1 + 487.305 737.793 l 1 + 487.305 637.695 l 1 + 560.547 637.695 l 1 + 560.547 574.707 l 1 + 487.305 574.707 l 1 + 487.305 0 l 1 + 431.641 0 l 1x7e + 418.457 30.2734 l 1 + 369.629 1.46484 319.336 -9.76562 276.855 -9.76562 c 0 + 181.152 -9.76562 63.4766 49.8047 63.4766 232.91 c 0 +EndSplineSet +Fore +SplineSet +350 389 m 0xbe + 287 389 188 367 188 245 c 0 + 188 122 286 96 351 96 c 0 + 388 96 422 104 447 113 c 1 + 447 375 l 1 + 422 382 387 389 350 389 c 0xbe +336 492 m 0 + 378 492 415 486 447 476 c 1 + 447 535 l 1 + 297 535 l 1 + 297 638 l 1 + 447 638 l 1 + 447 738 l 1 + 567 738 l 1 + 567 638 l 1 + 633 638 l 1 + 633 535 l 1 + 567 535 l 1 + 567 0 l 1 + 479 0 l 1x7e + 469 22 l 1 + 420 -1 366 -10 320 -10 c 0 + 201 -10 63 50 63 233 c 0 + 63 402 178 492 336 492 c 0 +EndSplineSet +EndChar + +StartChar: Ohungarumlaut +Encoding: 336 336 338 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<364.58 570.298> +VStem: 105 126<248.908 459.514> 711 126<238.736 452.067> +LayerCount: 3 +Fore +SplineSet +770 982 m 1 + 833 892 l 1 + 550 704 l 1 + 487 786 l 1 + 770 982 l 1 +498 982 m 1 + 566 892 l 1 + 273 704 l 1 + 211 786 l 1 + 498 982 l 1 +711 346 m 0 + 711 517 582 588 465 588 c 0 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +EndSplineSet +EndChar + +StartChar: ohungarumlaut +Encoding: 337 337 339 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<255.314 417.026> 383 109<246.335 410.555> +VStem: 63 119<172.971 320.588> 484 124<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +335 492 m 0 + 490 492 608 406 608 250 c 0 + 608 89 494 -10 327 -10 c 0 + 170 -10 63 82 63 236 c 0 + 63 393 168 492 335 492 c 0 +328 383 m 0 + 257 383 182 340 182 249 c 0 + 182 166 244 99 337 99 c 0 + 418 99 484 152 484 236 c 0 + 484 335 402 383 328 383 c 0 +584 765 m 1 + 655 681 l 1 + 428 501 l 1 + 356 581 l 1 + 584 765 l 1 +349 765 m 1 + 429 681 l 1 + 187 501 l 1 + 123 581 l 1 + 349 765 l 1 +EndSplineSet +EndChar + +StartChar: Aogonek +Encoding: 260 260 340 +Width: 795 +VWidth: 0 +Flags: W +HStem: -266 106<566.335 672.923> 0 21G<63 192.231> 182 112<313 528> 674 20G<355.326 495.674> +VStem: 432 132<-156.683 -76.4426> +LayerCount: 3 +Fore +SplineSet +63 0 m 1 + 364 694 l 1 + 487 694 l 1 + 788 0 l 1 + 759 0 l 1 + 581 -4 564 -125 564 -129 c 1 + 564 -142 572 -160 602 -160 c 0 + 636 -160 676 -139 683 -135 c 2 + 701 -124 l 1 + 743 -202 l 1 + 729 -212 l 2 + 703 -232 643 -266 575 -266 c 0 + 493 -266 432 -216 432 -146 c 0 + 432 -64 530 24 631 58 c 1 + 576 182 l 1 + 267 182 l 1 + 183 0 l 1 + 63 0 l 1 +528 294 m 1 + 422 552 l 1 + 313 294 l 1 + 528 294 l 1 +EndSplineSet +EndChar + +StartChar: aogonek +Encoding: 261 261 341 +Width: 602 +VWidth: 0 +Flags: W +HStem: -265 99<347.122 450.335> -8 105<189.502 351.48> 198 92<209.011 393> 379 106<129.218 371.771> +VStem: 60 120<111.113 173.063> 210 136<-162.177 -96.9349> 393 121<117.39 198 290 356.05> +LayerCount: 3 +Fore +SplineSet +180 138 m 4 + 180 112 215 97 277 97 c 0 + 322 97 363 111 393 128 c 1 + 393 198 l 5 + 280 198 226 195 196 169 c 4 + 186 161 180 149 180 138 c 4 +272 379 m 0 + 242 379 193 375 131 358 c 1 + 112 353 l 1 + 87 449 l 1 + 104 455 l 1 + 166 478 233 485 288 485 c 0 + 475 485 514 403 514 309 c 2 + 514 -14 l 1 + 503 -20 l 1 + 427 -59 346 -90 346 -136 c 0 + 346 -155 362 -166 385 -166 c 0 + 399 -166 418 -162 457 -141 c 2 + 474 -132 l 1 + 517 -206 l 1 + 501 -216 l 2 + 474 -234 418 -265 355 -265 c 0 + 270 -265 210 -216 210 -152 c 0 + 210 -78 288 -24 353 8 c 1 + 321 -2 287 -8 250 -8 c 0 + 138 -8 60 59 60 133 c 0 + 60 181 93 254 209 277 c 1 + 246 283 295 289 393 290 c 1 + 393 301 l 2 + 393 341 385 379 272 379 c 0 +EndSplineSet +EndChar + +StartChar: Eogonek +Encoding: 280 280 342 +Width: 706 +VWidth: 0 +Flags: W +HStem: -265 105<466.545 566.21> 0 113<265 422> 301 113<265 602> 581 113<265 628> +VStem: 142 123<113 301 414 581> 333 131<-156.474 -82.5345> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 628 694 l 1 + 628 581 l 1 + 265 581 l 1 + 265 414 l 1 + 602 414 l 1 + 602 301 l 1 + 265 301 l 1 + 265 113 l 1 + 628 113 l 1 + 628 23 l 1 + 620 18 l 2 + 536 -42 464 -79 464 -128 c 0 + 464 -149 482 -160 503 -160 c 0 + 528 -160 558 -144 573 -134 c 2 + 591 -123 l 1 + 633 -201 l 1 + 619 -211 l 2 + 594 -230 540 -265 475 -265 c 0 + 392 -265 333 -217 333 -146 c 0 + 333 -81 377 -34 422 0 c 1 + 142 0 l 1 + 142 694 l 1 +EndSplineSet +EndChar + +StartChar: eogonek +Encoding: 281 281 343 +Width: 618 +VWidth: 0 +Flags: W +HStem: -266 99<359.062 464.699> 179 100<187 437> 377 110<239.52 401.426> +VStem: 227 130<-164.272 -80.7098> +LayerCount: 3 +Fore +SplineSet +63 219 m 0 + 63 418 209 487 341 487 c 0 + 546 487 555 337 555 234 c 2 + 555 179 l 1 + 186 179 l 1 + 200 132 271 93 375 93 c 0 + 406 93 448 97 488 109 c 2 + 508 116 l 1 + 532 22 l 1 + 515 17 l 2 + 420 -14 357 -92 357 -133 c 0 + 357 -156 374 -167 396 -167 c 0 + 410 -167 433 -163 472 -142 c 2 + 490 -132 l 1 + 532 -206 l 1 + 517 -216 l 2 + 487 -236 432 -266 367 -266 c 0 + 282 -266 227 -215 227 -149 c 0 + 227 -96 260 -48 300 -9 c 1 + 147 4 63 79 63 219 c 0 +320 377 m 0 + 239 377 195 331 187 279 c 1 + 437 279 l 1 + 432 353 386 377 320 377 c 0 +EndSplineSet +EndChar + +StartChar: Iogonek +Encoding: 302 302 344 +Width: 396 +VWidth: 0 +Flags: W +HStem: -266 105<127.235 217.982> 674 20G<156 279> +VStem: 15 110<-159.289 -78.5669> 156 123<34.3438 694> +LayerCount: 3 +Fore +SplineSet +15 -146 m 0 + 15 -70 76 5 156 47 c 1 + 156 694 l 1 + 279 694 l 1 + 279 22 l 1 + 269 17 l 1 + 142 -52 125 -106 125 -128 c 0 + 125 -141 132 -161 158 -161 c 0 + 168 -161 189 -157 227 -135 c 2 + 245 -124 l 1 + 287 -202 l 1 + 272 -212 l 2 + 243 -233 190 -266 134 -266 c 0 + 67 -266 15 -218 15 -146 c 0 +EndSplineSet +EndChar + +StartChar: iogonek +Encoding: 303 303 345 +Width: 295 +VWidth: 0 +Flags: W +HStem: -271 105<52.1396 142.553> 462 20G<88 208> 562 132<81 215> +VStem: -60 110<-164.405 -78.9219> 81 134<562 694> 88 120<47.0445 482> +LayerCount: 3 +Fore +SplineSet +-60 -148 m 0xf4 + -60 -66 8 14 88 58 c 1 + 88 482 l 1 + 208 482 l 1 + 208 17 l 1 + 195 12 l 1 + 108 -19 50 -88 50 -132 c 0 + 50 -152 62 -166 83 -166 c 0 + 97 -166 117 -160 152 -140 c 2 + 170 -130 l 1 + 211 -206 l 1 + 197 -216 l 1 + 168 -237 115 -271 59 -271 c 0 + -10 -271 -60 -220 -60 -148 c 0xf4 +81 694 m 1xf8 + 215 694 l 1 + 215 562 l 1 + 81 562 l 1 + 81 694 l 1xf8 +EndSplineSet +EndChar + +StartChar: Uogonek +Encoding: 370 370 346 +Width: 851 +VWidth: 0 +Flags: W +HStem: -266 105<455.497 557.403> 674 20G<142 265 626 749> +VStem: 142 123<163.847 694> 328 125<-159.061 -75.9358> 626 123<166.368 694> +LayerCount: 3 +Fore +SplineSet +141 243 m 0 + 141 264 142 285 142 305 c 2 + 142 694 l 1 + 265 694 l 1 + 265 254 l 2 + 265 212 268 177 300 147 c 0 + 314 134 355 102 445 102 c 0 + 538 102 602 135 620 195 c 0 + 625 213 626 233 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 305 l 2 + 749 286 750 267 750 247 c 0 + 750 93 699 54 593 8 c 1 + 473 -43 453 -106 453 -127 c 0 + 453 -147 465 -161 489 -161 c 0 + 514 -161 549 -145 565 -135 c 2 + 586 -123 l 1 + 633 -202 l 1 + 618 -212 l 1 + 588 -233 526 -266 460 -266 c 0 + 380 -266 328 -217 328 -146 c 0 + 328 -95 353 -46 388 -8 c 1 + 154 11 141 165 141 243 c 0 +EndSplineSet +EndChar + +StartChar: uogonek +Encoding: 371 371 347 +Width: 656 +VWidth: 0 +Flags: W +HStem: -265 100<404.804 509.293> -10 112<239.035 413.275> 462 20G<90 210 449 569> +VStem: 90 120<131.364 482> 271 132<-162.424 -97.1839> 449 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +210 482 m 1 + 210 387 210 293 210 198 c 0 + 210 171 212 102 318 102 c 0 + 367 102 419 118 449 129 c 1 + 449 482 l 1 + 569 482 l 1 + 569 -14 l 1 + 558 -20 l 1 + 489 -56 403 -89 403 -135 c 0 + 403 -153 412 -165 440 -165 c 0 + 470 -165 503 -147 513 -142 c 2 + 530 -132 l 1 + 573 -206 l 1 + 558 -216 l 2 + 507 -250 460 -265 414 -265 c 0 + 325 -265 271 -214 271 -153 c 0 + 271 -78 342 -23 437 20 c 1 + 393 4 337 -10 280 -10 c 0 + 251 -10 223 -6 198 3 c 0 + 95 40 88 127 88 206 c 0 + 88 214 90 222 90 226 c 2 + 90 482 l 1 + 210 482 l 1 +EndSplineSet +EndChar + +StartChar: Uhungarumlaut +Encoding: 368 368 348 +Width: 851 +VWidth: 0 +Flags: W +HStem: -10 112<340.332 554.424> 674 20G<142 265 626 749> +VStem: 142 123<163.271 694> 626 123<166.699 694> +LayerCount: 3 +Fore +SplineSet +271 708 m 5 + 208 798 l 5 + 478 987 l 5 + 535 905 l 5 + 271 708 l 5 +731 987 m 5 + 793 897 l 5 + 524 708 l 5 + 467 791 l 5 + 731 987 l 5 +445 -10 m 0 + 142 -10 141 172 141 243 c 0 + 141 264 142 285 142 305 c 2 + 142 694 l 1 + 265 694 l 1 + 265 254 l 2 + 265 212 268 177 300 147 c 0 + 314 134 355 102 445 102 c 0 + 538 102 602 135 620 195 c 0 + 625 213 626 233 626 254 c 2 + 626 694 l 1 + 749 694 l 1 + 749 305 l 2 + 749 285 750 264 750 243 c 0 + 750 168 742 -10 445 -10 c 0 +EndSplineSet +EndChar + +StartChar: uhungarumlaut +Encoding: 369 369 349 +Width: 656 +VWidth: 0 +Flags: W +HStem: -10 112<237.115 405.808> 0 21G<468.909 567> 462 20G<88 208 447 567> +VStem: 88 120<132.365 482> 447 120<121.854 482> +LayerCount: 3 +Fore +SplineSet +325 765 m 1x38 + 396 681 l 1 + 181 501 l 1 + 104 581 l 1 + 325 765 l 1x38 +447 482 m 1 + 567 482 l 1 + 567 0 l 1 + 478 0 l 1x78 + 463 33 l 1 + 384 -1 318 -10 274 -10 c 0 + 110 -10 88 99 88 197 c 2 + 88 482 l 1 + 208 482 l 1 + 208 198 l 2 + 208 166 212 102 316 102 c 0xb8 + 365 102 417 118 447 129 c 1 + 447 482 l 1 +589 765 m 1 + 660 681 l 1 + 445 501 l 1 + 369 581 l 1 + 589 765 l 1 +EndSplineSet +EndChar + +StartChar: quotereversed +Encoding: 8219 8219 350 +Width: 219 +VWidth: 1023 +Flags: W +HStem: 506 252<90 154> +VStem: 17 210 +LayerCount: 3 +Fore +SplineSet +154 758 m 1 + 227 506 l 1 + 90 506 l 1 + 17 758 l 1 + 154 758 l 1 +EndSplineSet +EndChar + +StartChar: uni201F +Encoding: 8223 8223 351 +Width: 405 +VWidth: 1023 +Flags: W +HStem: 506 252<139 203 324 389> +LayerCount: 3 +Fore +SplineSet +154 758 m 1 + 227 506 l 1 + 90 506 l 1 + 17 758 l 1 + 154 758 l 1 +340 758 m 1 + 413 506 l 1 + 275 506 l 1 + 203 758 l 1 + 340 758 l 1 +EndSplineSet +EndChar + +StartChar: exclamdbl +Encoding: 8252 8252 352 +Width: 634 +VWidth: 0 +Flags: W +HStem: -20 138<90 228 407 545> +VStem: 90 138<-20 118> 97 123<204 714> 407 138<-20 118> 415 123<204 714> +LayerCount: 3 +Fore +SplineSet +90 118 m 1xc0 + 228 118 l 1 + 228 -20 l 1 + 90 -20 l 1 + 90 118 l 1xc0 +97 714 m 1xa0 + 220 714 l 1 + 220 204 l 1 + 97 204 l 1 + 97 714 l 1xa0 +407 118 m 1x90 + 545 118 l 1 + 545 -20 l 1 + 407 -20 l 1 + 407 118 l 1x90 +415 714 m 1x88 + 538 714 l 1 + 538 204 l 1 + 415 204 l 1 + 415 714 l 1x88 +EndSplineSet +EndChar + +StartChar: uni204B +Encoding: 8267 8267 353 +Width: 647 +VWidth: 1023 +Flags: W +HStem: 645 113<212 290> +VStem: 92 120<-20 645> 290 334<442.125 639.808> 290 120<-20 317.537> +LayerCount: 3 +Fore +SplineSet +92 758 m 1xd0 + 374 758 l 2 + 451 758 624 753 624 553 c 0xe0 + 624 376 501 322 410 315 c 1 + 410 -20 l 1 + 290 -20 l 1 + 290 645 l 1 + 212 645 l 1 + 212 -20 l 1 + 92 -20 l 1 + 92 758 l 1xd0 +EndSplineSet +EndChar + +StartChar: minute +Encoding: 8242 8242 354 +Width: 197 +VWidth: 0 +Flags: W +HStem: 509 249<34 164> +VStem: 34 130<509 758> +LayerCount: 3 +Fore +SplineSet +34 758 m 1 + 164 758 l 1 + 164 509 l 1 + 34 509 l 1 + 34 758 l 1 +EndSplineSet +EndChar + +StartChar: second +Encoding: 8243 8243 355 +Width: 395 +VWidth: 0 +Flags: W +HStem: 509 249<34 164 231 362> +VStem: 34 130<509 758> 231 131<509 758> +LayerCount: 3 +Fore +SplineSet +34 758 m 1 + 164 758 l 1 + 164 509 l 1 + 34 509 l 1 + 34 758 l 1 +231 758 m 1 + 362 758 l 1 + 362 509 l 1 + 231 509 l 1 + 231 758 l 1 +EndSplineSet +EndChar + +StartChar: uni2034 +Encoding: 8244 8244 356 +Width: 593 +VWidth: 0 +Flags: W +HStem: 509 249<34 164 231 362 429 560> +VStem: 34 130<509 758> 231 131<509 758> 429 131<509 758> +LayerCount: 3 +Fore +SplineSet +34 758 m 1 + 164 758 l 1 + 164 509 l 1 + 34 509 l 1 + 34 758 l 1 +231 758 m 1 + 362 758 l 1 + 362 509 l 1 + 231 509 l 1 + 231 758 l 1 +429 758 m 1 + 560 758 l 1 + 560 509 l 1 + 429 509 l 1 + 429 758 l 1 +EndSplineSet +EndChar + +StartChar: uni2035 +Encoding: 8245 8245 357 +Width: 197 +VWidth: 1023 +Flags: W +HStem: 506 252<51 146> +VStem: 11 176 +LayerCount: 3 +Fore +SplineSet +11 758 m 1 + 146 758 l 1 + 187 506 l 1 + 51 506 l 1 + 11 758 l 1 +EndSplineSet +EndChar + +StartChar: uni0191 +Encoding: 401 401 358 +Width: 689 +VWidth: 1023 +Flags: W +HStem: -264 106<-35.7344 129.166> 301 113<288 598> 581 113<288 627> +VStem: 153 135<-133.92 301 414 581> +LayerCount: 3 +Fore +SplineSet +-52 -239 m 1 + -32 -141 l 1 + -12 -146 l 2 + 2 -150 32 -158 61 -158 c 0 + 135 -158 153 -119 153 -75 c 2 + 153 694 l 1 + 627 694 l 1 + 627 581 l 1 + 288 581 l 1 + 288 414 l 1 + 598 414 l 1 + 598 301 l 1 + 288 301 l 1 + 288 -78 l 2 + 288 -209 201 -264 86 -264 c 0 + 45 -264 5 -257 -35 -245 c 2 + -52 -239 l 1 +EndSplineSet +EndChar + +StartChar: uni022C +Encoding: 556 556 359 +Width: 903 +VWidth: 0 +Flags: W +HStem: -7 112<370.856 577.057> 588 113<367.176 566.695> 729 99<537.465 588.441> 817 99<385.568 436.535> 950 103<263 700> +VStem: 105 126<248.908 459.514> 268 101<738.03 807.578> 602 100<834.19 905.312> 711 126<238.736 449.361> +LayerCount: 3 +Fore +SplineSet +263 1053 m 5xcf80 + 700 1053 l 5 + 700 950 l 5 + 263 950 l 5 + 263 1053 l 5xcf80 +606 920 m 1 + 707 905 l 1 + 702 885 l 2 + 690 830 679 729 573 729 c 1xef80 + 475 733 432 817 404 817 c 0 + 385 817 380 780 373 744 c 2 + 369 725 l 1 + 268 739 l 1 + 272 760 l 2 + 284 815 295 916 401 916 c 1xdf80 + 499 912 542 828 570 828 c 0xef80 + 589 828 595 869 602 901 c 2 + 606 920 l 1 +711 346 m 0 + 711 518 580 588 467 588 c 2 + 465 588 l 2 + 355 588 231 519 231 355 c 0 + 231 201 339 105 475 105 c 0 + 587 105 711 176 711 346 c 0 +472 701 m 0 + 684 701 837 568 837 354 c 0 + 837 139 688 -7 468 -7 c 0 + 280 -7 105 109 105 345 c 0 + 105 562 257 701 472 701 c 0 +EndSplineSet +EndChar + +StartChar: uni1E6B +Encoding: 7787 7787 360 +Width: 448 +VWidth: 0 +Flags: W +HStem: -10 103<251.648 412.414> 379 103<34 109 229 406> 649 143<86 258> +VStem: 86 172<649 792> 109 120<115.809 379 482 621> +LayerCount: 3 +Fore +SplineSet +409 9 m 6xe8 + 352 -6 317 -10 289 -10 c 4 + 130 -10 109 70 109 155 c 6 + 109 379 l 5 + 34 379 l 5 + 34 482 l 5 + 109 482 l 5 + 109 621 l 5 + 229 621 l 5 + 229 482 l 5 + 406 482 l 5 + 406 379 l 5 + 229 379 l 5 + 229 163 l 6 + 229 134 246 93 318 93 c 4 + 331 93 338 94 390 103 c 5 + 409 106 l 5 + 428 14 l 5 + 409 9 l 6xe8 +86 792 m 1xf0 + 258 792 l 1 + 258 649 l 1 + 86 649 l 1 + 86 792 l 1xf0 +EndSplineSet +EndChar + +StartChar: uni1E6A +Encoding: 7786 7786 361 +Width: 670 +VWidth: 0 +Flags: W +HStem: 0 21G<293 417> 581 113<42 293 417 668> 784 143<275 434> +VStem: 275 159<784 927> 293 124<0 581> +LayerCount: 3 +Fore +SplineSet +42 694 m 1xe8 + 668 694 l 1 + 668 581 l 1 + 417 581 l 1 + 417 0 l 1 + 293 0 l 1 + 293 581 l 1 + 42 581 l 1 + 42 694 l 1xe8 +275 927 m 5xf0 + 434 927 l 5 + 434 784 l 5 + 275 784 l 5 + 275 927 l 5xf0 +EndSplineSet +EndChar + +StartChar: uni1E02 +Encoding: 7682 7682 362 +Width: 775 +VWidth: 0 +Flags: W +HStem: 0 113<265 531.117> 320 78<265 456.308> 590 104<265 478.227> 784 143<332 493> +VStem: 142 123<113 314 398 590> 332 161<784 927> 521 136<446.334 555.781> 591 123<159.37 263.738> +LayerCount: 3 +Fore +SplineSet +378 590 m 2xfe + 265 590 l 1 + 265 398 l 1 + 378 400 521 400 521 503 c 0 + 521 538 502 590 378 590 c 2xfe +386 320 m 0 + 374 320 361 318 265 314 c 1 + 265 113 l 1 + 374 113 l 2 + 440 113 591 115 591 212 c 0xfd + 591 279 511 320 386 320 c 0 +142 694 m 1 + 406 694 l 2 + 620 694 657 576 657 517 c 0xfe + 657 471 629 422 594 392 c 1 + 667 362 714 294 714 218 c 0 + 714 152 669 0 387 0 c 2 + 142 0 l 1 + 142 694 l 1 +332 927 m 1 + 493 927 l 1 + 493 784 l 1 + 332 784 l 1 + 332 927 l 1 +EndSplineSet +EndChar + +StartChar: uni1E03 +Encoding: 7683 7683 363 +Width: 657 +VWidth: 0 +Flags: W +HStem: -10 103<214.214 407.067> 0 21G<93 188> 386 106<214.666 406.521> 718 20G<93 213> 784 143<265 434> +VStem: 93 120<101.553 376.356 471 738> 265 169<784 927> 477 118<156.724 319.235> +LayerCount: 3 +Fore +SplineSet +213 471 m 1x7f + 250 484 293 492 341 492 c 0 + 458 492 595 437 595 247 c 0 + 595 86 490 -10 325 -10 c 0xbf + 271 -10 222 2 188 16 c 1 + 182 0 l 1 + 93 0 l 1 + 93 738 l 1 + 213 738 l 1 + 213 471 l 1x7f +309 386 m 0 + 280 386 247 382 213 370 c 1 + 213 107 l 1 + 238 100 273 93 311 93 c 0 + 378 93 477 118 477 234 c 0 + 477 362 376 386 309 386 c 0 +265 927 m 1 + 434 927 l 1 + 434 784 l 1 + 265 784 l 1 + 265 927 l 1 +EndSplineSet +EndChar + +StartChar: uni1E0A +Encoding: 7690 7690 364 +Width: 864 +VWidth: 0 +Flags: W +HStem: 0 113<265 512.337> 581 113<265 513.025> 784 143<362 525> +VStem: 142 123<113 581> 362 163<784 927> 662 124<245.261 449.356> +LayerCount: 3 +Fore +SplineSet +362 927 m 1 + 525 927 l 1 + 525 784 l 1 + 362 784 l 1 + 362 927 l 1 +380 581 m 2 + 265 581 l 1 + 265 113 l 1 + 346 113 l 2 + 431 113 560 116 627 221 c 0 + 642 244 662 286 662 351 c 0 + 662 499 548 564 451 577 c 0 + 429 580 405 581 380 581 c 2 +376 694 m 2 + 706 694 786 520 786 367 c 0 + 786 226 730 61 515 15 c 0 + 445 0 375 0 316 0 c 2 + 142 0 l 1 + 142 694 l 1 + 376 694 l 2 +EndSplineSet +EndChar + +StartChar: Wgrave +Encoding: 7808 7808 365 +Width: 1172 +VWidth: 0 +Flags: W +HStem: 0 21G<291.372 423.382 772.71 904.493> 674 20G<68 205.004 552.458 679.191 1025.68 1157> +LayerCount: 3 +Fore +SplineSet +68 694 m 1 + 199 694 l 1 + 359 161 l 1 + 560 694 l 1 + 673 694 l 1 + 838 161 l 1 + 1033 694 l 1 + 1157 694 l 1 + 897 0 l 1 + 779 0 l 1 + 612 531 l 1 + 416 0 l 1 + 298 0 l 1 + 68 694 l 1 +528 949 m 1 + 830 777 l 1 + 773 690 l 1 + 467 854 l 1 + 528 949 l 1 +EndSplineSet +EndChar + +StartChar: Wacute +Encoding: 7810 7810 366 +Width: 1172 +VWidth: 0 +Flags: W +HStem: 0 21G<291.372 423.382 772.71 904.493> 674 20G<68 205.004 552.458 679.191 1025.68 1157> +LayerCount: 3 +Fore +SplineSet +68 694 m 1 + 199 694 l 1 + 359 161 l 1 + 560 694 l 1 + 673 694 l 1 + 838 161 l 1 + 1033 694 l 1 + 1157 694 l 1 + 897 0 l 1 + 779 0 l 1 + 612 531 l 1 + 416 0 l 1 + 298 0 l 1 + 68 694 l 1 +725 949 m 1 + 786 854 l 1 + 480 690 l 1 + 423 777 l 1 + 725 949 l 1 +EndSplineSet +EndChar + +StartChar: uni1E0B +Encoding: 7691 7691 367 +Width: 660 +VWidth: 0 +Flags: W +HStem: -10 106<253.293 443.689> 0 21G<469.909 567> 389 103<249.155 445.634> 718 20G<447 567> 784 143<237 405> +VStem: 63 119<162.788 326.028> 237 168<784 927> 447 120<106.547 380.141 476 738> +LayerCount: 3 +Fore +SplineSet +182 245 m 0xbf + 182 122 281 96 348 96 c 0 + 386 96 421 104 447 113 c 1 + 447 375 l 1 + 421 382 385 389 347 389 c 0 + 282 389 182 367 182 245 c 0xbf +237 784 m 1 + 237 927 l 1 + 405 927 l 1 + 405 784 l 1 + 237 784 l 1 +333 492 m 0 + 376 492 415 485 447 476 c 1 + 447 738 l 1 + 567 738 l 1 + 567 0 l 1 + 479 0 l 1x7f + 469 22 l 1 + 419 -1 364 -10 317 -10 c 0 + 195 -10 63 50 63 233 c 0 + 63 402 173 492 333 492 c 0 +EndSplineSet +EndChar + +StartChar: Ygrave +Encoding: 7922 7922 368 +Width: 696 +VWidth: 0 +Flags: W +HStem: 0 21G<306 444> 674 20G<49 207.829 554.948 710> +VStem: 306 138<0 324> +LayerCount: 3 +Fore +SplineSet +49 694 m 1 + 194 694 l 1 + 380 425 l 1 + 569 694 l 1 + 710 694 l 1 + 444 324 l 1 + 444 0 l 1 + 306 0 l 1 + 306 324 l 1 + 49 694 l 1 +261 949 m 1 + 574 777 l 1 + 519 690 l 1 + 200 854 l 1 + 261 949 l 1 +EndSplineSet +EndChar + +StartChar: uni1E1E +Encoding: 7710 7710 369 +Width: 689 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265> 301 113<265 594> 581 113<265 624> 784 143<291 462> +VStem: 142 123<0 301 414 581> 291 171<784 927> +LayerCount: 3 +Fore +SplineSet +265 581 m 1 + 265 414 l 1 + 594 414 l 1 + 594 301 l 1 + 265 301 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 + 624 694 l 1 + 624 581 l 1 + 265 581 l 1 +291 927 m 1 + 462 927 l 1 + 462 784 l 1 + 291 784 l 1 + 291 927 l 1 +EndSplineSet +EndChar + +StartChar: uni1E1F +Encoding: 7711 7711 370 +Width: 480 +VWidth: 0 +Flags: W +HStem: 0 21G<146 266> 379 103<66 146 266 458> 591 107<296.209 479.734> 750 143<211 389> +VStem: 146 120<0 379 482 563.17> 211 178<750 893> +LayerCount: 3 +Fore +SplineSet +146 511 m 6xf8 + 146 584 148 698 351 698 c 4 + 379 698 420 696 479 678 c 6 + 496 672 l 5 + 476 575 l 5 + 456 580 l 6 + 442 583 412 591 383 591 c 4 + 300 591 266 561 266 515 c 6 + 266 482 l 5 + 458 482 l 5 + 458 379 l 5 + 266 379 l 5 + 266 0 l 5 + 146 0 l 5 + 146 379 l 5 + 66 379 l 5 + 66 482 l 5 + 146 482 l 5 + 146 511 l 6xf8 +211 893 m 1xf4 + 389 893 l 1 + 389 750 l 1 + 211 750 l 1 + 211 893 l 1xf4 +EndSplineSet +EndChar + +StartChar: uni1E40 +Encoding: 7744 7744 371 +Width: 1000 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265 774 897> 674 20G<142 302.529 743.271 897> 784 143<436 592> +VStem: 142 123<0 519> 436 156<784 927> 774 123<0 519> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 291 694 l 1 + 521 295 l 1 + 755 694 l 1 + 897 694 l 1 + 897 0 l 1 + 774 0 l 1 + 774 519 l 1 + 577 199 l 1 + 461 199 l 1 + 265 519 l 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 +436 927 m 1 + 592 927 l 1 + 592 784 l 1 + 436 784 l 1 + 436 927 l 1 +EndSplineSet +EndChar + +StartChar: uni1E41 +Encoding: 7745 7745 372 +Width: 964 +VWidth: 0 +Flags: W +HStem: 0 21G<88 208 422 542 756 877> 378 114<238.999 394.329 558.853 728.82> 462 20G<88 186.032> 552 142<415 563> +VStem: 88 120<0 359.434> 415 148<552 694> 422 120<0 350.874> 756 121<0 351.278> +LayerCount: 3 +Fore +SplineSet +322 378 m 0xdb + 298 378 270 374 208 352 c 1 + 208 0 l 1 + 88 0 l 1 + 88 482 l 1 + 177 482 l 1xbb + 191 451 l 1 + 229 469 293 492 361 492 c 0 + 435 492 473 464 493 443 c 1 + 537 466 607 491 687 491 c 0 + 842 491 877 398 877 286 c 2 + 877 0 l 1 + 756 0 l 1 + 756 285 l 2 + 756 344 729 378 655 378 c 0 + 617 378 575 366 538 352 c 1 + 542 328 542 302 542 277 c 2 + 542 0 l 1 + 422 0 l 1 + 422 287 l 2 + 422 365 366 378 322 378 c 0xdb +415 694 m 1x9d + 563 694 l 1 + 563 552 l 1 + 415 552 l 1 + 415 694 l 1x9d +EndSplineSet +EndChar + +StartChar: uni1E56 +Encoding: 7766 7766 373 +Width: 733 +VWidth: 0 +Flags: W +HStem: 0 21G<142 265> 268 112<265 496.72> 581 113<265 508.868> 784 143<296 454> +VStem: 142 123<0 270 383 581> 296 158<784 927> 556 126<426.974 541.607> +LayerCount: 3 +Fore +SplineSet +142 694 m 1 + 391 694 l 2 + 491 694 682 690 682 499 c 0 + 682 288 492 268 325 268 c 0 + 304 268 285 269 265 270 c 1 + 265 0 l 1 + 142 0 l 1 + 142 694 l 1 +265 581 m 1 + 265 383 l 1 + 288 382 310 380 333 380 c 0 + 450 380 556 389 556 485 c 0 + 556 570 465 581 366 581 c 2 + 265 581 l 1 +296 927 m 1 + 454 927 l 1 + 454 784 l 1 + 296 784 l 1 + 296 927 l 1 +EndSplineSet +EndChar + +StartChar: wgrave +Encoding: 7809 7809 374 +Width: 942 +VWidth: 0 +Flags: W +HStem: 0 21G<207.282 332.818 583.487 709.585> 462 20G<29 164.443 414.597 537.425 793.285 931> +LayerCount: 3 +Fore +SplineSet +29 482 m 1 + 158 482 l 1 + 273 125 l 1 + 423 482 l 1 + 531 482 l 1 + 646 124 l 1 + 802 482 l 1 + 931 482 l 1 + 700 0 l 1 + 590 0 l 1 + 477 347 l 1 + 324 0 l 1 + 215 0 l 1 + 29 482 l 1 +408 765 m 1 + 633 581 l 1 + 558 501 l 1 + 325 681 l 1 + 408 765 l 1 +EndSplineSet +EndChar + +StartChar: uni1E57 +Encoding: 7767 7767 375 +Width: 654 +VWidth: 0 +Flags: W +HStem: -10 103<214.319 405.571> 385 107<217.067 407.287> 462 20G<88 186.565> 552 142<275 440> +VStem: 88 125<-259 7 102.379 374.463> 275 165<552 694> 474 118<156.495 318.354> +LayerCount: 3 +Fore +SplineSet +275 552 m 1x9e + 275 694 l 1 + 440 694 l 1 + 440 552 l 1 + 275 552 l 1x9e +474 234 m 0 + 474 362 376 385 310 385 c 0xde + 281 385 248 380 213 368 c 1 + 213 108 l 1 + 238 101 273 93 311 93 c 0 + 377 93 474 119 474 234 c 0 +188 459 m 1 + 241 482 295 492 341 492 c 0xde + 457 492 592 434 592 246 c 0 + 592 85 487 -10 325 -10 c 0 + 282 -10 244 -2 213 7 c 1 + 213 -259 l 1 + 88 -259 l 1 + 88 482 l 1 + 177 482 l 1xbe + 188 459 l 1 +EndSplineSet +EndChar + +StartChar: wacute +Encoding: 7811 7811 376 +Width: 942 +VWidth: 0 +Flags: W +HStem: 0 21G<207.282 332.818 583.487 709.585> 462 20G<29 164.443 414.597 537.425 793.285 931> +LayerCount: 3 +Fore +SplineSet +29 482 m 1 + 158 482 l 1 + 273 125 l 1 + 423 482 l 1 + 531 482 l 1 + 646 124 l 1 + 802 482 l 1 + 931 482 l 1 + 700 0 l 1 + 590 0 l 1 + 477 347 l 1 + 324 0 l 1 + 215 0 l 1 + 29 482 l 1 +567 765 m 1 + 650 681 l 1 + 417 501 l 1 + 342 581 l 1 + 567 765 l 1 +EndSplineSet +EndChar + +StartChar: uni1E60 +Encoding: 7776 7776 377 +Width: 744 +VWidth: 0 +Flags: W +HStem: -10 122<249.292 496.476> 558 113<548.908 627.593> 582 118<327.007 596.457> 784 143<333 496> +VStem: 137 134<462.416 539.871> 333 163<784 927> 550 132<153.719 238.198> +LayerCount: 3 +Fore +SplineSet +333 927 m 1x9e + 496 927 l 1 + 496 784 l 1 + 333 784 l 1 + 333 927 l 1x9e +453 700 m 0xbe + 534 700 606 683 645 671 c 2 + 665 666 l 1 + 625 552 l 1 + 606 558 l 1xde + 535 578 479 582 445 582 c 0 + 352 582 271 549 271 499 c 0 + 271 380 682 423 682 200 c 0 + 682 106 601 -10 370 -10 c 0 + 272 -10 202 13 135 39 c 1 + 117 45 l 1 + 159 164 l 1 + 178 156 l 1 + 271 123 339 112 381 112 c 0 + 481 112 550 146 550 196 c 0 + 550 328 137 272 137 493 c 0 + 137 606 256 700 453 700 c 0xbe +EndSplineSet +EndChar + +StartChar: ygrave +Encoding: 7923 7923 378 +Width: 592 +VWidth: 0 +Flags: W +HStem: 462 20G<24 159.703 452 587> +LayerCount: 3 +Fore +SplineSet +24 482 m 1 + 151 482 l 1 + 312 112 l 1 + 460 482 l 1 + 587 482 l 1 + 269 -259 l 1 + 124 -259 l 1 + 244 1 l 1 + 24 482 l 1 +219 765 m 1 + 458 581 l 1 + 384 501 l 1 + 140 681 l 1 + 219 765 l 1 +EndSplineSet +EndChar + +StartChar: Wdieresis +Encoding: 7812 7812 379 +Width: 1172 +VWidth: 0 +Flags: W +HStem: 0 21G<291.372 423.382 772.71 904.493> 674 20G<68 205.004 552.458 679.191 1025.68 1157> 796 131<423 568 658 802> +VStem: 423 145<796 927> 658 144<796 927> +LayerCount: 3 +Fore +SplineSet +68 694 m 1 + 199 694 l 1 + 359 161 l 1 + 560 694 l 1 + 673 694 l 1 + 838 161 l 1 + 1033 694 l 1 + 1157 694 l 1 + 897 0 l 1 + 779 0 l 1 + 612 531 l 1 + 416 0 l 1 + 298 0 l 1 + 68 694 l 1 +423 927 m 1 + 568 927 l 1 + 568 796 l 1 + 423 796 l 1 + 423 927 l 1 +658 927 m 1 + 802 927 l 1 + 802 796 l 1 + 658 796 l 1 + 658 927 l 1 +EndSplineSet +EndChar + +StartChar: wdieresis +Encoding: 7813 7813 380 +Width: 942 +VWidth: 0 +Flags: W +HStem: 0 21G<207.282 332.818 583.487 709.585> 462 20G<29 164.443 414.597 537.425 793.285 931> 564 130<281 433 522 673> +VStem: 281 152<564 694> 522 151<564 694> +LayerCount: 3 +Fore +SplineSet +29 482 m 1 + 158 482 l 1 + 273 125 l 1 + 423 482 l 1 + 531 482 l 1 + 646 124 l 1 + 802 482 l 1 + 931 482 l 1 + 700 0 l 1 + 590 0 l 1 + 477 347 l 1 + 324 0 l 1 + 215 0 l 1 + 29 482 l 1 +281 694 m 1 + 433 694 l 1 + 433 564 l 1 + 281 564 l 1 + 281 694 l 1 +522 694 m 1 + 673 694 l 1 + 673 564 l 1 + 522 564 l 1 + 522 694 l 1 +EndSplineSet +EndChar + +StartChar: uni1E61 +Encoding: 7777 7777 381 +Width: 576 +VWidth: 0 +Flags: W +HStem: -10 103<150.277 378.767> 372 99<346.483 471.484> 389 103<226.72 476.133> 552 142<221 396> +VStem: 81 127<318.934 370.3> 221 175<552 694> 394 129<110.992 164.244> +LayerCount: 3 +Fore +SplineSet +221 552 m 1x9c + 221 694 l 1 + 396 694 l 1 + 396 552 l 1 + 221 552 l 1x9c +394 144 m 1xba + 389 205 81 183 81 341 c 0 + 81 400 135 492 343 492 c 0xba + 418 492 448 481 482 471 c 2 + 502 465 l 1 + 469 367 l 1 + 450 372 l 2xda + 418 381 384 389 327 389 c 0 + 220 389 208 352 208 340 c 0 + 208 285 523 292 523 143 c 0 + 523 80 478 -10 269 -10 c 0 + 221 -10 155 -2 82 28 c 2 + 63 36 l 1 + 100 133 l 1 + 118 126 l 1 + 182 102 226 93 273 93 c 0 + 357 93 394 110 394 144 c 1xba +EndSplineSet +EndChar + +StartChar: uniFB00 +Encoding: 64256 64256 382 +Width: 863 +VWidth: 0 +Flags: W +HStem: 0 21G<127 247 517 637> 379 103<47 127 247 517 637 830> 591 107<277.209 460.734 667.459 851.648> +VStem: 127 120<0 379 482 563.17> 517 120<0 379 482 563.17> +LayerCount: 3 +Fore +SplineSet +127 511 m 2 + 127 584 129 698 332 698 c 0 + 360 698 401 696 460 678 c 2 + 477 672 l 1 + 457 575 l 1 + 437 580 l 2 + 423 583 393 591 364 591 c 0 + 281 591 247 561 247 515 c 2 + 247 482 l 1 + 517 482 l 1 + 517 511 l 2 + 517 584 519 698 722 698 c 0 + 750 698 791 696 850 678 c 2 + 868 672 l 1 + 848 575 l 1 + 827 580 l 2 + 813 583 784 591 755 591 c 0 + 672 591 637 561 637 515 c 2 + 637 482 l 1 + 830 482 l 1 + 830 379 l 1 + 637 379 l 1 + 637 0 l 1 + 517 0 l 1 + 517 379 l 1 + 247 379 l 1 + 247 0 l 1 + 127 0 l 1 + 127 379 l 1 + 47 379 l 1 + 47 482 l 1 + 127 482 l 1 + 127 511 l 2 +EndSplineSet +LCarets2: 1 0 +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" f f +EndChar + +StartChar: uniFB01 +Encoding: 64257 64257 383 +Width: 700 +VWidth: 0 +Flags: HW +HStem: 0 21G<110 230 532 652> 379 103<30 110 230 422> 562 132<525 660> 591 107<260.209 443.734> +VStem: 110 120<0 379 482 563.17> 525 135<562 694> 532 120<0 482> +LayerCount: 3 +Back +SplineSet +145.508 511.23 m 6 + 145.508 583.984 147.461 697.754 350.586 697.754 c 4 + 378.418 697.754 419.922 695.312 478.516 677.734 c 6 + 496.094 672.363 l 5 + 476.074 574.707 l 5 + 455.566 579.59 l 6 + 441.406 583.008 412.109 590.82 383.301 590.82 c 4 + 300.293 590.82 265.625 560.547 265.625 514.648 c 6 + 265.625 482.422 l 5 + 458.496 482.422 l 5 + 458.496 379.395 l 5 + 265.625 379.395 l 5 + 265.625 0 l 5 + 145.508 0 l 5 + 145.508 379.395 l 5 + 65.918 379.395 l 5 + 65.918 482.422 l 5 + 145.508 482.422 l 5 + 145.508 511.23 l 6 +480.957 693.848 m 5x96 + 615.723 693.848 l 5 + 615.723 561.523 l 5 + 480.957 561.523 l 5 + 480.957 693.848 l 5x96 +488.281 482.422 m 5xa5 + 608.398 482.422 l 5 + 608.398 0 l 5 + 488.281 0 l 5 + 488.281 482.422 l 5xa5 +EndSplineSet +Fore +SplineSet +505 694 m 1 + 640 694 l 1 + 640 562 l 1 + 505 562 l 1 + 505 694 l 1 +110 511 m 2 + 110 584 112 698 315 698 c 0 + 343 698 384 696 443 678 c 1 + 460 672 l 1 + 440 575 l 1 + 420 580 l 2 + 406 583 376 591 347 591 c 0 + 264 591 230 561 230 515 c 2 + 230 482 l 1 + 512 482 l 1 + 632 482 l 1 + 632 0 l 1 + 512 0 l 1 + 512 379 l 1 + 230 379 l 1 + 230 0 l 1 + 110 0 l 1 + 110 379 l 1 + 30 379 l 1 + 30 482 l 1 + 110 482 l 1 + 110 511 l 2 +EndSplineSet +LCarets2: 1 0 +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" f i +EndChar + +StartChar: uniFB02 +Encoding: 64258 64258 384 +Width: 735 +VWidth: 0 +Flags: HW +HStem: -9.90039 104.22<536.5 699.592> 0 21G<110 230> 379 103<30 110 230 422> 597 101<271.055 463.237> +VStem: 110 120<0 379 482 559.26> 464 120.145<102.826 591.505> +LayerCount: 3 +Fore +SplineSet +110 511 m 2x7c + 110 584 129 698 332 698 c 0 + 445.5 698 508.56 685.444 564.5 677.05 c 2 + 585.5 673.898 l 1 + 584.145 163.32 l 2 + 584.046 126.1 586.046 94.3193 647.645 94.3193 c 0 + 666.645 94.3193 682.895 98.4863 705 105.1 c 1 + 705 14.0996 l 1 + 687.645 8.09961 672.4 -9.90039 568 -9.90039 c 0xbc + 505 -9.90039 463.819 37.0928 464 105.1 c 2 + 465.28 587.988 l 1 + 430.5 594.05 399.101 596.858 364 597 c 0 + 281 597 230 561 230 515 c 2 + 230 482 l 1 + 422 482 l 1 + 422 379 l 1 + 230 379 l 1 + 230 0 l 1 + 110 0 l 1 + 110 379 l 1 + 30 379 l 1 + 30 482 l 1 + 110 482 l 1 + 110 511 l 2x7c +EndSplineSet +LCarets2: 1 0 +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" f l +EndChar + +StartChar: uniFB03 +Encoding: 64259 64259 385 +Width: 1027 +VWidth: 0 +Flags: HW +HStem: 0 21G<-200 -80 222 342> 379 103<-280 -200 -80 112> 562 132<215 350> 591 107<-49.791 133.734> +VStem: -200 120<0 379 482 563.17> 215 135<562 694> 222 120<0 482> +LayerCount: 3 +Fore +SplineSet +464 511 m 2 + 464 584 459 698 662 698 c 0 + 690 698 724 696 783 678 c 1 + 800 672 l 1 + 780 575 l 1 + 760 580 l 2 + 746 583 723 591 694 591 c 0 + 611 591 584 561 584 515 c 2 + 584 482 l 1 + 839 482 l 5 + 959 482 l 5 + 959 0 l 5 + 839 0 l 5 + 839 379 l 5 + 584 379 l 1 + 584 0 l 1 + 464 0 l 1 + 464 379 l 1 + 406.044 379 l 1 + 391 379 l 1 + 225.044 379 l 1 + 225.044 0 l 1 + 105.044 0 l 1 + 105.044 379 l 1 + 25.0439 379 l 1 + 25.0439 482 l 1 + 105.044 482 l 1 + 105.044 511 l 2 + 105.044 584 107.044 698 301.544 698 c 0 + 327.044 698 368.044 696 427.044 678 c 1 + 444.044 672 l 1 + 424.044 575 l 1 + 404.044 580 l 2 + 390.044 583 360.044 591 331.044 591 c 0 + 255.645 591 225.044 561 225.044 515 c 2 + 225.044 482 l 1 + 391 482 l 1 + 406.044 482 l 1 + 464 482 l 1 + 464 511 l 2 +832 694 m 5 + 967 694 l 5 + 967 562 l 5 + 832 562 l 5 + 832 694 l 5 +EndSplineSet +LCarets2: 2 0 0 +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" f uniFB01 +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" uniFB00 i +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" f f i +EndChar + +StartChar: uniFB04 +Encoding: 64260 64260 386 +Width: 1122 +VWidth: 0 +Flags: HWO +HStem: -9.90039 104.22<981.5 1144.59> 0 21G<146 266 516 636> 379 103<66 146 266 516 636 829> 591 107<296.209 479.734 666.459 850.648> +VStem: 146 120<0 379 482 563.17> 516 120<0 379 482 563.17> 909 120.14<102.826 693.75> +LayerCount: 3 +Fore +SplineSet +497 511 m 2 + 497 584 516 698 719 698 c 0 + 832.5 698 895.56 685.444 951.5 677.05 c 2 + 972.5 673.898 l 1 + 971.145 163.32 l 2 + 971.046 126.1 973.046 94.3193 1034.64 94.3193 c 0 + 1053.64 94.3193 1069.89 98.4863 1092 105.1 c 1 + 1092 14.0996 l 1 + 1074.64 8.09961 1059.4 -9.90039 955 -9.90039 c 0 + 892 -9.90039 850.819 37.0928 851 105.1 c 2 + 852.28 587.988 l 1 + 817.5 594.05 786.101 596.858 751 597 c 0 + 668 597 617 561 617 515 c 2 + 617 482 l 1 + 809 482 l 1 + 809 379 l 1 + 617 379 l 1 + 617 0 l 1 + 497 0 l 1 + 497 379 l 1 + 428.044 379 l 1 + 417 379 l 1 + 247.044 379 l 1 + 247.044 0 l 1 + 127.044 0 l 1 + 127.044 379 l 1 + 47.0439 379 l 1 + 47.0439 482 l 1 + 127.044 482 l 1 + 127.044 511 l 2 + 127.044 584 129.044 698 323.544 698 c 0 + 349.044 698 390.044 696 449.044 678 c 1 + 466.044 672 l 1 + 446.044 575 l 1 + 426.044 580 l 2 + 412.044 583 382.044 591 353.044 591 c 0 + 277.645 591 247.044 561 247.044 515 c 2 + 247.044 482 l 1 + 417 482 l 1 + 428.044 482 l 1 + 497 482 l 1 + 497 511 l 2 +EndSplineSet +LCarets2: 2 0 0 +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" f uniFB02 +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" uniFB00 l +Ligature2: "'liga' Standard Ligatures in Latin lookup 0-1" f f l +EndChar + +StartChar: uni022D +Encoding: 557 557 387 +Width: 671 +VWidth: 0 +Flags: W +HStem: -10 109<256.861 424.541> 383 109<248.337 414.946> 519 98<392.611 445.677> 607 99<231.845 285.389> 736 103<123 564> +VStem: 63 119<172.971 320.588> 117 96<528.052 594.36> 460 96<624.19 695.489> 490 118<163.739 312.789> +LayerCount: 3 +Fore +SplineSet +464 710 m 1xeb + 560 695 l 1 + 556 675 l 1 + 545 620 535 519 430 519 c 1xeb + 327 523 280 607 251 607 c 0 + 231 607 225 571 217 535 c 2 + 213 516 l 1 + 117 529 l 1 + 121 550 l 2 + 132 605 142 706 248 706 c 1xdb + 351 702 398 617 427 617 c 0 + 448 617 454 662 460 691 c 2 + 464 710 l 1xeb +123 839 m 5 + 564 839 l 5 + 564 736 l 5 + 123 736 l 5 + 123 839 l 5 +339 492 m 0 + 496 492 608 406 608 250 c 0 + 608 89 499 -10 330 -10 c 0 + 170 -10 63 82 63 236 c 0xcc80 + 63 393 169 492 339 492 c 0 +331 383 m 0 + 259 383 182 340 182 249 c 0 + 182 166 245 99 340 99 c 0 + 423 99 490 152 490 236 c 0 + 490 335 406 383 331 383 c 0 +EndSplineSet +EndChar + +StartChar: H18533 +Encoding: 9679 9679 388 +Width: 680 +VWidth: 0 +Flags: W +HStem: 95.4004 464<243.552 434.448> +VStem: 107 464<231.952 422.848> +LayerCount: 3 +Fore +SplineSet +107 327.4 m 0 + 107 455.464 210.936 559.4 339 559.4 c 0 + 467.064 559.4 571 455.464 571 327.4 c 0 + 571 199.336 467.064 95.4004 339 95.4004 c 0 + 210.936 95.4004 107 199.336 107 327.4 c 0 +EndSplineSet +EndChar + +StartChar: uni2759 +Encoding: 10073 10073 389 +Width: 585 +VWidth: 1023 +Flags: W +HStem: -1 21G<230.8 353.8> +VStem: 230.8 123<-1 621> +LayerCount: 3 +Fore +SplineSet +353.8 621 m 1 + 353.8 -1 l 1 + 230.8 -1 l 1 + 230.8 621 l 1 + 353.8 621 l 1 +EndSplineSet +EndChar + +StartChar: circle +Encoding: 9675 9675 390 +Width: 859 +VWidth: 1023 +Flags: W +HStem: -27 105<325.298 534.289> 589 105<325.457 534.762> +VStem: 63 105<232.112 434.388> 691 105<232.112 434.541> +LayerCount: 3 +Fore +SplineSet +430 589 m 0 + 396.601 589 363.169 582.527 330.428 569.43 c 0 + 297.747 556.358 268.975 537.768 244.862 514.583 c 0 + 220.948 491.589 202.405 463.902 188.298 431.927 c 0 + 174.534 400.728 168 366.428 168 333 c 0 + 168 299.589 174.481 266.393 188.298 235.073 c 0 + 202.405 203.098 220.949 175.411 244.862 152.417 c 0 + 268.975 129.232 297.747 110.642 330.428 97.5695 c 0 + 363.169 84.473 396.601 78 430 78 c 0 + 463.399 78 496.831 84.473 529.572 97.5695 c 0 + 562.114 110.586 589.842 129.055 614.138 152.417 c 0 + 638.052 175.411 656.596 203.098 670.702 235.073 c 0 + 684.519 266.394 691 299.589 691 333 c 0 + 691 366.427 684.466 400.728 670.702 431.927 c 0 + 656.596 463.902 638.051 491.589 614.138 514.583 c 0 + 589.842 537.945 562.114 556.413 529.572 569.43 c 0 + 496.832 582.527 463.399 589 430 589 c 0 +289.496 665.539 m 0 + 333.457 683.332 380.018 694 428 694 c 0 + 475.684 694 522.261 684.428 567.353 666.599 c 0 + 612.592 648.713 652.926 623.292 686.916 590.365 c 0 + 720.741 557.597 748.374 518.295 767.449 472.723 c 0 + 786.41 427.422 796 380.685 796 333 c 0 + 796 285.323 786.428 238.56 767.383 194.122 c 0 + 748.416 149.867 721.901 110.557 687.916 77.6352 c 0 + 654.091 44.8687 613.849 18.3879 568.353 0.400785 c 0 + 523.358 -17.3885 477.697 -27 430 -27 c 0 + 382.315 -27 335.74 -17.4266 290.647 0.400785 c 0 + 245.039 18.4317 205.758 45.0135 172.084 77.6352 c 0 + 138.261 110.401 110.692 149.614 91.6171 194.122 c 0 + 72.572 238.56 63 285.324 63 333 c 0 + 63 380.677 72.5723 427.44 91.6171 471.878 c 0 + 110.533 516.015 136.949 556.296 171.084 589.365 c 0 + 205.07 622.289 245.321 647.659 289.496 665.539 c 0 +EndSplineSet +EndChar + +StartChar: uni232B +Encoding: 9003 9003 391 +Width: 748 +VWidth: 0 +Flags: W +HStem: 0.171875 120.44<295.042 374.495 456.476 535.924> 361.494 120.441<295.042 372.887 459.12 535.924> +VStem: 535.924 120.442<120.612 199.81 279.98 361.494> +LayerCount: 3 +Fore +SplineSet +254.9 481.935 m 1 + 615.868 481.935 l 2 + 642.489 481.935 656.366 463.115 656.366 441.785 c 2 + 656.366 40.3154 l 2 + 656.366 19.9326 638.918 1.07617 617.632 0.171875 c 2 + 254.9 0.171875 l 1 + 14.0186 241.054 l 1 + 254.9 481.935 l 1 +295.042 361.494 m 1 + 295.042 321.345 l 2 + 294.182 310.059 297.869 299.034 306.337 291.231 c 2 + 357.771 239.796 l 1 + 306.337 189.618 l 2 + 298.771 182.049 295.042 171.426 295.042 160.757 c 2 + 295.042 120.612 l 1 + 335.191 120.612 l 2 + 345.855 120.612 356.483 124.338 364.047 131.905 c 2 + 415.482 183.343 l 1 + 466.925 131.905 l 2 + 474.489 124.338 485.117 120.612 495.782 120.612 c 2 + 535.924 120.612 l 1 + 535.924 160.757 l 2 + 535.924 171.426 532.2 182.049 524.637 189.618 c 2 + 474.452 239.796 l 1 + 525.888 291.231 l 2 + 534.55 299.23 535.924 309.856 535.924 321.345 c 2 + 535.924 361.494 l 1 + 495.782 361.494 l 2 + 486.093 361.214 478.84 358.197 468.177 348.944 c 2 + 415.482 297.508 l 1 + 364.047 348.944 l 2 + 356.911 356.317 346.68 361.019 336.449 361.494 c 0 + 336.016 361.494 335.625 361.494 335.191 361.494 c 2 + 295.042 361.494 l 1 +EndSplineSet +EndChar + +StartChar: uni2328 +Encoding: 9000 9000 392 +Width: 625 +VWidth: 0 +Flags: W +LayerCount: 3 +Fore +SplineSet +574 471.935 m 6 + 50.5752 471.935 l 6 + 29.877 471.935 13.1895 454.505 13.1895 432.887 c 6 + 13.1895 42.3662 l 6 + 13.1895 20.748 29.877 3.31836 50.5752 3.31836 c 6 + 574 3.31836 l 6 + 594.697 3.31836 611.385 20.748 611.385 42.3662 c 6 + 611.385 432.887 l 6 + 611.385 454.505 594.697 471.935 574 471.935 c 6 +536.607 393.838 m 5 + 536.607 315.731 l 5 + 461.836 315.731 l 5 + 461.836 393.838 l 5 + 536.607 393.838 l 5 +424.443 393.838 m 5 + 424.443 315.731 l 5 + 349.664 315.731 l 5 + 349.664 393.838 l 5 + 424.443 393.838 l 5 +312.278 393.838 m 5 + 312.278 315.731 l 5 + 237.501 315.731 l 5 + 237.501 393.838 l 5 + 312.278 393.838 l 5 +200.115 393.838 m 5 + 200.115 315.731 l 5 + 125.353 315.731 l 5 + 125.353 393.838 l 5 + 200.115 393.838 l 5 +499.222 275.454 m 5 + 499.222 197.364 l 5 + 424.443 197.364 l 5 + 424.443 275.454 l 5 + 499.222 275.454 l 5 +387.059 275.454 m 5 + 387.059 197.364 l 5 + 312.278 197.364 l 5 + 312.278 275.454 l 5 + 387.059 275.454 l 5 +274.887 275.454 m 5 + 274.887 197.364 l 5 + 200.115 197.364 l 5 + 200.115 275.454 l 5 + 274.887 275.454 l 5 +162.738 275.454 m 5 + 162.738 197.364 l 5 + 87.958 197.364 l 5 + 87.958 275.454 l 5 + 162.738 275.454 l 5 +536.607 158.309 m 5 + 536.607 80.2021 l 5 + 461.836 80.2021 l 5 + 461.836 158.309 l 5 + 536.607 158.309 l 5 +424.443 158.309 m 5 + 424.443 80.2021 l 5 + 200.115 80.2021 l 5 + 200.115 158.309 l 5 + 424.443 158.309 l 5 +162.738 158.309 m 5 + 162.738 80.2021 l 5 + 50.5752 80.2021 l 5 + 50.5752 158.309 l 5 + 162.738 158.309 l 5 +EndSplineSet +EndChar + +StartChar: uni25FE +Encoding: 9726 9726 393 +Width: 680 +VWidth: 0 +Flags: W +HStem: 99 476<242.083 437.917> +VStem: 102 476<239.083 434.917> +LayerCount: 3 +Fore +SplineSet +578 99 m 1 + 102 99 l 1 + 102 575 l 1 + 578 575 l 1 + 578 99 l 1 +EndSplineSet +EndChar + +StartChar: afii10017 +Encoding: 1040 1040 394 +Width: 681 +VWidth: 1023 +Flags: W +HStem: 0 21<20 147.615 526.486 661.2> 182 112<248 425.3> 674 20<272.022 408.499> +LayerCount: 3 +Fore +Refer: 32 65 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10018 +Encoding: 1041 1041 395 +Width: 641 +VWidth: 1023 +Flags: W +HStem: 0 113<203 419.662> 314 112<203 413.961> 581 113<203 538> +VStem: 80 123<113 311 424 581> 465 126<151.32 268.298> +LayerCount: 3 +Fore +SplineSet +203 113 m 1 + 294 113 l 2 + 383 113 465 124 465 209 c 0 + 465 305 369 314 264 314 c 0 + 243 314 224 312 203 311 c 1 + 203 113 l 1 +80 0 m 1 + 80 694 l 1 + 538 694 l 1 + 538 581 l 1 + 203 581 l 1 + 203 424 l 1 + 221 425 238 426 257 426 c 0 + 407 426 591 406 591 195 c 0 + 591 4 406 0 316 0 c 2 + 80 0 l 1 +EndSplineSet +EndChar + +StartChar: afii10019 +Encoding: 1042 1042 396 +Width: 680 +VWidth: 1023 +Flags: W +HStem: 0 113<215 450.53> 320 78<215 387.031> 590 104<215 410.266> +VStem: 92 123<113 314 398 590> 445 136<443.934 558.378> 508 123<157.174 266.575> +LayerCount: 3 +Fore +SplineSet +317 590 m 6xf8 + 215 590 l 5 + 215 398 l 5 + 317 400 445 400 445 503 c 4 + 445 538 429 590 317 590 c 6xf8 +324 320 m 4 + 313 320 301 318 215 314 c 5 + 215 113 l 5 + 313 113 l 6 + 372 113 508 115 508 212 c 4xf4 + 508 279 436 320 324 320 c 4 +92 694 m 1 + 342 694 l 6 + 544 694 581 576 581 517 c 4xf8 + 581 471 553 422 518 392 c 5 + 591 362 631 294 631 218 c 4 + 631 152 587 0 325 0 c 6 + 92 0 l 1 + 92 694 l 1 +EndSplineSet +EndChar + +StartChar: afii10020 +Encoding: 1043 1043 397 +Width: 548 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203> 581 113<203 538> +VStem: 80 123<0 581> +LayerCount: 3 +Fore +SplineSet +203 0 m 1 + 80 0 l 1 + 80 694 l 5 + 538 694 l 5 + 538 581 l 5 + 203 581 l 5 + 203 0 l 1 +EndSplineSet +EndChar + +StartChar: afii10021 +Encoding: 1044 1044 398 +Width: 770 +VWidth: 1023 +Flags: W +HStem: -178 270<10 116.777 650 740> 0 114<259 527> 580 114<382.137 527> +VStem: 10 107<-178 0> 527 123<114 580> 633 107<-178 0> +LayerCount: 3 +Fore +SplineSet +264 694 m 1xb4 + 650 694 l 1 + 650 92 l 2xb8 + 740 92 l 1 + 740 -178 l 1 + 633 -178 l 1xb4 + 633 0 l 1 + 117 0 l 1x74 + 117 -178 l 1 + 10 -178 l 1 + 10 92 l 1 + 113 92 l 1 + 194 279 248 478 264 694 c 1xb4 +527 114 m 1x78 + 527 580 l 1 + 384 580 l 1 + 365 408 318 253 259 114 c 1 + 527 114 l 1x78 +EndSplineSet +EndChar + +StartChar: afii10022 +Encoding: 1045 1045 399 +Width: 581 +VWidth: 1023 +Flags: W +HStem: 0 113<203 541.699> 301 113<203 515.699> 581 113<203 541.699> +VStem: 80 123<113 301 414 581> +LayerCount: 3 +Fore +Refer: 34 69 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10024 +Encoding: 1046 1046 400 +Width: 903 +VWidth: 1023 +Flags: W +HStem: 0 21G<12 184.036 390 513 718.964 891> 674 20G<29 197.893 390 513 705.107 874> +VStem: 390 123<0 336 376 694> +LayerCount: 3 +Fore +SplineSet +513 0 m 1 + 390 0 l 1 + 390 336 l 1 + 171 0 l 1 + 12 0 l 1 + 264 362 l 1 + 29 694 l 1 + 185 694 l 1 + 390 376 l 1 + 390 694 l 1 + 513 694 l 1 + 513 376 l 1 + 718 694 l 1 + 874 694 l 1 + 639 362 l 1 + 891 0 l 1 + 732 0 l 1 + 513 336 l 1 + 513 0 l 1 +EndSplineSet +EndChar + +StartChar: afii10025 +Encoding: 1047 1047 401 +Width: 680 +VWidth: 1023 +Flags: W +HStem: -10 122<204.963 453.538> 320 78<215 387.031> 558 113<133.407 208.697> 590 110<193.147 409.418> +VStem: 445 136<443.934 556.844> 508 123<154.992 266.575> +LayerCount: 3 +Back +SplineSet +73.125 650 m 6xf0 + 121.425 673 208.575 702 308.325 702 c 4 + 465.825 702 571.875 629 571.875 527 c 4xf0 + 571.875 466 541.425 413 491.025 381 c 5 + 571.875 347 603.375 287 603.375 220 c 4 + 603.375 75 473.175 -22 272.625 -22 c 4 + 202.275 -22 129.825 -10 60.5254 17 c 6 + 41.625 24 l 5 + 79.4248 127 l 5 + 98.3252 123 l 6 + 187.575 101 235.875 95 273.675 95 c 4 + 380.775 95 472.125 139 472.125 205 c 4xe8 + 472.125 248 431.175 314 227.475 314 c 6 + 150.825 314 l 5 + 150.825 425 l 5 + 227.475 425 l 6 + 394.425 425 435.375 479 435.375 514 c 4 + 435.375 556 380.775 587 295.725 587 c 4 + 258.975 587 197.025 580 120.375 548 c 5 + 100.425 540 l 5 + 56.3252 642 l 5 + 73.125 650 l 6xf0 +EndSplineSet +Fore +SplineSet +317 590 m 0xd8 + 286 590 223 578 155 558 c 2 + 136 552 l 1 + 96 666 l 1 + 116 671 l 2xe8 + 155 683 224 700 297 700 c 0 + 524 700 581 597 581 517 c 0xd8 + 581 471 553 422 518 392 c 1 + 591 362 631 294 631 218 c 0 + 631 152 578 -10 316 -10 c 0 + 228 -10 161 13 94 39 c 1 + 76 45 l 1 + 118 164 l 1 + 137 156 l 1 + 227 123 287 112 325 112 c 0 + 384 112 508 115 508 212 c 0xd4 + 508 279 436 320 324 320 c 0 + 313 320 301 318 215 314 c 1 + 215 398 l 1 + 317 400 445 400 445 503 c 0 + 445 538 429 590 317 590 c 0xd8 +EndSplineSet +EndChar + +StartChar: afii10026 +Encoding: 1048 1048 402 +Width: 766 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 240.57 563 686> 674 20G<80 203 523.528 686> +VStem: 80 123<160 694> 563 123<0 533> +LayerCount: 3 +Fore +SplineSet +80 0 m 1 + 80 694 l 1 + 203 694 l 1 + 203 160 l 1 + 536 694 l 1 + 686 694 l 1 + 686 0 l 1 + 563 0 l 1 + 563 533 l 1 + 228 0 l 5 + 80 0 l 1 +EndSplineSet +EndChar + +StartChar: afii10027 +Encoding: 1049 1049 403 +Width: 766 +VWidth: 1023 +Flags: W +HStem: 0 21<80 240.57 563 686> 674 20<80 203 523.528 686> 761.6 86.4004<322.179 430.742> 906.4 20<246.2 291 477.4 516.333> +VStem: 80 123<160 694> 563 123<0 533> +LayerCount: 3 +Fore +Refer: 402 1048 N 1 0 0 1 0 0 3 +Refer: 222 728 N 1 0 0 1 118 233 2 +EndChar + +StartChar: afii10028 +Encoding: 1050 1050 404 +Width: 671 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203 484.202 661> 674 20G<80 203 469.138 644> +VStem: 80 123<0 336 376 694> +LayerCount: 3 +Fore +SplineSet +203 376 m 1 + 487 694 l 1 + 644 694 l 1 + 329 362 l 1 + 661 0 l 1 + 502 0 l 1 + 203 336 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 + 203 694 l 1 + 203 376 l 1 +EndSplineSet +EndChar + +StartChar: afii10029 +Encoding: 1051 1051 405 +Width: 710 +VWidth: 1023 +Flags: W +HStem: 0 21G<50 228 507 630> 580 114<361.613 507> +VStem: 507 123<0 580> +LayerCount: 3 +Fore +SplineSet +244 694 m 1 + 630 694 l 1 + 630 0 l 1 + 507 0 l 1 + 507 580 l 1 + 364 580 l 1 + 340 360 269 168 187 0 c 1 + 50 0 l 1 + 155 214 225 443 244 694 c 1 +EndSplineSet +EndChar + +StartChar: afii10030 +Encoding: 1052 1052 406 +Width: 858 +VWidth: 1023 +Flags: W +HStem: 0 21G<79.2002 202.2 655.62 778.62> 674 20G<79.2002 253.101 610.444 778.62> +VStem: 79.2002 123<0 519> 655.62 123<0 519> +LayerCount: 3 +Fore +Refer: 44 77 N 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10031 +Encoding: 1053 1053 407 +Width: 740 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203 537 660> 301 114<203 537> 674 20G<80 203 537 660> +VStem: 80 123<0 301 415 694> 537 123<0 301 415 694> +LayerCount: 3 +Fore +SplineSet +537 694 m 1 + 660 694 l 1 + 660 0 l 1 + 537 0 l 1 + 537 301 l 1 + 203 301 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 + 203 694 l 1 + 203 415 l 1 + 537 415 l 1 + 537 694 l 1 +EndSplineSet +EndChar + +StartChar: afii10032 +Encoding: 1054 1054 408 +Width: 784 +VWidth: 1023 +Flags: W +HStem: -7 112<301.375 487.946> 588 113<295.621 481.674> +VStem: 50 126<241.41 466.352> 608 126<231.566 456.638> +LayerCount: 3 +Fore +Refer: 31 79 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10033 +Encoding: 1055 1055 409 +Width: 740 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203 537 660> 580 114<203 537> +VStem: 80 123<0 580> 537 123<0 580> +LayerCount: 3 +Fore +SplineSet +80 694 m 1 + 273 694 467 694 660 694 c 1 + 660 0 l 1 + 537 0 l 1 + 537 580 l 1 + 203 580 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 +EndSplineSet +EndChar + +StartChar: afii10034 +Encoding: 1056 1056 410 +Width: 631 +VWidth: 1023 +Flags: W +HStem: 0 21G<80 203> 268 112<203 413.961> 581 113<203 419.662> +VStem: 80 123<0 270 383 581> 465 126<425.702 542.68> +LayerCount: 3 +Fore +SplineSet +80 694 m 1 + 316 694 l 2 + 406 694 591 690 591 499 c 0 + 591 288 407 268 257 268 c 0 + 238 268 221 269 203 270 c 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 +203 581 m 1 + 203 383 l 1 + 224 382 243 380 264 380 c 0 + 369 380 465 389 465 485 c 0 + 465 570 383 581 294 581 c 2 + 203 581 l 1 +EndSplineSet +EndChar + +StartChar: afii10035 +Encoding: 1057 1057 411 +Width: 682 +VWidth: 1023 +Flags: W +HStem: -10 116<321.041 556.178> 585 114<312.582 547.523> +VStem: 50 124<248.993 445.898> +LayerCount: 3 +Fore +Refer: 54 67 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10036 +Encoding: 1058 1058 412 +Width: 619 +VWidth: 1023 +Flags: W +HStem: 0 21<247.9 371.9> 581 113<10 247.9 371.9 609.801> +VStem: 247.9 124<0 581> +LayerCount: 3 +Fore +Refer: 39 84 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10037 +Encoding: 1059 1059 413 +Width: 628 +VWidth: 1023 +Flags: W +HStem: 0 21G<133 274.115> 674 20G<25 170.189 471.937 615> +LayerCount: 3 +Fore +SplineSet +264 0 m 1 + 133 0 l 1 + 254 244 l 5 + 25 694 l 1 + 160 694 l 1 + 322 376 l 1 + 482 694 l 1 + 615 694 l 1 + 264 0 l 1 +EndSplineSet +EndChar + +StartChar: afii10038 +Encoding: 1060 1060 414 +Width: 841 +VWidth: 1023 +Flags: W +HStem: 0 21G<359 482> 81 112<224.936 359 482 616.064> 571 116<249.205 358.253 482.747 591.795> +VStem: 41 126<258.469 473.33> 359 123<0 83 196 571 668 708> 674 126<258.469 473.33> +CounterMasks: 1 1c +LayerCount: 3 +Back +SplineSet +154.609 538.202 m 0 + 214.916 580.717 301.264 604.947 399.94 611.571 c 1 + 399.94 695.8 l 1 + 535.2 695.8 l 1 + 535.2 611.365 l 1 + 642.836 603.635 729.699 578.044 785.621 532.85 c 0 + 841.342 483.698 869.885 420.932 869.885 348.356 c 0 + 869.885 277.371 842.286 215.24 788.523 165.407 c 0 + 734.794 118.871 645.133 92.8105 535.2 84.9023 c 1 + 535.2 0 l 1 + 399.94 0 l 1 + 399.94 84.6973 l 1 + 299.416 91.4961 215.26 115.81 154.815 158.542 c 0 + 95.0469 206.411 64.7598 271.239 64.7598 348.356 c 0 + 64.7598 425.727 94.9248 490.594 154.609 538.202 c 0 +663.457 458.663 m 1 + 624.443 486.92 580.238 504.285 535.055 511.152 c 1 + 533.385 185.807 l 1 + 580.037 192.535 622.813 209.314 662.52 237.372 c 1 + 698.754 263.283 717.869 298.69 717.869 348.39 c 0 + 717.869 397.1 699.139 432.382 663.457 458.663 c 1 +396.984 186.368 m 1 + 399.703 510.749 l 1 + 356.556 503.96 315.162 487.467 274.122 459.544 c 0 + 236.406 433.841 216.767 398.605 216.767 348.39 c 0 + 216.767 298.852 236.171 263.668 273.75 237.542 c 0 + 314.245 209.326 356.131 192.792 396.984 186.368 c 1 +EndSplineSet +Fore +SplineSet +482 708 m 1 + 482 668 l 1 + 498 680 510 687 574 687 c 0 + 702 687 800 580 800 389 c 0 + 800 178 686 81 536 81 c 0 + 517 81 500 81 482 83 c 1 + 482 0 l 1 + 359 0 l 1 + 359 83 l 1 + 341 81 324 81 305 81 c 0 + 155 81 41 178 41 389 c 0 + 41 580 139 687 267 687 c 0 + 331 687 343 680 359 668 c 1 + 359 708 l 1 + 482 708 l 1 +482 571 m 1 + 482 196 l 1 + 503 195 522 193 543 193 c 0 + 648 193 674 279 674 375 c 0 + 674 460 622 571 533 571 c 2 + 482 571 l 1 +359 571 m 1 + 308 571 l 2 + 219 571 167 460 167 375 c 0 + 167 279 193 193 298 193 c 0 + 319 193 338 195 359 196 c 1 + 359 571 l 1 +EndSplineSet +EndChar + +StartChar: afii10039 +Encoding: 1061 1061 415 +Width: 694 +VWidth: 1023 +Flags: W +HStem: 0 21<10 174.304 514.895 684.199> 674 20<40 198.965 501.475 657.199> +LayerCount: 3 +Fore +Refer: 41 88 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10040 +Encoding: 1062 1062 416 +Width: 780 +VWidth: 1023 +Flags: W +HStem: 0 114<203 537> 674 20G<80 203 537 660> +VStem: 80 123<114 694> 537 123<114 694> 643 107<-178 0> +LayerCount: 3 +Fore +SplineSet +643 -178 m 5xe8 + 643 0 l 5xe8 + 80 0 l 5 + 80 694 l 1 + 203 694 l 1 + 203 114 l 5 + 537 114 l 5 + 537 694 l 1 + 660 694 l 1 + 660 92 l 5xf0 + 750 92 l 5 + 750 -178 l 5 + 643 -178 l 5xe8 +EndSplineSet +EndChar + +StartChar: afii10041 +Encoding: 1063 1063 417 +Width: 740 +VWidth: 1023 +Flags: W +HStem: 0 21G<537 660> 177 124<267.463 419.116> 674 20G<80 203 537 660> +VStem: 80 123<358.057 694> 537 123<0 291 383.321 694> +LayerCount: 3 +Fore +SplineSet +80 400 m 2 + 80 694 l 1 + 203 694 l 1 + 203 405 l 2 + 202 351 286 301 342 301 c 0 + 398 301 478 335 537 405 c 1 + 537 694 l 1 + 660 694 l 1 + 660 0 l 1 + 537 0 l 1 + 537 291 l 1 + 470 211 398 175 304 177 c 0 + 192 179 80 287 80 400 c 2 +EndSplineSet +EndChar + +StartChar: afii10042 +Encoding: 1064 1064 418 +Width: 996 +VWidth: 1023 +Flags: W +HStem: 0 114<203 436 560 793> 674 20G<80 203 436 560 793 916> +VStem: 80 123<114 694> 436 124<114 694> 793 123<114 694> +CounterMasks: 1 38 +LayerCount: 3 +Fore +SplineSet +436 114 m 1 + 436 694 l 1 + 560 694 l 1 + 560 114 l 1 + 793 114 l 1 + 793 694 l 1 + 916 694 l 1 + 916 0 l 1 + 80 0 l 1 + 80 694 l 1 + 203 694 l 1 + 203 114 l 1 + 436 114 l 1 +EndSplineSet +EndChar + +StartChar: afii10043 +Encoding: 1065 1065 419 +Width: 1040 +VWidth: 1023 +Flags: W +HStem: 0 114<203 436 560 793> 674 20G<80 203 436 560 793 916> +VStem: 80 123<114 694> 436 124<114 694> 793 123<114 694> 899 107<-178 0> +LayerCount: 3 +Fore +SplineSet +436 114 m 1xf4 + 436 694 l 1 + 560 694 l 1 + 560 114 l 1 + 793 114 l 1 + 793 694 l 1 + 916 694 l 1 + 916 92 l 1xf8 + 1006 92 l 1 + 1006 -178 l 1 + 899 -178 l 1 + 899 0 l 1 + 80 0 l 1 + 80 694 l 1 + 203 694 l 1 + 203 114 l 1 + 436 114 l 1xf4 +EndSplineSet +EndChar + +StartChar: afii10044 +Encoding: 1066 1066 420 +Width: 769 +VWidth: 1023 +Flags: W +HStem: 0 113<328 544.662> 314 112<328 538.961> 581 113<27 205> +VStem: 205 123<113 311 424 581> 590 126<151.32 268.298> +LayerCount: 3 +Fore +SplineSet +328 113 m 1 + 419 113 l 2 + 508 113 590 124 590 209 c 0 + 590 305 494 314 389 314 c 0 + 368 314 349 312 328 311 c 1 + 328 113 l 1 +205 0 m 1 + 205 581 l 1 + 27 581 l 1 + 27 694 l 1 + 328 694 l 1 + 328 424 l 1 + 346 425 363 426 382 426 c 0 + 532 426 716 406 716 195 c 0 + 716 4 531 0 441 0 c 2 + 205 0 l 1 +EndSplineSet +EndChar + +StartChar: afii10045 +Encoding: 1067 1067 421 +Width: 851 +VWidth: 1023 +Flags: W +HStem: 0 113<203 399.707> 314 112<203 392.559> 674 20G<80 203 648 771> +VStem: 80 123<113 311 424 694> 435 126<145.539 274.526> 648 123<0 694> +LayerCount: 3 +Fore +SplineSet +80 0 m 1 + 80 694 l 1 + 203 694 l 1 + 203 424 l 1 + 221 425 228 426 247 426 c 0 + 397 426 561 406 561 195 c 0 + 561 4 396 0 306 0 c 2 + 80 0 l 1 +203 113 m 1 + 284 113 l 2 + 373 113 435 124 435 209 c 0 + 435 305 359 314 254 314 c 0 + 233 314 224 312 203 311 c 1 + 203 113 l 1 +648 694 m 1 + 771 694 l 1 + 771 0 l 1 + 648 0 l 1 + 648 694 l 1 +EndSplineSet +EndChar + +StartChar: afii10046 +Encoding: 1068 1068 422 +Width: 631 +VWidth: 1023 +Flags: W +HStem: 0 113<203 419.662> 314 112<203 413.961> 674 20G<80 203> +VStem: 80 123<113 311 424 694> 465 126<151.32 268.298> +LayerCount: 3 +Back +SplineSet +337.955 432.45 m 1 + 594.497 432.45 659.3 336.661 659.3 222.157 c 0 + 659.3 160.929 633.893 107.623 585.039 65.6367 c 1 + 533.743 23.0186 472.719 0 364.681 0 c 0 + 91.2998 0 l 1 + 91.2998 693.9 l 1 + 227.92 694.437 l 1 + 226.742 431.307 l 1 + 337.955 432.45 l 1 +522.782 227 m 0 + 522.782 285.154 495.032 333.934 340.604 333.45 c 2 + 226.638 333.093 l 1 + 226.638 123 l 1 + 377.66 123 l 0 + 475.653 123 522.782 166.844 522.782 227 c 0 +EndSplineSet +Fore +SplineSet +80 0 m 1 + 80 694 l 1 + 203 694 l 1 + 203 424 l 1 + 221 425 238 426 257 426 c 0 + 407 426 591 406 591 195 c 0 + 591 4 406 0 316 0 c 6 + 80 0 l 1 +203 113 m 1 + 294 113 l 2 + 383 113 465 124 465 209 c 0 + 465 305 369 314 264 314 c 0 + 243 314 224 312 203 311 c 1 + 203 113 l 1 +EndSplineSet +EndChar + +StartChar: afii10047 +Encoding: 1069 1069 423 +Width: 702 +VWidth: 1023 +Flags: W +HStem: -10 114<161.662 398.197> 268 107<187 524> 583 116<153.131 386.631> +VStem: 187 472<270.41 370.44> +LayerCount: 3 +Back +SplineSet +95.9424 671.57 m 0 + 162.044 697.815 235.631 711.075 312.981 711.075 c 0 + 397.63 711.075 475.333 694.83 540.285 663.414 c 1 + 607.655 630.982 651.796 588.087 682.485 533.409 c 1 + 713.233 478.919 728.478 417.695 728.478 350.959 c 0 + 728.478 311.486 723.135 273.609 712.371 237.627 c 1 + 701.596 201.278 685.324 167.553 663.555 136.731 c 1 + 642.427 107.138 616.731 81.0527 583.381 58.2119 c 1 + 548.429 35.4414 508.964 18.2041 464.107 5.77441 c 1 + 418.851 -7.30078 370.892 -13.6396 319.645 -13.6396 c 0 + 237.071 -13.6396 158.025 2.05762 85.9971 32.9775 c 0 + 63.3799 42.6855 l 1 + 107.769 150.728 l 1 + 130.235 142.704 l 0 + 182.77 123.941 239.93 114.76 295.211 114.76 c 0 + 341.972 114.76 383.351 120.769 419.11 132.172 c 1 + 456.164 144.143 486.634 160.327 511.532 180.91 c 0 + 536.469 201.545 555.898 225.526 570.412 254.097 c 1 + 574.134 261.575 577.998 270.777 580.695 278.39 c 1 + 260.215 278.39 l 1 + 260.215 412.18 l 1 + 584.126 412.18 l 1 + 580.567 424.805 577.377 433.097 571.691 444.742 c 1 + 558.647 471.833 540.198 496.399 516.721 517.662 c 1 + 493.634 538.783 465.316 555.291 430.456 567.562 c 1 + 396.413 579.92 359.209 586.095 316.869 586.095 c 0 + 266.463 586.095 205.317 575.598 139.854 553.683 c 0 + 116.742 545.628 l 1 + 73.1992 662.541 l 1 + 95.9424 671.57 l 0 +EndSplineSet +Fore +SplineSet +290 -10 m 0 + 236 -10 168 0 95 29 c 2 + 77 36 l 1 + 115 142 l 1 + 134 135 l 1 + 211 108 261 104 293 104 c 0 + 412 104 495 176 524 268 c 1 + 187 268 l 1 + 187 375 l 1 + 533 375 l 1 + 518 490 423 583 275 583 c 0 + 231 583 179 573 125 554 c 2 + 107 548 l 1 + 67 646 l 1 + 85 653 l 1 + 158 684 233 699 297 699 c 0 + 522 699 659 540 659 343 c 0 + 659 143 515 -10 290 -10 c 0 +EndSplineSet +EndChar + +StartChar: afii10048 +Encoding: 1070 1070 424 +Width: 1012 +VWidth: 1023 +Flags: W +HStem: -7 112<528.673 716.006> 0 21G<80 203> 301 114<203 282.278> 588 113<521.214 709.668> 674 20G<80 203> +VStem: 80 123<0 301 415 694> 280 124<245.803 301 415 462.724> 836 126<231.566 456.638> +LayerCount: 3 +Fore +SplineSet +616 588 m 0xb7 + 513 588 404 518 404 355 c 0 + 404 201 502 105 624 105 c 0 + 725 105 836 176 836 346 c 0 + 836 518 718 588 616 588 c 0xb7 +621 701 m 0 + 812 701 962 568 962 354 c 0 + 962 139 815 -7 617 -7 c 0xb7 + 459 -7 300 95 280 301 c 1 + 203 301 l 1 + 203 0 l 1 + 80 0 l 1 + 80 694 l 1 + 203 694 l 1x6f + 203 415 l 1 + 284 415 l 1 + 313 591 449 701 621 701 c 0 +EndSplineSet +EndChar + +StartChar: afii10049 +Encoding: 1071 1071 425 +Width: 654 +VWidth: 1023 +Flags: W +HStem: 0 21G<10 208.5 451 574> 269 113<338.039 451> 581 113<232.556 451> +VStem: 65 128<420.441 544.004> 451 123<0 269 382 581> +LayerCount: 3 +Back +SplineSet +33.585 495 m 0 + 33.585 410 72.585 324 183.185 290 c 1 + -21.8154 0 l 1 + 138.185 0 l 5 + 313.685 269 l 1 + 418.984 269 l 1 + 418.984 0 l 1 + 541.984 0 l 1 + 541.984 694 l 1 + 264.185 694 l 2 + 188.585 694 33.585 681 33.585 495 c 0 +418.984 581 m 1 + 418.984 382 l 1 + 317.285 382 l 2 + 238.984 382 161.585 394 161.585 484 c 0 + 161.585 549 206.585 581 296.585 581 c 2 + 418.984 581 l 1 +EndSplineSet +Fore +SplineSet +65 495 m 0 + 65 681 220 694 296 694 c 2 + 574 694 l 1 + 574 0 l 1 + 451 0 l 1 + 451 269 l 1 + 346 269 l 1 + 301 166 247 71 170 0 c 1 + 10 0 l 1 + 95 92 184 183 215 290 c 1 + 104 324 65 410 65 495 c 0 +451 581 m 1 + 328 581 l 2 + 238 581 193 549 193 484 c 0 + 193 394 271 382 349 382 c 2 + 451 382 l 1 + 451 581 l 1 +EndSplineSet +EndChar + +StartChar: afii10065 +Encoding: 1072 1072 426 +Width: 563 +VWidth: 1023 +Flags: W +HStem: 0 90 200 65 400 90 +LayerCount: 3 +Fore +Refer: 0 97 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10066 +Encoding: 1073 1073 427 +Width: 596 +VWidth: 2048 +Flags: W +HStem: -9.98145 90.9717<232.947 362.526> 567.08 143.523<320.896 504.39> +VStem: 412.496 134.877<135.525 334.96> +LayerCount: 3 +Fore +SplineSet +478.795 709.993 m 0 + 504.39 710.604 l 1 + 504.39 567.08 l 1 + 477.543 569.068 l 0 + 425.916 572.883 354.657 568.203 320.232 558.703 c 0 + 283.044 551.203 239.232 532.703 220.415 511.295 c 0 + 207.871 496.264 198.977 486.249 191.266 467.622 c 1 + 190.649 465.919 190.505 465.508 190.229 464.736 c 1 + 215.678 476.885 239.026 484.007 265.43 487.764 c 0 + 325.328 495.735 389.281 483.873 441.925 449.213 c 0 + 480.146 424.695 508.979 388.884 525.627 350.06 c 0 + 543.545 309.918 549.499 268.719 547.373 228.14 c 0 + 546.3 193.039 537.509 157.059 522.456 124.818 c 0 + 507.064 90.8486 482.304 60.0342 451.004 37.6875 c 0 + 402.102 1.86914 341.181 -12.7295 284.008 -9.98145 c 0 + 246.465 -8.73242 211.912 -1.37793 178.045 16.8613 c 1 + 144.304 33.627 114.711 58.8145 93.3125 88.7246 c 0 + 63.8271 130.264 53.5508 177.976 48.377 223.452 c 1 + 42.1562 280.422 44.2822 337.909 49.3184 393.249 c 0 + 53.3682 447.94 62.2715 494.884 97.0391 546.235 c 0 + 127.407 594.599 172.852 628.933 219.777 653.417 c 0 + 262.053 674.936 307.68 687.188 352.477 695.376 c 0 + 393.24 703.828 435.032 708.951 478.795 709.993 c 0 +329.727 389.805 m 0 + 307.875 398.479 283.525 403.397 241.646 396.444 c 1 + 215.127 390.104 190.879 373.882 174.338 353.61 c 1 + 172.856 322.65 172.886 293.108 172.886 263.337 c 1 + 173.879 225.055 175.064 193.9 185.692 164.896 c 0 + 194.57 140.472 210.576 118.717 231.744 103.423 c 0 + 251.739 88.4004 277.174 80.1689 301.585 80.9902 c 0 + 334.353 81.8047 367.795 100.238 386.194 127.438 c 0 + 403.39 152.722 410.693 186.605 412.496 222.351 c 0 + 414.5 256.209 411.093 290.46 400.081 318.014 c 0 + 385.794 350.793 359.676 376.421 329.727 389.805 c 0 +EndSplineSet +EndChar + +StartChar: afii10067 +Encoding: 1074 1074 428 +Width: 524 +VWidth: 820 +Flags: W +HStem: 0 102<183 338.913> 207 82<183 332.692> 379 102<183 326.078> +VStem: 63 120<102 203 289 379> 337 117<296.516 367.998> 352 123<117.684 192.22> +LayerCount: 3 +Back +SplineSet +256.815 266 m 2xf8 + 331.857 266.371 374.293 303.598 374.293 334 c 0 + 374.293 363.529 350.216 391.512 271.614 387.995 c 0 + 188.052 384.257 185.304 339.014 184 302.193 c 2 + 184 266 l 1 + 256.815 266 l 2xf8 +390.182 157.31 m 0xf4 + 387.974 206.158 322.836 212.41 256.506 212 c 2 + 184.173 212 l 1 + 184.173 137.535 l 1 + 186.731 136.107 l 0 + 209.432 122.98 242.485 99.499 291.309 99 c 0 + 336.658 98.5361 391.806 121.412 390.182 157.31 c 0xf4 +150.524 0.124023 m 1 + 60.1729 0.124023 l 1 + 60.1729 20.4766 l 0 + 59.7832 139.197 60.1729 174.871 60.1729 318.069 c 0 + 60.1729 476.075 213.679 487.584 288.938 488 c 0 + 378.643 488.496 497.873 455.418 497.873 353.236 c 0xf8 + 497.873 303.251 466.709 270.904 440.198 254.115 c 0 + 432.931 249.513 l 1 + 440.425 245.307 l 0 + 475.014 225.896 511.276 196.774 511.872 134.861 c 0 + 512.646 54.4346 422.592 -4.98926 312.417 -5.99805 c 0 + 244.69 -6.6416 194.434 13.5605 168.17 29.1982 c 1 + 162.873 32.3369 l 1 + 150.524 0.124023 l 1 +66.291 694 m 5x7c + 186.291 694 l 5 + 186.291 471 l 5 + 219.591 484 258.291 492 301.49 492 c 4 + 406.791 492 541.891 436 541.891 247 c 4 + 541.891 86 436.891 -10 287.091 -10 c 4xbc + 238.49 -10 194.391 2 161.291 16 c 5 + 155.291 0 l 5 + 66.291 0 l 5 + 66.291 694 l 5x7c +272.69 386 m 4 + 246.591 386 217.791 382 186.291 370 c 5 + 186.291 107 l 5 + 208.791 100 240.291 93 274.49 93 c 4 + 334.791 93 423.891 118 423.891 234 c 4 + 423.891 362 332.99 386 272.69 386 c 4 +EndSplineSet +Refer: 426 1072 N 1 0 0 1 0 0 2 +Fore +SplineSet +254 379 m 6xf8 + 183 379 l 5 + 183 289 l 5 + 273 289 l 6 + 317 289 337 300 337 331 c 4 + 337 355 332 379 254 379 c 6xf8 +259 207 m 4 + 251 207 243 206 183 203 c 5 + 183 102 l 5 + 262 102 l 6 + 304 102 352 111 352 157 c 4xf4 + 352 187 321 207 259 207 c 4 +63 481 m 5 + 272 481 l 6 + 414 481 455 403 454 362 c 4xf8 + 453 314 432 276 395 265 c 5 + 446 244 475 206 475 153 c 4 + 475 81 447 0 264 0 c 6 + 63 0 l 5 + 63 481 l 5 +EndSplineSet +EndChar + +StartChar: afii10068 +Encoding: 1075 1075 429 +Width: 385 +VWidth: 1023 +Flags: W +HStem: 0 21G<63 183> 377 105<183 372> +VStem: 63 120<0 377> +LayerCount: 3 +Fore +SplineSet +372 377 m 5 + 183 377 l 5 + 183 0 l 1 + 63 0 l 1 + 63 482 l 5 + 372 482 l 5 + 372 377 l 5 +EndSplineSet +EndChar + +StartChar: afii10069 +Encoding: 1076 1076 430 +Width: 587 +VWidth: 1023 +Flags: W +HStem: -135 219<0 104.058 509 587> 0 105<235 389> 377 105<297.737 389> +VStem: 0 105<-135 0> 389 120<105 377> 482 105<-135 0> +LayerCount: 3 +Back +SplineSet +44.9072 233 m 4xbc + 44.9072 402 154.907 492 299.807 492 c 4 + 338.507 492 372.707 486 402.407 476 c 5 + 402.407 693 l 5 + 522.407 693 l 5 + 522.407 0 l 5 + 434.407 0 l 5x7c + 424.407 22 l 5 + 377.207 -1 327.707 -10 285.407 -10 c 4 + 175.606 -10 44.9072 50 44.9072 233 c 4xbc +313.307 96 m 4xbc + 347.507 96 379.007 104 402.407 113 c 5 + 402.407 375 l 5 + 379.007 382 346.606 389 312.407 389 c 4 + 253.907 389 163.907 367 163.907 245 c 4 + 163.907 122 253.007 96 313.307 96 c 4xbc +164.14 1.85449 m 1xe8 + 164.14 -129.455 l 2 + 164.14 -135.272 162.794 -142.056 159.108 -148.196 c 0 + 153.493 -157.558 145.363 -161.083 139.691 -162.975 c 0 + 134.671 -164.647 129.615 -165.659 124.062 -166.453 c 0 + 118.494 -167.25 113.087 -167.686 107.78 -167.686 c 0 + 99.8281 -167.686 92.9629 -167.363 86.6035 -166.454 c 0 + 81.0352 -165.658 76 -164.65 70.9619 -162.972 c 0 + 65.3154 -161.089 58.5254 -157.89 52.9766 -150.95 c 0 + 47.9736 -144.695 45.54 -136.586 45.54 -129.455 c 0 + 45.54 77.8145 l 0 + 45.54 87.9922 45.333 101.193 57.0244 112.885 c 0 + 68.0322 123.896 80.8613 124.375 90.6299 124.375 c 0 + 111.88 124.375 l 1 + 121.613 135.585 129.48 146.25 137.841 159.41 c 0 + 147.855 175.172 157.635 195.721 166.907 220.874 c 0 + 177.171 245.871 186.771 276.629 195.505 312.943 c 0 + 204.266 349.368 212.237 392.527 219.694 444.333 c 1 + 220.787 450.208 222.068 454.525 224.154 459.533 c 0 + 226.526 466.068 230.137 472.896 236.942 478.901 c 0 + 241.931 483.3 247.706 486.684 253.726 489.201 c 0 + 261.817 492.583 270.321 493.814 278.359 493.814 c 0 + 571.623 493.814 l 0 + 586.806 493.814 601.416 488.987 611.399 478.302 c 0 + 622.088 468.293 625.252 455.359 625.25 443.369 c 0 + 625.25 124.375 l 1xf0 + 664.93 124.375 l 0 + 674.744 124.375 686.679 123.103 697.04 113.837 c 0 + 709.789 102.424 710.019 88.209 710.02 77.8145 c 0 + 710.02 -129.455 l 0 + 710.02 -135.283 708.685 -142.025 704.988 -148.196 c 0 + 699.373 -157.558 691.24 -161.084 685.573 -162.974 c 0 + 680.304 -164.729 675.092 -165.702 669.219 -166.485 c 0 + 662.876 -167.332 656.128 -167.686 648.76 -167.686 c 0 + 643.001 -167.686 637.264 -167.272 631.622 -166.436 c 0 + 626.209 -165.633 621.268 -164.61 616.35 -162.972 c 0 + 610.695 -161.085 603.927 -157.899 598.36 -150.943 c 0 + 593.368 -144.696 590.93 -136.595 590.93 -129.455 c 0 + 590.93 1.85449 l 1 + 164.14 1.85449 l 1xe8 +487.187 124.375 m 1 + 487.187 381.095 l 1 + 347.1 381.095 l 1 + 338.103 331.115 330.77 295.656 324.414 272.192 c 1 + 315.484 239.771 305.645 211.326 295.294 188.398 c 1 + 285.276 165.638 273.928 145.911 261.25 129.906 c 1 + 260 128.281 258.103 125.883 256.896 124.375 c 1 + 487.187 124.375 l 1 +EndSplineSet +Fore +SplineSet +180 482 m 1xb4 + 509 482 l 1 + 509 84 l 1xb8 + 587 84 l 1 + 587 -135 l 1 + 482 -135 l 1xb4 + 482 0 l 1 + 105 0 l 1x74 + 105 -135 l 1 + 0 -135 l 1 + 0 84 l 1 + 97 84 l 1 + 148 210 182 341 180 482 c 1xb4 +389 105 m 1x78 + 389 377 l 1 + 300 377 l 1 + 291 287 274 196 235 105 c 1 + 389 105 l 1x78 +EndSplineSet +EndChar + +StartChar: afii10070 +Encoding: 1077 1077 431 +Width: 562 +VWidth: 1023 +Flags: W +HStem: -9 107<228.873 482.846> 8 107<342.92 483> 184 84<175 399> 388 104<222.389 357.525> +VStem: 45 130<268 340.097> 399 120<268 343.082> +LayerCount: 3 +Fore +Refer: 2 101 N 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10072 +Encoding: 1078 1078 432 +Width: 786 +VWidth: 1023 +Flags: W +HStem: 0 21G<23 184.5 333 453 601.5 763> 462 20G<31 191.373 333 453 594.627 755> +VStem: 333 120<0 240 289 482> +LayerCount: 3 +Fore +SplineSet +453 0 m 1 + 333 0 l 1 + 333 240 l 1 + 171 0 l 1 + 23 0 l 1 + 219 271 l 1 + 31 482 l 5 + 175 482 l 5 + 333 289 l 1 + 333 482 l 5 + 453 482 l 5 + 453 289 l 1 + 611 482 l 5 + 755 482 l 5 + 567 271 l 1 + 763 0 l 1 + 615 0 l 1 + 453 240 l 1 + 453 0 l 1 +EndSplineSet +EndChar + +StartChar: afii10073 +Encoding: 1079 1079 433 +Width: 502 +VWidth: 819 +Flags: W +HStem: -8 106<138.002 318.319> 27 102<96.3878 142.537> 209 73<165 286.943> 388 102<122.286 302.013> +VStem: 316 117<307.639 372.646> 332 124<112.892 195.607> +LayerCount: 3 +Back +SplineSet +97.8682 471.61 m 0 + 142.841 485.341 186.209 491.761 239.613 492.298 c 0 + 408.98 493.875 498.637 430.713 498.278 345.207 c 1 + 498.001 309.56 480.644 274.201 454.593 250.454 c 1 + 490.185 228.817 518.938 195.717 518.938 143.346 c 0 + 518.938 83.083 470.944 44.8633 435.495 22.7471 c 1 + 399.915 0.731445 334.605 -10.4199 263.063 -10.4199 c 0 + 177.757 -10.4199 136.614 4.71191 86.1768 24.6514 c 0 + 65 33.0234 l 1 + 98.4863 148.058 l 1 + 123.703 138.655 l 0 + 180.084 117.631 235.467 107.89 272.654 107.89 c 0 + 343.766 107.89 376.505 121.622 376.505 147.205 c 0 + 376.505 173.163 354.903 180.19 262.902 180.19 c 1 + 143.968 181.186 l 1 + 143.969 289.996 l 1 + 256.84 288.98 l 1 + 285.268 288.98 307.62 292.056 322.581 296.669 c 0 + 344.612 303.461 355.912 313.271 355.912 332.416 c 1 + 356.693 354.605 326.872 373.93 246.437 373.93 c 0 + 210.162 373.93 170.572 368.43 131.374 356.828 c 0 + 107.173 349.665 l 1 + 74.3857 464.441 l 1 + 97.8682 471.61 l 0 +EndSplineSet +Fore +SplineSet +236 388 m 0xb8 + 215 388 170 380 122 366 c 2 + 109 362 l 1 + 81 466 l 1 + 95 469 l 2 + 122 477 171 490 222 490 c 0 + 381 490 433 417 433 361 c 0xb8 + 433 329 417 282 377 265 c 1 + 428 244 456 205 456 152 c 0 + 456 88 418 -8 235 -8 c 0xb4 + 173 -8 127 9 80 27 c 1 + 67 31 l 1 + 97 134 l 1 + 110 129 l 1x74 + 173 106 216 98 242 98 c 0 + 284 98 332 109 332 148 c 0xb4 + 332 184 320 209 241 209 c 0 + 233 209 225 207 165 204 c 1 + 165 282 l 1 + 236 283 316 296 316 342 c 0 + 316 358 295 388 236 388 c 0xb8 +EndSplineSet +EndChar + +StartChar: afii10074 +Encoding: 1080 1080 434 +Width: 575 +VWidth: 1023 +Flags: W +HStem: 0 21G<63 216.437 392 512> 462 20G<63 183 358.563 512> +VStem: 63 120<155 482> 392 120<0 327> +LayerCount: 3 +Back +SplineSet +82.3584 29.6553 m 1xd0 + 82.3584 483 l 1 + 214.358 483 l 1xd0 + 221.752 175.925 l 1 + 454.965 465.725 l 1 + 454.965 483 l 1xe8 + 469.307 483 l 1 + 594.358 483 l 1 + 616.717 483 l 1 + 594.358 453.345 l 1 + 594.358 0 l 1 + 462.358 0 l 1xc4 + 454.965 307.075 l 1 + 221.752 17.2754 l 1 + 221.752 0 l 1xe8 + 207.409 0 l 5 + 82.3584 0 l 5 + 60 0 l 5 + 82.3584 29.6553 l 1xd0 +EndSplineSet +Fore +SplineSet +63 482 m 1 + 183 482 l 1 + 183 155 l 1 + 370 482 l 1 + 413 482 469 482 512 482 c 1 + 512 0 l 1 + 392 0 l 1 + 392 327 l 1 + 205 0 l 5 + 63 0 l 1 + 63 482 l 1 +EndSplineSet +EndChar + +StartChar: afii10075 +Encoding: 1081 1081 435 +Width: 575 +VWidth: 1023 +Flags: W +HStem: 0 21<63 216.437 392 512> 462 20<63 183 358.563 512> 552.6 86.4004<226.179 334.742> 697.4 20<150.2 195 381.4 420.333> +VStem: 63 120<155 482> 392 120<0 327> +LayerCount: 3 +Fore +Refer: 434 1080 N 1 0 0 1 0 0 3 +Refer: 222 728 N 1 0 0 1 22 24 2 +EndChar + +StartChar: afii10076 +Encoding: 1082 1082 436 +Width: 558 +VWidth: 1023 +Flags: W +HStem: 0 21G<63 183 377.333 543> 462 20G<63 183 369.446 535> +VStem: 63 120<0 240 289 482> +LayerCount: 3 +Fore +SplineSet +183 289 m 1 + 391 482 l 5 + 535 482 l 5 + 297 271 l 1 + 543 0 l 1 + 395 0 l 1 + 183 240 l 1 + 183 0 l 1 + 63 0 l 1 + 63 482 l 5 + 183 482 l 5 + 183 289 l 1 +EndSplineSet +EndChar + +StartChar: afii10077 +Encoding: 1083 1083 437 +Width: 555 +VWidth: 1023 +Flags: W +HStem: 0 21G<43 203 372 492> 377 105<281.076 372> +VStem: 372 120<0 377> +LayerCount: 3 +Back +SplineSet +475.21 495.88 m 0 + 511.799 495.88 l 2 + 532.649 495.88 552.191 492.998 564.952 490.1 c 5 + 569.066 493.92 l 5 + 661.703 493.92 l 1 + 661.703 0 l 1 + 528.113 0 l 1 + 528.113 25 l 0 + 528.113 79.4697 531.797 290.68 531.638 371.922 c 1 + 524.589 372.308 521.454 372.38 516.302 372.38 c 0 + 466.129 372.38 429.577 356.911 420.885 339.812 c 1 + 387.517 275.308 350.997 198.132 322.25 129.934 c 0 + 321.946 129.212 l 1 + 321.577 128.509 l 0 + 310.13 106.642 292.072 74.8203 268.691 54.5996 c 1 + 251.261 39.1602 221.146 18.8213 192.718 9.30566 c 0 + 191.325 8.77539 l 1 + 189.877 8.37598 l 0 + 143.842 -4.7998 103.117 -10.7158 63.5879 -8.93457 c 0 + 35.71 -7.67871 l 1 + 53.8887 98.0195 l 1 + 73.9346 99.1553 l 0 + 114.565 101.459 137.329 105.382 145.675 115.115 c 0 + 159.29 130.457 170.831 149.21 182.496 172.142 c 1 + 263.546 350.154 l 0 + 268.407 360.83 273.864 377.006 283.64 396.309 c 1 + 304.514 436.86 337.863 466.785 383.168 481.241 c 1 + 409.784 491.118 441.286 495.88 475.21 495.88 c 0 +EndSplineSet +Fore +SplineSet +163 482 m 1 + 492 482 l 1 + 492 0 l 1 + 372 0 l 1 + 372 377 l 1 + 283 377 l 1 + 270 252 243 127 163 0 c 1 + 43 0 l 1 + 115 152 165 309 163 482 c 1 +EndSplineSet +EndChar + +StartChar: afii10078 +Encoding: 1084 1084 438 +Width: 687 +VWidth: 1023 +Flags: W +HStem: 0 21G<90.7197 210.72 507.12 627.12> 462 20G<90.7197 233.589 483.051 627.12> +VStem: 90.7197 120<0 308> 507.12 120<0 308> +LayerCount: 3 +Fore +SplineSet +90.7197 482 m 1 + 221.521 482 l 1 + 348.24 272 l 1 + 368.399 272 l 1 + 495.12 482 l 1 + 627.12 482 l 1 + 627.12 0 l 1 + 507.12 0 l 1 + 507.12 308 l 1 + 402.959 152 l 1 + 322.32 152 l 1 + 210.72 308 l 1 + 210.72 0 l 1 + 90.7197 0 l 1 + 90.7197 482 l 1 +EndSplineSet +EndChar + +StartChar: afii10079 +Encoding: 1085 1085 439 +Width: 575 +VWidth: 1023 +Flags: W +HStem: 0 21G<63 183 392 512> 199 105<183 392> 462 20G<63 183 392 512> +VStem: 63 120<0 199 304 482> 392 120<0 199 304 482> +LayerCount: 3 +Fore +SplineSet +63 482 m 1 + 183 482 l 5 + 183 304 l 5 + 392 304 l 5 + 392 482 l 5 + 512 482 l 1 + 512 0 l 1 + 392 0 l 1 + 392 199 l 5 + 183 199 l 5 + 183 0 l 1 + 63 0 l 1 + 63 482 l 1 +EndSplineSet +EndChar + +StartChar: afii10080 +Encoding: 1086 1086 440 +Width: 594 +VWidth: 1023 +Flags: W +HStem: -10 90<225.784 374.967> 400 90<217.913 369.22> +VStem: 40 119<168.275 325.09> 436.199 118<159.172 317.512> +LayerCount: 3 +Fore +Refer: 6 111 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10081 +Encoding: 1087 1087 441 +Width: 575 +VWidth: 1023 +Flags: W +HStem: 0 21G<63 183 392 512> 377 105<183 392> +VStem: 63 120<0 377> 392 120<0 377> +LayerCount: 3 +Fore +SplineSet +63 482 m 1 + 512 482 l 1 + 512 0 l 1 + 392 0 l 1 + 392 377 l 1 + 183 377 l 1 + 183 0 l 1 + 63 0 l 1 + 63 482 l 1 +EndSplineSet +EndChar + +StartChar: afii10082 +Encoding: 1088 1088 442 +Width: 591 +VWidth: 1023 +Flags: W +HStem: -10 103<188.934 361.733> 385 107<189.98 360.562> 462 20<62.7266 161.292> +VStem: 62.7266 125<-259 7 102.057 375.31> 422.627 118<154.882 323.631> +LayerCount: 3 +Fore +Refer: 15 112 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10083 +Encoding: 1089 1089 443 +Width: 518 +VWidth: 1023 +Flags: W +HStem: -10 90<232.52 435.388> 400 90<221.782 439.724> +VStem: 44.9072 118<159.813 323.276> +LayerCount: 3 +Fore +Refer: 18 99 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10084 +Encoding: 1090 1090 444 +Width: 447 +VWidth: 1023 +Flags: W +HStem: 0 21G<163 284> 377 105<24 163 284 423> +VStem: 163 121<0 377> +LayerCount: 3 +Back +SplineSet +57.7373 694 m 5xf0 + 191.737 694 l 5 + 191.737 562 l 5 + 57.7373 562 l 5 + 57.7373 694 l 5xf0 +64.7373 482 m 5xe8 + 184.737 482 l 5 + 184.737 0 l 5 + 64.7373 0 l 5 + 64.7373 482 l 5xe8 +EndSplineSet +Fore +SplineSet +24 377 m 1 + 24 482 l 1 + 423 482 l 1 + 423 377 l 1 + 284 377 l 1 + 284 0 l 1 + 163 0 l 1 + 163 377 l 1 + 24 377 l 1 +EndSplineSet +EndChar + +StartChar: afii10085 +Encoding: 1091 1091 445 +Width: 559 +VWidth: 1023 +Flags: W +HStem: 462 20<17.1074 162.843 420.801 554.807> +LayerCount: 3 +Fore +Refer: 26 121 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10086 +Encoding: 1092 1092 446 +Width: 851 +VWidth: 1023 +Flags: W +HStem: -10 103<216.785 361.814 489.186 633.463> 385 107<217.237 361.648 489.305 633.011> +VStem: 50 118<144.222 331.946> 363 125<-259 7 100.483 376.118> 388 75<459 522> 683 118<144.222 331.946> +LayerCount: 3 +Back +SplineSet +419.266 464.38 m 1 + 419.266 617.33 l 1 + 562.942 617.33 l 1 + 562.942 464.38 l 1 + 598.797 483.664 639.168 492.38 684.846 492.38 c 0 + 720.387 492.38 754.585 486.181 786.705 473.792 c 0 + 818.637 462.63 845.194 446.752 868.044 426.377 c 1 + 891.842 404.8 909.72 379.249 922.342 349.491 c 1 + 935.07 319.184 941.154 285.639 941.154 249.002 c 0 + 941.154 176.313 917.901 113.645 870.918 64.5576 c 1 + 822.913 14.8184 756.687 -10.8496 679.556 -10.8496 c 0 + 637.536 -10.8496 597.528 -1.47363 563.463 15.7881 c 1 + 566.39 -259.279 l 1 + 422.138 -259.279 l 1 + 419.694 16.2754 l 1 + 383.792 -2.13867 345.026 -10.8496 302.658 -10.8496 c 0 + 225.525 -10.8496 159.234 14.8008 111.179 64.5879 c 1 + 63.7275 114.068 40 176.796 40 249.001 c 0 + 40 284.648 46.5469 318.361 59.793 349.516 c 1 + 72.5947 379.817 90.4932 405.769 113.613 426.387 c 0 + 136.391 446.707 162.916 462.609 194.654 473.771 c 0 + 226.71 486.21 261.191 492.38 297.357 492.38 c 0 + 343.155 492.38 385.029 482.793 419.266 464.38 c 1 +361.492 365.657 m 1 + 349.488 370.424 333.577 373.29 312.2 373.29 c 0 + 294.676 373.29 278.29 370.579 262.873 365.251 c 1 + 246.04 359.279 229.843 350.591 215.71 339.834 c 1 + 203.242 330.137 191.8 316.121 182.692 297.801 c 1 + 173.684 279.443 169.087 259.448 169.087 237.262 c 0 + 169.087 219.106 172.683 201.78 179.892 184.962 c 0 + 186.987 168.406 195.097 156.539 203.367 148.656 c 1 + 213.063 139.232 223.605 131.913 236.59 125.571 c 1 + 249.607 119.063 262.266 114.636 274.203 112.046 c 1 + 286.591 109.523 298.974 108.24 310.079 108.24 c 0 + 372.044 108.24 404.612 129.304 419.266 178.176 c 1 + 419.266 297.726 l 1 + 417.046 304.495 415.355 309.346 413.521 314.463 c 1 + 407.45 328.904 401.368 338.127 393.814 345.959 c 1 + 387.173 353.037 377.291 359.514 361.492 365.657 c 1 +719.45 365.209 m 0 + 703.845 370.603 686.245 373.29 667.614 373.29 c 0 + 645.887 373.29 631.475 370.351 619.749 365.696 c 0 + 605.35 359.98 595.727 353.699 588.213 345.763 c 1 + 580.312 337.865 574.087 328.304 568.603 314.258 c 1 + 566.277 308.607 564.117 302.199 562.942 298.097 c 1 + 562.942 175.065 l 1 + 578.736 127.308 611.045 108.24 672.135 108.24 c 0 + 683.323 108.24 695.438 109.487 708.134 112.073 c 1 + 719.314 114.404 730.892 118.493 744.376 125.479 c 1 + 757.69 131.984 768.631 139.537 778.34 148.689 c 1 + 787.358 157.394 795.66 169.502 802.297 185.13 c 0 + 808.668 200.092 812.056 217.397 812.056 237.262 c 0 + 812.056 260.752 807.607 281.015 799.514 297.819 c 1 + 790.832 315.416 779.435 329.174 765.487 339.8 c 1 + 750.289 351.618 735.2 359.769 719.45 365.209 c 0 +EndSplineSet +Fore +SplineSet +463 522 m 1xec + 463 459 l 1xec + 513 482 542 492 583 492 c 0 + 687 492 801 434 801 246 c 0 + 801 85 715 -10 568 -10 c 0 + 529 -10 517 -3 488 7 c 1 + 488 -259 l 1 + 363 -259 l 1 + 363 7 l 1xf4 + 334 -3 321 -10 282 -10 c 0 + 135 -10 50 85 50 246 c 0 + 50 434 163 492 267 492 c 0 + 308 492 338 482 388 459 c 1 + 388 522 l 1 + 463 522 l 1xec +555 385 m 0 + 529 385 520 380 488 368 c 1 + 488 108 l 1xf4 + 510 101 522 93 556 93 c 0 + 615 93 683 119 683 234 c 0 + 683 362 614 385 555 385 c 0 +295 385 m 0 + 236 385 168 362 168 234 c 0 + 168 119 235 93 294 93 c 0 + 328 93 341 101 363 108 c 1 + 363 368 l 1 + 331 380 321 385 295 385 c 0 +EndSplineSet +EndChar + +StartChar: afii10087 +Encoding: 1093 1093 447 +Width: 558 +VWidth: 1023 +Flags: W +HStem: 0 21<28.8096 177.231 392.537 549.609> 462 20<22.8096 179.741 407.891 558.209> +LayerCount: 3 +Fore +Refer: 24 120 S 1 0 0 1 0 0 2 +EndChar + +StartChar: afii10088 +Encoding: 1094 1094 448 +Width: 613 +VWidth: 1023 +Flags: W +HStem: 0 105<183 392> 462 20G<63 183 392 512> +VStem: 63 120<105 482> 392 120<105 482> 485 105<-135 0> +LayerCount: 3 +Back +SplineSet +415.737 482 m 5xe8 + 535.737 482 l 5 + 535.737 0 l 5 + 415.737 0 l 5 + 415.737 482 l 5xe8 +57.7373 694 m 1xf0 + 191.737 694 l 1 + 191.737 562 l 1 + 57.7373 562 l 1 + 57.7373 694 l 1xf0 +64.7373 482 m 1xe8 + 184.737 482 l 1 + 184.737 0 l 1 + 64.7373 0 l 1 + 64.7373 482 l 1xe8 +EndSplineSet +Fore +SplineSet +512 84 m 5xf0 + 590 84 l 5 + 590 -135 l 5 + 485 -135 l 5 + 485 0 l 5xe8 + 63 0 l 5 + 63 482 l 1 + 183 482 l 1 + 183 105 l 5 + 392 105 l 5 + 392 482 l 1 + 512 482 l 1 + 512 84 l 5xf0 +EndSplineSet +EndChar + +StartChar: afii10089 +Encoding: 1095 1095 449 +Width: 574 +VWidth: 1023 +Flags: W +HStem: 0 21G<391 511> 118 111<210.256 361.159> +VStem: 60 119<256.737 482> 391 120<0 151 247.694 482> +LayerCount: 3 +Back +SplineSet +410.737 482 m 5xe8 + 530.737 482 l 5 + 530.737 0 l 5 + 410.737 0 l 5 + 410.737 482 l 5xe8 +EndSplineSet +Fore +SplineSet +276 229 m 4 + 298 229 338 234 391 256 c 5 + 391 482 l 1 + 511 482 l 1 + 511 0 l 1 + 391 0 l 1 + 391 151 l 5 + 353 135 300 118 244 118 c 4 + 67 118 60 261 60 335 c 6 + 60 482 l 1 + 179 482 l 1 + 179 327 l 6 + 179 301 182 229 276 229 c 4 +EndSplineSet +EndChar + +StartChar: afii10090 +Encoding: 1096 1096 450 +Width: 764 +VWidth: 1023 +Flags: W +HStem: 0 105<183 322 442 581> 462 20G<63 183 322 442 581 701> +VStem: 63 120<105 482> 322 120<105 482> 581 120<105 482> +CounterMasks: 1 38 +LayerCount: 3 +Back +SplineSet +57.7373 694 m 5xf0 + 191.737 694 l 5 + 191.737 562 l 5 + 57.7373 562 l 5 + 57.7373 694 l 5xf0 +64.7373 482 m 5xe8 + 184.737 482 l 5 + 184.737 0 l 5 + 64.7373 0 l 5 + 64.7373 482 l 5xe8 +EndSplineSet +Fore +SplineSet +322 105 m 1 + 322 482 l 1 + 442 482 l 1 + 442 105 l 1 + 581 105 l 1 + 581 482 l 1 + 701 482 l 1 + 701 0 l 1 + 63 0 l 1 + 63 482 l 1 + 183 482 l 1 + 183 105 l 1 + 322 105 l 1 +EndSplineSet +EndChar + +StartChar: afii10091 +Encoding: 1097 1097 451 +Width: 789 +VWidth: 1023 +Flags: W +HStem: 0 105<183 322 442 581> 462 20G<63 183 322 442 581 701> +VStem: 63 120<105 482> 322 120<105 482> 581 120<105 482> 674 105<-135 0> +LayerCount: 3 +Fore +SplineSet +322 105 m 1xf4 + 322 482 l 1 + 442 482 l 1 + 442 105 l 1 + 581 105 l 1 + 581 482 l 1 + 701 482 l 1 + 701 84 l 1xf8 + 779 84 l 1 + 779 -135 l 1 + 674 -135 l 1 + 674 0 l 1 + 63 0 l 1 + 63 482 l 1 + 183 482 l 1 + 183 105 l 1 + 322 105 l 1xf4 +EndSplineSet +EndChar + +StartChar: afii10092 +Encoding: 1098 1098 452 +Width: 571 +VWidth: 820 +Flags: W +HStem: 0 102<230 385.578> 206 102<230 383.646> 377 105<10 110> +VStem: 110 120<102 204 307 377> 399 122<118.488 189.039> +LayerCount: 3 +Fore +SplineSet +230 102 m 1 + 302 102 l 2 + 364 102 399 119 399 153 c 0 + 399 199 348 206 292 206 c 0 + 277 206 245 205 230 204 c 1 + 230 102 l 1 +10 377 m 5 + 10 482 l 5 + 230 482 l 5 + 230 307 l 1 + 243 308 275 308 288 308 c 0 + 393 308 521 297 521 149 c 0 + 521 15 392 0 329 0 c 2 + 110 0 l 1 + 110 377 l 5 + 10 377 l 5 +EndSplineSet +EndChar + +StartChar: afii10093 +Encoding: 1099 1099 453 +Width: 678 +VWidth: 820 +Flags: W +HStem: 0 102<183 319.551> 206 102<183 319.764> 462 20G<63 183 495 615> +VStem: 63 120<102 205.191 307 482> 332 122<114.165 193.235> 495 120<0 482> +LayerCount: 3 +Fore +SplineSet +495 482 m 5 + 615 482 l 1 + 615 0 l 1 + 495 0 l 1 + 495 482 l 5 +63 0 m 1 + 63 482 l 1 + 183 482 l 1 + 183 307 l 1 + 196 308 218 308 231 308 c 0 + 336 308 454 297 454 149 c 0 + 454 15 335 0 272 0 c 2 + 63 0 l 1 +183 102 m 1 + 245 102 l 2 + 307 102 332 119 332 153 c 0 + 332 199 291 206 235 206 c 0 + 220 206 198 205 183 204 c 1 + 183 102 l 1 +EndSplineSet +EndChar + +StartChar: afii10094 +Encoding: 1100 1100 454 +Width: 524 +VWidth: 820 +Flags: W +HStem: 0 102<183 338.578> 206 102<183 336.646> 462 20G<63 183> +VStem: 63 120<102 204 307 482> 352 122<118.488 189.039> +LayerCount: 3 +Back +SplineSet +186.973 494.737 m 1x78 + 186.973 473.92 l 2 + 186.973 449.348 186.443 389.891 185.41 297.846 c 1 + 293.127 299.343 371.608 291.42 426.628 271.236 c 1 + 446.676 262.933 464.199 253.552 478.965 242.943 c 0 + 494.834 231.542 507.189 217.036 516.408 199.298 c 1 + 525.41 180.859 529.561 161.635 529.561 140.773 c 0 + 529.561 99.3154 510.154 62.7949 474.219 33.6221 c 1 + 437.365 3.96094 387.858 -10.7803 324.752 -10.7803 c 0xb8 + 274.392 -10.7803 220.467 5.50781 170.235 33.1445 c 1 + 150.739 0 l 1 + 60.0098 0 l 1 + 60.0098 493.431 l 1 + 80.0098 493.431 l 0 + 128.827 493.431 157.808 493.617 164.96 493.904 c 0 + 186.973 494.737 l 1x78 +199.231 202.46 m 1 + 185.193 202.46 l 1 + 185.193 128.712 l 1 + 219.549 105.397 254.999 95.3701 298.049 95.3701 c 0 + 329.373 95.3701 355.161 101.346 376.967 112.895 c 1 + 398.621 124.484 406.157 135.505 406.157 147.883 c 0 + 406.157 157.17 402.63 164.089 395.396 170.428 c 0 + 384.845 179.663 375.262 184.419 368.595 186.158 c 1 + 322.053 197.888 265.929 203.533 199.231 202.46 c 1 +EndSplineSet +Fore +SplineSet +63 0 m 1 + 63 482 l 5 + 183 482 l 5 + 183 307 l 1 + 196 308 228 308 241 308 c 0 + 346 308 474 297 474 149 c 0 + 474 15 345 0 282 0 c 2 + 63 0 l 1 +183 102 m 1 + 255 102 l 2 + 317 102 352 119 352 153 c 0 + 352 199 301 206 245 206 c 0 + 230 206 198 205 183 204 c 1 + 183 102 l 1 +EndSplineSet +EndChar + +StartChar: afii10095 +Encoding: 1101 1101 455 +Width: 508 +VWidth: 1023 +Flags: W +HStem: -10 109<73.4828 291.273> 199 105<163 338> 385 106<77.8213 281.433> +VStem: 163 305<206.447 299.383> +LayerCount: 3 +Back +SplineSet +77.5156 463.748 m 0 + 124.298 484.043 172.701 494.311 231.517 494.311 c 0 + 263.4 494.311 292.984 491.604 321.725 485.829 c 1 + 349.621 480.565 378.116 471.109 404.041 458.277 c 1 + 427.454 444.622 447.129 428.236 463.684 408.606 c 1 + 480.432 388.646 493.339 363.256 503.31 332.581 c 0 + 513.415 301.49 518.364 267.725 518.365 231.44 c 0 + 518.365 196.135 513.33 163.349 503.255 134.438 c 1 + 493.19 104.916 480.062 80.7949 463.205 62.7871 c 1 + 447.09 45.4619 427.748 31.3145 404.183 19.0996 c 1 + 377.9 7.71094 351.143 -0.166992 324.358 -4.5459 c 0 + 298.495 -9.12012 271.324 -11.3701 242.923 -11.3701 |