[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-fonts-devel] Bug#774275: fonts-junicode: please set the font modification time to a deterministic value



Source: fonts-junicode
Version: 0.7.8-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
Control: block -1 by 774274

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that fonts-junicode could not be built reproducibly as ttfautohint will
set the font modification time to the current time.

The attached patch rely on the addition of a “SetModificationTime”
function to fontforge scripting engine (#774274). It adds a simple
fontforge script that will load the generated fonts, set the
modification time to the one of the latest debian/changelog entry, and
re-export the font.

The differences between the font file before and after the script looks
mainly ordering differences. A more expert look to the attached diff is
highly welcome.

A versioned Build-Depends on the future version of fontforge will be
required on top of the patch.

 [1]: https://wiki.debian.org/ReproducibleBuilds

-- 
Lunar                                .''`. 
lunar@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
diff -Nru fonts-junicode-0.7.8/debian/changelog fonts-junicode-0.7.8/debian/changelog
--- fonts-junicode-0.7.8/debian/changelog	2013-12-01 18:20:12.000000000 +0100
+++ fonts-junicode-0.7.8/debian/changelog	2014-12-30 23:35:40.000000000 +0100
@@ -1,3 +1,10 @@
+fonts-junicode (0.7.8-2.0~reproducible1) UNRELEASED; urgency=low
+
+  * Set font modification time to the date of the latest debian/changelog
+    entry to make the package build reproducibly.
+
+ -- Jérémy Bobbio <lunar@debian.org>  Tue, 30 Dec 2014 22:29:00 +0100
+
 fonts-junicode (0.7.8-2) unstable; urgency=low
 
   * Team upload
diff -Nru fonts-junicode-0.7.8/debian/rules fonts-junicode-0.7.8/debian/rules
--- fonts-junicode-0.7.8/debian/rules	2013-12-01 18:18:55.000000000 +0100
+++ fonts-junicode-0.7.8/debian/rules	2014-12-30 23:39:53.000000000 +0100
@@ -2,8 +2,15 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+BUILD_DATE = $(shell date --date="$$(dpkg-parsechangelog -SDate)" +"%Y-%m-%d %H:%M:%S")
+export BUILD_DATE
+
 %:
 	dh $@
 
+override_dh_auto_build:
+	dh_auto_build
+	find $(CURDIR) -name '*.ttf' -print0 | xargs -0 debian/scripts/fix-modtime.pe
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz -Sextreme -z9
diff -Nru fonts-junicode-0.7.8/debian/scripts/fix-modtime.pe fonts-junicode-0.7.8/debian/scripts/fix-modtime.pe
--- fonts-junicode-0.7.8/debian/scripts/fix-modtime.pe	1970-01-01 01:00:00.000000000 +0100
+++ fonts-junicode-0.7.8/debian/scripts/fix-modtime.pe	2014-12-30 23:32:44.000000000 +0100
@@ -0,0 +1,10 @@
+#!/usr/bin/fontforge
+
+i=1
+while (i < $argc)
+  Open($argv[i])
+  SetModificationTime(GetEnv("BUILD_DATE"))
+  Generate($argv[i])
+  Close()
+  i += 1
+endloop
Title: /usr/bin/debbindiff --html /tmp/debbindiff.html Junicode.ttf.orig Junicode.ttf
Junicode.ttf.orig vs.
Junicode.ttf
showttf
    1 version=1, numtables=18, searchRange=256 entrySel=4 rangeshift=32
    2 File Checksum =b1b0afba (should be 0xb1b0afba), diff=0
    3 FFTM checksum=5a8b8da8 actual=5a8b8da8 diff=0 offset=300 len=28           
    4 GDEF checksum=9418cb50 actual=9418cb50 diff=0 offset=328 len=3530         
    5 GPOS checksum=5071620f actual=5071620f diff=0 offset=3860 len=26390       
    6 GSUB checksum=313d9e7a actual=313d9e7a diff=0 offset=30252 len=14334      
    7 OS/2 checksum=f15d656f actual=f15d656f diff=0 offset=44588 len=96         
    8 cmap checksum=f8564407 actual=f8564407 diff=0 offset=44684 len=8658       
    9 cvt  checksum=fac74eea actual=fac74eea diff=0 offset=866200 len=118       
   10 fpgm checksum=868c74c8 actual=868c74c8 diff=0 offset=866320 len=2838      
   11 gasp checksum=00000010 actual=00000010 diff=0 offset=866192 len=8         
   12 glyf checksum=e095b902 actual=e095b902 diff=0 offset=53344 len=739638     
   13 head checksum=f84ede01 actual=9fcbc00e diff=67851e0f offset=792984 len=54 
   14 hhea checksum=10d313d5 actual=10d313d5 diff=0 offset=793040 len=36        
   15 hmtx checksum=b0480c81 actual=b0480c81 diff=0 offset=793076 len=13140     
   16 loca checksum=4e8c9459 actual=4e8c9459 diff=0 offset=806216 len=13144     
   17 maxp checksum=0e89124b actual=0e89124b diff=0 offset=819360 len=32        
   18 name checksum=6c03f0ec actual=6c03f0ec diff=0 offset=819392 len=14337     
   19 post checksum=b993283e actual=b993283e diff=0 offset=833732 len=32457     
   20 prep checksum=27c012ea actual=27c012ea diff=0 offset=869160 len=155       
   21 
   22 
   23 Created by FontForge 14:57 31-July-2012
   24         Font created: Fri Oct  6 04:38:10 2006
   25         Font modified: Thu Dec 27 20:14:30 2012                           
   26 
   27 
   28 HEAD table (at 792984)                                                    
   29         Version=1
   30         fontRevision=0.699997
   31         checksumAdj=a77ce20d                                              
   32         magicNumber=5f0f3cf5 (0x5f0f3cf5, diff=0)
   33         flags=b baseline_at_0 lsb_at_0 ppem_to_int                        
   34         unitsPerEm=2048
   35         create[0]=0
   36          create[1]=c14b8e32
   37         File created: Fri Oct  6 04:38:10 2006
   38         modtime[0]=0
   39          modtime[1]=d0c95337                                              
   40         File modified: Wed Dec 31 07:16:07 2014                           
   41         xmin=-1333
   42         ymin=-946
   43         xmax=3152
   44         ymax=2073
   45         macstyle=0
   46         lowestppem=8
   47         fontdirhint=2 left to right and neutrals
   48         loca_is_32=1
   49         glyphdataformat=0
   50 
   51 HHEAD table (at 793040)                                                   
   52         Version=1
   53         ascender=2100
   54         descender=-845
   55         linegap=385
   56         advanceWidthMax=3276
   57         minlsb=-1333
   58 +--  6 lines: minrsb=-640-------------------------------------------------------
   64         mbz=0
   65         mbz=0
   66         mbz=0
   67         metricdataformat=0
   68         numberOfHMetrics=3285
   69 
   70 NAME table (at 819392)                                                    
   71         format=0
   72         nrecords=26
   73         taboff=318
   74          platform=1 plat spec encoding=0 language=0 name=0 Copyright
   75          strlen=41  stroff=0       Copyright (c) 1998-2012 by Peter S. Baker
   76          platform=1 plat spec encoding=0 language=0 name=1 Family
   77          strlen=8  stroff=41       Junicode                               
   78          platform=1 plat spec encoding=0 language=0 name=2 Subfamily
   79          strlen=7  stroff=49       Regular                                
   80          platform=1 plat spec encoding=0 language=0 name=3 UniqueID
   81          strlen=30  stroff=56      Peter S.Baker: Junicode: 0.7.8         
   82          platform=1 plat spec encoding=0 language=0 name=4 FullName
   83          strlen=8  stroff=86       Junicode                               
   84          platform=1 plat spec encoding=0 language=0 name=5 Version
   85          strlen=74  stroff=94      Version 0.7.8 ; ttfautohint (v0.97) -l 20 -r 150 -G 200 -x 14 -f dflt -w G
   86          platform=1 plat spec encoding=0 language=0 name=6 Postscript
   87          strlen=8  stroff=168      Junicode                               
   88          platform=1 plat spec encoding=0 language=0 name=8 Manufacturer
   89          strlen=21  stroff=176     Briery Creek Software                  
   90          platform=1 plat spec encoding=0 language=0 name=9 Designer
   91          strlen=14  stroff=197     Peter S. Baker                         
   92          platform=1 plat spec encoding=0 language=0 name=11 Vender URL
   93          strlen=32  stroff=211     http://junicode.sourceforge.net/       
   94          platform=1 plat spec encoding=0 language=0 name=12 Designer URL
   95          strlen=32  stroff=243     http://junicode.sourceforge.net/       
   96          platform=1 plat spec encoding=0 language=0 name=13 License
   97          strlen=4372  stroff=275           Copyright (c) 2012, Peter S. Baker,^Jwith Reserved Font Name Junicode.^J^JThis Font Software is licensed under the SIL Open Font License, Version 1.1.^JThis license is copied below, and is also available with a FAQ at:^Jhttp://scripts.sil.org/OFL^J^J^J-----------------------------------------------------------^JSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007^J-----------------------------------------------------------^J^JPREAMBLE^JThe goals of the Open Font License (OFL) are to stimulate worldwide^Jdevelopment of collaborative font projects, to support the font creation^Jefforts of academic and linguistic communities, and to provide a free and^Jopen framework in which fonts may be shared and improved in partnership^Jwith others.^J^JThe OFL allows the licensed fonts to be used, studied, modified and^Jredistributed freely as long as they are not sold by themselves. The^Jfonts, including any derivative works, can be bundled, embedded, ^Jredistributed and/or sold with any software provided that any reserved^Jnames are not used by derivative works. The fonts and derivatives,^Jhowever, cannot be released under any other type of license. The^Jrequirement for fonts to remain under this license does not apply^Jto any document created using the fonts or their derivatives.^J^JDEFINITIONS^J"Font Software" refers to the set of files released by the Copyright^JHolder(s) under this license and clearly marked as such. This may^Jinclude source files, build scripts and documentation.^J^J"Reserved Font Name" refers to any names specified as such after the^Jcopyright statement(s).^J^J"Original Version" refers to the collection of Font Software components as^Jdistributed by the Copyright Holder(s).^J^J"Modified Version" refers to any derivative made by adding to, deleting,^Jor substituting -- in part or in whole -- any of the components of the^JOriginal Version, by changing formats or by porting the Font Software to a^Jnew environment.^J^J"Author" refers to any designer, engineer, programmer, technical^Jwriter or other person who contributed to the Font Software.^J^JPERMISSION & CONDITIONS^JPermission is hereby granted, free of charge, to any person obtaining^Ja copy of the Font Software, to use, study, copy, merge, embed, modify,^Jredistribute, and sell modified and unmodified copies of the Font^JSoftware, subject to the following conditions:^J^J1) Neither the Font Software nor any of its individual components,^Jin Original or Modified Versions, may be sold by itself.^J^J2) Original or Modified Versions of the Font Software may be bundled,^Jredistributed and/or sold with any software, provided that each copy^Jcontains the above copyright notice and this license. These can be^Jincluded either as stand-alone text files, human-readable headers or^Jin the appropriate machine-readable metadata fields within text or^Jbinary files as long as those fields can be easily viewed by the user.^J^J3) No Modified Version of the Font Software may use the Reserved Font^JName(s) unless explicit written permission is granted by the corresponding^JCopyright Holder. This restriction only applies to the primary font name as^Jpresented to the users.^J^J4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font^JSoftware shall not be used to promote, endorse or advertise any^JModified Version, except to acknowledge the contribution(s) of the^JCopyright Holder(s) and the Author(s) or with their explicit written^Jpermission.^J^J5) The Font Software, modified or unmodified, in part or in whole,^Jmust be distributed entirely under this license, and must not be^Jdistributed under any other license. The requirement for fonts to^Jremain under this license does not apply to any document created^Jusing the Font Software.^J^JTERMINATION^JThis license becomes null and void if any of the above conditions are^Jnot met.^J^JDISCLAIMER^JTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,^JEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF^JMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT^JOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE^JCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,^JINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL^JDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING^JFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM^JOTHER DEALINGS IN THE FONT SOFTWARE.
   98          platform=1 plat spec encoding=0 language=0 name=14 License URL
   99          strlen=26  stroff=4647    http://scripts.sil.org/OFL             
  100          platform=3 plat spec encoding=1 language=409 name=0 Copyright
  101          strlen=82  stroff=4673    ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@(^@c^@)^@ ^@1^@9^@9^@8^@-^@2^@0^@1^@2^@ ^@b^@y^@ ^@P^@e^@t^@e^@r^@ ^@S^@.^@ ^@B^@a^@k^@e^@r
  102          platform=3 plat spec encoding=1 language=409 name=1 Family
  103          strlen=16  stroff=4755    ^@J^@u^@n^@i^@c^@o^@d^@e               
  104          platform=3 plat spec encoding=1 language=409 name=2 Subfamily
  105          strlen=14  stroff=4771    ^@R^@e^@g^@u^@l^@a^@r                  
  106          platform=3 plat spec encoding=1 language=409 name=3 UniqueID
  107          strlen=60  stroff=4785    ^@P^@e^@t^@e^@r^@ ^@S^@.^@B^@a^@k^@e^@r^@:^@ ^@J^@u^@n^@i^@c^@o^@d^@e^@:^@ ^@0^@.^@7^@.^@8
  108          platform=3 plat spec encoding=1 language=409 name=4 FullName
  109          strlen=16  stroff=4845    ^@J^@u^@n^@i^@c^@o^@d^@e               
  110          platform=3 plat spec encoding=1 language=409 name=5 Version
  111          strlen=148  stroff=4861           ^@V^@e^@r^@s^@i^@o^@n^@ ^@0^@.^@7^@.^@8^@ ^@;^@ ^@t^@t^@f^@a^@u^@t^@o^@h^@i^@n^@t^@ ^@(^@v^@0^@.^@9^@7^@)^@ ^@-^@l^@ ^@2^@0^@ ^@-^@r^@ ^@1^@5^@0^@ ^@-^@G^@ ^@2^@0^@0^@ ^@-^@x^@ ^@1^@4^@ ^@-^@f^@ ^@d^@f^@l^@t^@ ^@-^@w^@ ^@G
  112          platform=3 plat spec encoding=1 language=409 name=6 Postscript
  113          strlen=16  stroff=5009    ^@J^@u^@n^@i^@c^@o^@d^@e               
  114          platform=3 plat spec encoding=1 language=409 name=8 Manufacturer
  115          strlen=42  stroff=5025    ^@B^@r^@i^@e^@r^@y^@ ^@C^@r^@e^@e^@k^@ ^@S^@o^@f^@t^@w^@a^@r^@e
  116          platform=3 plat spec encoding=1 language=409 name=9 Designer
  117          strlen=28  stroff=5067    ^@P^@e^@t^@e^@r^@ ^@S^@.^@ ^@B^@a^@k^@e^@r
  118          platform=3 plat spec encoding=1 language=409 name=11 Vender URL
  119          strlen=64  stroff=5095    ^@h^@t^@t^@p^@:^@/^@/^@j^@u^@n^@i^@c^@o^@d^@e^@.^@s^@o^@u^@r^@c^@e^@f^@o^@r^@g^@e^@.^@n^@e^@t^@/
  120          platform=3 plat spec encoding=1 language=409 name=12 Designer URL
  121          strlen=64  stroff=5159    ^@h^@t^@t^@p^@:^@/^@/^@j^@u^@n^@i^@c^@o^@d^@e^@.^@s^@o^@u^@r^@c^@e^@f^@o^@r^@g^@e^@.^@n^@e^@t^@/
  122          platform=3 plat spec encoding=1 language=409 name=13 License
  123          strlen=8744  stroff=5223          ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@(^@c^@)^@ ^@2^@0^@1^@2^@,^@ ^@P^@e^@t^@e^@r^@ ^@S^@.^@ ^@B^@a^@k^@e^@r^@,^@^J^@w^@i^@t^@h^@ ^@R^@e^@s^@e^@r^@v^@e^@d^@ ^@F^@o^@n^@t^@ ^@N^@a^@m^@e^@ ^@J^@u^@n^@i^@c^@o^@d^@e^@.^@^J^@^J^@T^@h^@i^@s^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@d^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@e^@ ^@S^@I^@L^@ ^@O^@p^@e^@n^@ ^@F^@o^@n^@t^@ ^@L^@i^@c^@e^@n^@s^@e^@,^@ ^@V^@e^@r^@s^@i^@o^@n^@ ^@1^@.^@1^@.^@^J^@T^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@i^@s^@ ^@c^@o^@p^@i^@e^@d^@ ^@b^@e^@l^@o^@w^@,^@ ^@a^@n^@d^@ ^@i^@s^@ ^@a^@l^@s^@o^@ ^@a^@v^@a^@i^@l^@a^@b^@l^@e^@ ^@w^@i^@t^@h^@ ^@a^@ ^@F^@A^@Q^@ ^@a^@t^@:^@^J^@h^@t^@t^@p^@:^@/^@/^@s^@c^@r^@i^@p^@t^@s^@.^@s^@i^@l^@.^@o^@r^@g^@/^@O^@F^@L^@^J^@^J^@^J^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@^J^@S^@I^@L^@ ^@O^@P^@E^@N^@ ^@F^@O^@N^@T^@ ^@L^@I^@C^@E^@N^@S^@E^@ ^@V^@e^@r^@s^@i^@o^@n^@ ^@1^@.^@1^@ ^@-^@ ^@2^@6^@ ^@F^@e^@b^@r^@u^@a^@r^@y^@ ^@2^@0^@0^@7^@^J^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@^J^@^J^@P^@R^@E^@A^@M^@B^@L^@E^@^J^@T^@h^@e^@ ^@g^@o^@a^@l^@s^@ ^@o^@f^@ ^@t^@h^@e^@ ^@O^@p^@e^@n^@ ^@F^@o^@n^@t^@ ^@L^@i^@c^@e^@n^@s^@e^@ ^@(^@O^@F^@L^@)^@ ^@a^@r^@e^@ ^@t^@o^@ ^@s^@t^@i^@m^@u^@l^@a^@t^@e^@ ^@w^@o^@r^@l^@d^@w^@i^@d^@e^@^J^@d^@e^@v^@e^@l^@o^@p^@m^@e^@n^@t^@ ^@o^@f^@ ^@c^@o^@l^@l^@a^@b^@o^@r^@a^@t^@i^@v^@e^@ ^@f^@o^@n^@t^@ ^@p^@r^@o^@j^@e^@c^@t^@s^@,^@ ^@t^@o^@ ^@s^@u^@p^@p^@o^@r^@t^@ ^@t^@h^@e^@ ^@f^@o^@n^@t^@ ^@c^@r^@e^@a^@t^@i^@o^@n^@^J^@e^@f^@f^@o^@r^@t^@s^@ ^@o^@f^@ ^@a^@c^@a^@d^@e^@m^@i^@c^@ ^@a^@n^@d^@ ^@l^@i^@n^@g^@u^@i^@s^@t^@i^@c^@ ^@c^@o^@m^@m^@u^@n^@i^@t^@i^@e^@s^@,^@ ^@a^@n^@d^@ ^@t^@o^@ ^@p^@r^@o^@v^@i^@d^@e^@ ^@a^@ ^@f^@r^@e^@e^@ ^@a^@n^@d^@^J^@o^@p^@e^@n^@ ^@f^@r^@a^@m^@e^@w^@o^@r^@k^@ ^@i^@n^@ ^@w^@h^@i^@c^@h^@ ^@f^@o^@n^@t^@s^@ ^@m^@a^@y^@ ^@b^@e^@ ^@s^@h^@a^@r^@e^@d^@ ^@a^@n^@d^@ ^@i^@m^@p^@r^@o^@v^@e^@d^@ ^@i^@n^@ ^@p^@a^@r^@t^@n^@e^@r^@s^@h^@i^@p^@^J^@w^@i^@t^@h^@ ^@o^@t^@h^@e^@r^@s^@.^@^J^@^J^@T^@h^@e^@ ^@O^@F^@L^@ ^@a^@l^@l^@o^@w^@s^@ ^@t^@h^@e^@ ^@l^@i^@c^@e^@n^@s^@e^@d^@ ^@f^@o^@n^@t^@s^@ ^@t^@o^@ ^@b^@e^@ ^@u^@s^@e^@d^@,^@ ^@s^@t^@u^@d^@i^@e^@d^@,^@ ^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@a^@n^@d^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@f^@r^@e^@e^@l^@y^@ ^@a^@s^@ ^@l^@o^@n^@g^@ ^@a^@s^@ ^@t^@h^@e^@y^@ ^@a^@r^@e^@ ^@n^@o^@t^@ ^@s^@o^@l^@d^@ ^@b^@y^@ ^@t^@h^@e^@m^@s^@e^@l^@v^@e^@s^@.^@ ^@T^@h^@e^@^J^@f^@o^@n^@t^@s^@,^@ ^@i^@n^@c^@l^@u^@d^@i^@n^@g^@ ^@a^@n^@y^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@ ^@w^@o^@r^@k^@s^@,^@ ^@c^@a^@n^@ ^@b^@e^@ ^@b^@u^@n^@d^@l^@e^@d^@,^@ ^@e^@m^@b^@e^@d^@d^@e^@d^@,^@ ^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@a^@n^@d^@/^@o^@r^@ ^@s^@o^@l^@d^@ ^@w^@i^@t^@h^@ ^@a^@n^@y^@ ^@s^@o^@f^@t^@w^@a^@r^@e^@ ^@p^@r^@o^@v^@i^@d^@e^@d^@ ^@t^@h^@a^@t^@ ^@a^@n^@y^@ ^@r^@e^@s^@e^@r^@v^@e^@d^@^J^@n^@a^@m^@e^@s^@ ^@a^@r^@e^@ ^@n^@o^@t^@ ^@u^@s^@e^@d^@ ^@b^@y^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@ ^@w^@o^@r^@k^@s^@.^@ ^@T^@h^@e^@ ^@f^@o^@n^@t^@s^@ ^@a^@n^@d^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@s^@,^@^J^@h^@o^@w^@e^@v^@e^@r^@,^@ ^@c^@a^@n^@n^@o^@t^@ ^@b^@e^@ ^@r^@e^@l^@e^@a^@s^@e^@d^@ ^@u^@n^@d^@e^@r^@ ^@a^@n^@y^@ ^@o^@t^@h^@e^@r^@ ^@t^@y^@p^@e^@ ^@o^@f^@ ^@l^@i^@c^@e^@n^@s^@e^@.^@ ^@T^@h^@e^@^J^@r^@e^@q^@u^@i^@r^@e^@m^@e^@n^@t^@ ^@f^@o^@r^@ ^@f^@o^@n^@t^@s^@ ^@t^@o^@ ^@r^@e^@m^@a^@i^@n^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@d^@o^@e^@s^@ ^@n^@o^@t^@ ^@a^@p^@p^@l^@y^@^J^@t^@o^@ ^@a^@n^@y^@ ^@d^@o^@c^@u^@m^@e^@n^@t^@ ^@c^@r^@e^@a^@t^@e^@d^@ ^@u^@s^@i^@n^@g^@ ^@t^@h^@e^@ ^@f^@o^@n^@t^@s^@ ^@o^@r^@ ^@t^@h^@e^@i^@r^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@s^@.^@^J^@^J^@D^@E^@F^@I^@N^@I^@T^@I^@O^@N^@S^@^J^@"^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@t^@h^@e^@ ^@s^@e^@t^@ ^@o^@f^@ ^@f^@i^@l^@e^@s^@ ^@r^@e^@l^@e^@a^@s^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@^J^@H^@o^@l^@d^@e^@r^@(^@s^@)^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@a^@n^@d^@ ^@c^@l^@e^@a^@r^@l^@y^@ ^@m^@a^@r^@k^@e^@d^@ ^@a^@s^@ ^@s^@u^@c^@h^@.^@ ^@T^@h^@i^@s^@ ^@m^@a^@y^@^J^@i^@n^@c^@l^@u^@d^@e^@ ^@s^@o^@u^@r^@c^@e^@ ^@f^@i^@l^@e^@s^@,^@ ^@b^@u^@i^@l^@d^@ ^@s^@c^@r^@i^@p^@t^@s^@ ^@a^@n^@d^@ ^@d^@o^@c^@u^@m^@e^@n^@t^@a^@t^@i^@o^@n^@.^@^J^@^J^@"^@R^@e^@s^@e^@r^@v^@e^@d^@ ^@F^@o^@n^@t^@ ^@N^@a^@m^@e^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@a^@n^@y^@ ^@n^@a^@m^@e^@s^@ ^@s^@p^@e^@c^@i^@f^@i^@e^@d^@ ^@a^@s^@ ^@s^@u^@c^@h^@ ^@a^@f^@t^@e^@r^@ ^@t^@h^@e^@^J^@c^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@s^@t^@a^@t^@e^@m^@e^@n^@t^@(^@s^@)^@.^@^J^@^J^@"^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@V^@e^@r^@s^@i^@o^@n^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@t^@h^@e^@ ^@c^@o^@l^@l^@e^@c^@t^@i^@o^@n^@ ^@o^@f^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@c^@o^@m^@p^@o^@n^@e^@n^@t^@s^@ ^@a^@s^@^J^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@(^@s^@)^@.^@^J^@^J^@"^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@a^@n^@y^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@ ^@m^@a^@d^@e^@ ^@b^@y^@ ^@a^@d^@d^@i^@n^@g^@ ^@t^@o^@,^@ ^@d^@e^@l^@e^@t^@i^@n^@g^@,^@^J^@o^@r^@ ^@s^@u^@b^@s^@t^@i^@t^@u^@t^@i^@n^@g^@ ^@-^@-^@ ^@i^@n^@ ^@p^@a^@r^@t^@ ^@o^@r^@ ^@i^@n^@ ^@w^@h^@o^@l^@e^@ ^@-^@-^@ ^@a^@n^@y^@ ^@o^@f^@ ^@t^@h^@e^@ ^@c^@o^@m^@p^@o^@n^@e^@n^@t^@s^@ ^@o^@f^@ ^@t^@h^@e^@^J^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@V^@e^@r^@s^@i^@o^@n^@,^@ ^@b^@y^@ ^@c^@h^@a^@n^@g^@i^@n^@g^@ ^@f^@o^@r^@m^@a^@t^@s^@ ^@o^@r^@ ^@b^@y^@ ^@p^@o^@r^@t^@i^@n^@g^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@t^@o^@ ^@a^@^J^@n^@e^@w^@ ^@e^@n^@v^@i^@r^@o^@n^@m^@e^@n^@t^@.^@^J^@^J^@"^@A^@u^@t^@h^@o^@r^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@a^@n^@y^@ ^@d^@e^@s^@i^@g^@n^@e^@r^@,^@ ^@e^@n^@g^@i^@n^@e^@e^@r^@,^@ ^@p^@r^@o^@g^@r^@a^@m^@m^@e^@r^@,^@ ^@t^@e^@c^@h^@n^@i^@c^@a^@l^@^J^@w^@r^@i^@t^@e^@r^@ ^@o^@r^@ ^@o^@t^@h^@e^@r^@ ^@p^@e^@r^@s^@o^@n^@ ^@w^@h^@o^@ ^@c^@o^@n^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@t^@o^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@.^@^J^@^J^@P^@E^@R^@M^@I^@S^@S^@I^@O^@N^@ ^@&^@ ^@C^@O^@N^@D^@I^@T^@I^@O^@N^@S^@^J^@P^@e^@r^@m^@i^@s^@s^@i^@o^@n^@ ^@i^@s^@ ^@h^@e^@r^@e^@b^@y^@ ^@g^@r^@a^@n^@t^@e^@d^@,^@ ^@f^@r^@e^@e^@ ^@o^@f^@ ^@c^@h^@a^@r^@g^@e^@,^@ ^@t^@o^@ ^@a^@n^@y^@ ^@p^@e^@r^@s^@o^@n^@ ^@o^@b^@t^@a^@i^@n^@i^@n^@g^@^J^@a^@ ^@c^@o^@p^@y^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@t^@o^@ ^@u^@s^@e^@,^@ ^@s^@t^@u^@d^@y^@,^@ ^@c^@o^@p^@y^@,^@ ^@m^@e^@r^@g^@e^@,^@ ^@e^@m^@b^@e^@d^@,^@ ^@m^@o^@d^@i^@f^@y^@,^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@,^@ ^@a^@n^@d^@ ^@s^@e^@l^@l^@ ^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@a^@n^@d^@ ^@u^@n^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@c^@o^@p^@i^@e^@s^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@^J^@S^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@s^@u^@b^@j^@e^@c^@t^@ ^@t^@o^@ ^@t^@h^@e^@ ^@f^@o^@l^@l^@o^@w^@i^@n^@g^@ ^@c^@o^@n^@d^@i^@t^@i^@o^@n^@s^@:^@^J^@^J^@1^@)^@ ^@N^@e^@i^@t^@h^@e^@r^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@n^@o^@r^@ ^@a^@n^@y^@ ^@o^@f^@ ^@i^@t^@s^@ ^@i^@n^@d^@i^@v^@i^@d^@u^@a^@l^@ ^@c^@o^@m^@p^@o^@n^@e^@n^@t^@s^@,^@^J^@i^@n^@ ^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@o^@r^@ ^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@s^@,^@ ^@m^@a^@y^@ ^@b^@e^@ ^@s^@o^@l^@d^@ ^@b^@y^@ ^@i^@t^@s^@e^@l^@f^@.^@^J^@^J^@2^@)^@ ^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@o^@r^@ ^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@s^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@m^@a^@y^@ ^@b^@e^@ ^@b^@u^@n^@d^@l^@e^@d^@,^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@a^@n^@d^@/^@o^@r^@ ^@s^@o^@l^@d^@ ^@w^@i^@t^@h^@ ^@a^@n^@y^@ ^@s^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@p^@r^@o^@v^@i^@d^@e^@d^@ ^@t^@h^@a^@t^@ ^@e^@a^@c^@h^@ ^@c^@o^@p^@y^@^J^@c^@o^@n^@t^@a^@i^@n^@s^@ ^@t^@h^@e^@ ^@a^@b^@o^@v^@e^@ ^@c^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@n^@o^@t^@i^@c^@e^@ ^@a^@n^@d^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@.^@ ^@T^@h^@e^@s^@e^@ ^@c^@a^@n^@ ^@b^@e^@^J^@i^@n^@c^@l^@u^@d^@e^@d^@ ^@e^@i^@t^@h^@e^@r^@ ^@a^@s^@ ^@s^@t^@a^@n^@d^@-^@a^@l^@o^@n^@e^@ ^@t^@e^@x^@t^@ ^@f^@i^@l^@e^@s^@,^@ ^@h^@u^@m^@a^@n^@-^@r^@e^@a^@d^@a^@b^@l^@e^@ ^@h^@e^@a^@d^@e^@r^@s^@ ^@o^@r^@^J^@i^@n^@ ^@t^@h^@e^@ ^@a^@p^@p^@r^@o^@p^@r^@i^@a^@t^@e^@ ^@m^@a^@c^@h^@i^@n^@e^@-^@r^@e^@a^@d^@a^@b^@l^@e^@ ^@m^@e^@t^@a^@d^@a^@t^@a^@ ^@f^@i^@e^@l^@d^@s^@ ^@w^@i^@t^@h^@i^@n^@ ^@t^@e^@x^@t^@ ^@o^@r^@^J^@b^@i^@n^@a^@r^@y^@ ^@f^@i^@l^@e^@s^@ ^@a^@s^@ ^@l^@o^@n^@g^@ ^@a^@s^@ ^@t^@h^@o^@s^@e^@ ^@f^@i^@e^@l^@d^@s^@ ^@c^@a^@n^@ ^@b^@e^@ ^@e^@a^@s^@i^@l^@y^@ ^@v^@i^@e^@w^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@u^@s^@e^@r^@.^@^J^@^J^@3^@)^@ ^@N^@o^@ ^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@m^@a^@y^@ ^@u^@s^@e^@ ^@t^@h^@e^@ ^@R^@e^@s^@e^@r^@v^@e^@d^@ ^@F^@o^@n^@t^@^J^@N^@a^@m^@e^@(^@s^@)^@ ^@u^@n^@l^@e^@s^@s^@ ^@e^@x^@p^@l^@i^@c^@i^@t^@ ^@w^@r^@i^@t^@t^@e^@n^@ ^@p^@e^@r^@m^@i^@s^@s^@i^@o^@n^@ ^@i^@s^@ ^@g^@r^@a^@n^@t^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@c^@o^@r^@r^@e^@s^@p^@o^@n^@d^@i^@n^@g^@^J^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@.^@ ^@T^@h^@i^@s^@ ^@r^@e^@s^@t^@r^@i^@c^@t^@i^@o^@n^@ ^@o^@n^@l^@y^@ ^@a^@p^@p^@l^@i^@e^@s^@ ^@t^@o^@ ^@t^@h^@e^@ ^@p^@r^@i^@m^@a^@r^@y^@ ^@f^@o^@n^@t^@ ^@n^@a^@m^@e^@ ^@a^@s^@^J^@p^@r^@e^@s^@e^@n^@t^@e^@d^@ ^@t^@o^@ ^@t^@h^@e^@ ^@u^@s^@e^@r^@s^@.^@^J^@^J^@4^@)^@ ^@T^@h^@e^@ ^@n^@a^@m^@e^@(^@s^@)^@ ^@o^@f^@ ^@t^@h^@e^@ ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@(^@s^@)^@ ^@o^@r^@ ^@t^@h^@e^@ ^@A^@u^@t^@h^@o^@r^@(^@s^@)^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@^J^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@s^@h^@a^@l^@l^@ ^@n^@o^@t^@ ^@b^@e^@ ^@u^@s^@e^@d^@ ^@t^@o^@ ^@p^@r^@o^@m^@o^@t^@e^@,^@ ^@e^@n^@d^@o^@r^@s^@e^@ ^@o^@r^@ ^@a^@d^@v^@e^@r^@t^@i^@s^@e^@ ^@a^@n^@y^@^J^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@,^@ ^@e^@x^@c^@e^@p^@t^@ ^@t^@o^@ ^@a^@c^@k^@n^@o^@w^@l^@e^@d^@g^@e^@ ^@t^@h^@e^@ ^@c^@o^@n^@t^@r^@i^@b^@u^@t^@i^@o^@n^@(^@s^@)^@ ^@o^@f^@ ^@t^@h^@e^@^J^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@(^@s^@)^@ ^@a^@n^@d^@ ^@t^@h^@e^@ ^@A^@u^@t^@h^@o^@r^@(^@s^@)^@ ^@o^@r^@ ^@w^@i^@t^@h^@ ^@t^@h^@e^@i^@r^@ ^@e^@x^@p^@l^@i^@c^@i^@t^@ ^@w^@r^@i^@t^@t^@e^@n^@^J^@p^@e^@r^@m^@i^@s^@s^@i^@o^@n^@.^@^J^@^J^@5^@)^@ ^@T^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@o^@r^@ ^@u^@n^@m^@o^@d^@i^@f^@i^@e^@d^@,^@ ^@i^@n^@ ^@p^@a^@r^@t^@ ^@o^@r^@ ^@i^@n^@ ^@w^@h^@o^@l^@e^@,^@^J^@m^@u^@s^@t^@ ^@b^@e^@ ^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@e^@n^@t^@i^@r^@e^@l^@y^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@,^@ ^@a^@n^@d^@ ^@m^@u^@s^@t^@ ^@n^@o^@t^@ ^@b^@e^@^J^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@u^@n^@d^@e^@r^@ ^@a^@n^@y^@ ^@o^@t^@h^@e^@r^@ ^@l^@i^@c^@e^@n^@s^@e^@.^@ ^@T^@h^@e^@ ^@r^@e^@q^@u^@i^@r^@e^@m^@e^@n^@t^@ ^@f^@o^@r^@ ^@f^@o^@n^@t^@s^@ ^@t^@o^@^J^@r^@e^@m^@a^@i^@n^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@d^@o^@e^@s^@ ^@n^@o^@t^@ ^@a^@p^@p^@l^@y^@ ^@t^@o^@ ^@a^@n^@y^@ ^@d^@o^@c^@u^@m^@e^@n^@t^@ ^@c^@r^@e^@a^@t^@e^@d^@^J^@u^@s^@i^@n^@g^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@.^@^J^@^J^@T^@E^@R^@M^@I^@N^@A^@T^@I^@O^@N^@^J^@T^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@b^@e^@c^@o^@m^@e^@s^@ ^@n^@u^@l^@l^@ ^@a^@n^@d^@ ^@v^@o^@i^@d^@ ^@i^@f^@ ^@a^@n^@y^@ ^@o^@f^@ ^@t^@h^@e^@ ^@a^@b^@o^@v^@e^@ ^@c^@o^@n^@d^@i^@t^@i^@o^@n^@s^@ ^@a^@r^@e^@^J^@n^@o^@t^@ ^@m^@e^@t^@.^@^J^@^J^@D^@I^@S^@C^@L^@A^@I^@M^@E^@R^@^J^@T^@H^@E^@ ^@F^@O^@N^@T^@ ^@S^@O^@F^@T^@W^@A^@R^@E^@ ^@I^@S^@ ^@P^@R^@O^@V^@I^@D^@E^@D^@ ^@"^@A^@S^@ ^@I^@S^@"^@,^@ ^@W^@I^@T^@H^@O^@U^@T^@ ^@W^@A^@R^@R^@A^@N^@T^@Y^@ ^@O^@F^@ ^@A^@N^@Y^@ ^@K^@I^@N^@D^@,^@^J^@E^@X^@P^@R^@E^@S^@S^@ ^@O^@R^@ ^@I^@M^@P^@L^@I^@E^@D^@,^@ ^@I^@N^@C^@L^@U^@D^@I^@N^@G^@ ^@B^@U^@T^@ ^@N^@O^@T^@ ^@L^@I^@M^@I^@T^@E^@D^@ ^@T^@O^@ ^@A^@N^@Y^@ ^@W^@A^@R^@R^@A^@N^@T^@I^@E^@S^@ ^@O^@F^@^J^@M^@E^@R^@C^@H^@A^@N^@T^@A^@B^@I^@L^@I^@T^@Y^@,^@ ^@F^@I^@T^@N^@E^@S^@S^@ ^@F^@O^@R^@ ^@A^@ ^@P^@A^@R^@T^@I^@C^@U^@L^@A^@R^@ ^@P^@U^@R^@P^@O^@S^@E^@ ^@A^@N^@D^@ ^@N^@O^@N^@I^@N^@F^@R^@I^@N^@G^@E^@M^@E^@N^@T^@^J^@O^@F^@ ^@C^@O^@P^@Y^@R^@I^@G^@H^@T^@,^@ ^@P^@A^@T^@E^@N^@T^@,^@ ^@T^@R^@A^@D^@E^@M^@A^@R^@K^@,^@ ^@O^@R^@ ^@O^@T^@H^@E^@R^@ ^@R^@I^@G^@H^@T^@.^@ ^@I^@N^@ ^@N^@O^@ ^@E^@V^@E^@N^@T^@ ^@S^@H^@A^@L^@L^@ ^@T^@H^@E^@^J^@C^@O^@P^@Y^@R^@I^@G^@H^@T^@ ^@H^@O^@L^@D^@E^@R^@ ^@B^@E^@ ^@L^@I^@A^@B^@L^@E^@ ^@F^@O^@R^@ ^@A^@N^@Y^@ ^@C^@L^@A^@I^@M^@,^@ ^@D^@A^@M^@A^@G^@E^@S^@ ^@O^@R^@ ^@O^@T^@H^@E^@R^@ ^@L^@I^@A^@B^@I^@L^@I^@T^@Y^@,^@^J^@I^@N^@C^@L^@U^@D^@I^@N^@G^@ ^@A^@N^@Y^@ ^@G^@E^@N^@E^@R^@A^@L^@,^@ ^@S^@P^@E^@C^@I^@A^@L^@,^@ ^@I^@N^@D^@I^@R^@E^@C^@T^@,^@ ^@I^@N^@C^@I^@D^@E^@N^@T^@A^@L^@,^@ ^@O^@R^@ ^@C^@O^@N^@S^@E^@Q^@U^@E^@N^@T^@I^@A^@L^@^J^@D^@A^@M^@A^@G^@E^@S^@,^@ ^@W^@H^@E^@T^@H^@E^@R^@ ^@I^@N^@ ^@A^@N^@ ^@A^@C^@T^@I^@O^@N^@ ^@O^@F^@ ^@C^@O^@N^@T^@R^@A^@C^@T^@,^@ ^@T^@O^@R^@T^@ ^@O^@R^@ ^@O^@T^@H^@E^@R^@W^@I^@S^@E^@,^@ ^@A^@R^@I^@S^@I^@N^@G^@^J^@F^@R^@O^@M^@,^@ ^@O^@U^@T^@ ^@O^@F^@ ^@T^@H^@E^@ ^@U^@S^@E^@ ^@O^@R^@ ^@I^@N^@A^@B^@I^@L^@I^@T^@Y^@ ^@T^@O^@ ^@U^@S^@E^@ ^@T^@H^@E^@ ^@F^@O^@N^@T^@ ^@S^@O^@F^@T^@W^@A^@R^@E^@ ^@O^@R^@ ^@F^@R^@O^@M^@^J^@O^@T^@H^@E^@R^@ ^@D^@E^@A^@L^@I^@N^@G^@S^@ ^@I^@N^@ ^@T^@H^@E^@ ^@F^@O^@N^@T^@ ^@S^@O^@F^@T^@W^@A^@R^@E^@.
  124          platform=3 plat spec encoding=1 language=409 name=14 License URL
  125          strlen=52  stroff=13967           ^@h^@t^@t^@p^@:^@/^@/^@s^@c^@r^@i^@p^@t^@s^@.^@s^@i^@l^@.^@o^@r^@g^@/^@O^@F^@L
  126 
  127 OS/2 table (at 44588 for 96 bytes)                                        
  128         Version=4
  129          avgWidth=1171
  130          weightClass=400 Normal
  131          widthClass=5 Medium
  132          fstype=0x0
  133          ySubscript XSize=1331
  134 +-- 33 lines: ySubscript YSize=1433---------------------------------------------
  167         xHeight=938
  168         CapHeight=1374
  169         DefaultChar=0
  170         BreakChar=32
  171         MaxContext=6
  172 
  173 MAXP table (at 819360)                                                    
  174         Version=1
  175          numGlyphs=3285
  176          maxPoints=1574
  177          maxContours=17
  178          maxCompositPoints=170
  179          maxCompositContours=7
  180          maxZones=2
  181          maxTwilightPoints=82
  182          maxStorage=97
  183          maxFunctionDefs=114
  184          maxInstructionDefs=0
  185          maxStackElements=211
  186          maxSizeOfInstructions=2838                                       
  187          maxComponentElements=4
  188          maxComponentDepth=2
  189 
  190 gasp table (at 866192) (grid fitting and scan conversion table)           
  191          version=1
  192          Number of gasp entries=1
  193           All sizes: Both Grid Fitting and Anti-Aliasing
  194 
  195 Encoding (cmap) table (at 44684)                                          
  196 platform=0 specific=3 offset=44 Unicode 2.0+
  197 platform=0 specific=10 offset=3284 ???
  198 platform=1 specific=0 offset=8136 Mac Roman
  199 platform=3 specific=1 offset=44 MS Unicode
  200 platform=3 specific=10 offset=3284 MS UCS4
  201  Format=12 len=4852 Language=0
  202 +--3280 lines: Glyph 0 -> U+0000------------------------------------------------
 3482  Glyph 3280 -> U+0000
 3483  Glyph 3281 -> U+0000
 3484  Glyph 3282 -> U+0000
 3485  Glyph 3283 -> U+0000
 3486  Glyph 3284 -> U+0000
 3487 
 3488 post table (at 833732)                                                    
 3489          format=00020000
 3490          italicAngle=0
 3491          underlinePos=-135
 3492          underlineWidth=70
 3493          fixedpitch=0
 3494          mem1=0
 3495 +--3283 lines: mem2=0-----------------------------------------------------------
 6778 Glyph 3280 (name index=3288) -> "tau.alt"         U+0000
 6779 Glyph 3281 (name index=3289) -> "f_udieresis"     U+0000
 6780 Glyph 3282 (name index=3290) -> "f_odieresis"     U+0000
 6781 Glyph 3283 (name index=3291) -> "f_f_udieresis"   U+0000
 6782 Glyph 3284 (name index=3292) -> "uni0294.alt"     U+0000
 6783 
 6784 CVT  table (at 866200, len=118)                                           
 6785  CVT[0] = 0
 6786  CVT[1] = 0
 6787  CVT[2] = 0
 6788  CVT[3] = 0
 6789  CVT[4] = 0
 6790  CVT[5] = 0
 6791 +-- 48 lines: CVT[6] = 0--------------------------------------------------------
 6839  CVT[54] = 870
 6840  CVT[55] = -23
 6841  CVT[56] = -559
 6842  CVT[57] = 2100
 6843  CVT[58] = -845
 6844 
 6845 GSUB table (at 30252) (Glyph substitution)                                
 6846          version=1
 6847          Script List Offset=10
 6848          Feature List Offset=478
 6849          Lookup List Offset=946
 6850         Script List
 6851          script count=7
 6852 +--573 lines: Script[0] 'DFLT' Offset=44----------------------------------------
 7425              Offsets[7]=70
 7426              Offsets[8]=76
 7427              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 106 (dieresis) 118 (acute)
 7428              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 106 (dieresis) 791 (tonos)
 7429              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 689 (uni0308) 118 (acute)
 7430              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 689 (uni0308) 791 (tonos)
 7431              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 792 (dieresistonos) 
 7432              Ligature glyph 831 (iotatonos) <- 841 (iota) 118 (acute)     
 7433              Ligature glyph 831 (iotatonos) <- 841 (iota) 791 (tonos)     
 7434              Ligature glyph 858 (iotadieresis) <- 841 (iota) 106 (dieresis)
 7435              Ligature glyph 858 (iotadieresis) <- 841 (iota) 689 (uni0308)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7436             Ligature Set[11] for glyph 847 omicron
 7437              Count=2
 7438              Offsets[0]=6
 7439              Offsets[1]=12
 7440              Ligature glyph 860 (omicrontonos) <- 847 (omicron) 118 (acute)
 7441              Ligature glyph 860 (omicrontonos) <- 847 (omicron) 791 (tonos)
 7442 +-- 10 lines: Ligature Set[12] for glyph 853 upsilon----------------------------
 7452              Offsets[8]=78
 7453              Offsets[9]=84
 7454              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 106 (dieresis) 118 (acute)
 7455              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 106 (dieresis) 791 (tonos)
 7456              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 689 (uni0308) 118 (acute)
 7457              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 689 (uni0308) 791 (tonos)
      --------------------------------------------------------------------------
 7458              Ligature glyph 1464 (uni1F7A) <- 853 (upsilon) 67 (grave)
 7459              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 792 (dieresistonos) 
 7460              Ligature glyph 861 (upsilontonos) <- 853 (upsilon) 118 (acute)
 7461              Ligature glyph 861 (upsilontonos) <- 853 (upsilon) 791 (tonos)
 7462              Ligature glyph 859 (upsilondieresis) <- 853 (upsilon) 106 (dieresis)
 7463              Ligature glyph 859 (upsilondieresis) <- 853 (upsilon) 689 (uni0308) 
 7464             Ligature Set[13] for glyph 857 omega
 7465              Count=2
 7466              Offsets[0]=6
 7467              Offsets[1]=12
 7468              Ligature glyph 862 (omegatonos) <- 857 (omega) 118 (acute)
 7469              Ligature glyph 862 (omegatonos) <- 857 (omega) 791 (tonos)
 7470 +-- 92 lines: Lookup Table[1]---------------------------------------------------
 7562              Offsets[1]=22
 7563              Offsets[2]=30
 7564              Offsets[3]=38
 7565              Offsets[4]=46
 7566              Offsets[5]=54
 7567              Ligature glyph 2499 (uniEBF4) <- 36 (A) 688 (uni0307) 682 (acutecomb)
 7568              Ligature glyph 2104 (uniE00A) <- 36 (A) 685 (uni0304) 682 (acutecomb) 
 7569              Ligature glyph 2105 (uniE010) <- 36 (A) 685 (uni0304) 687 (uni0306)
      --------------------------------------------------------------------------
 7570              Ligature glyph 444 (Aringacute) <- 36 (A) 691 (uni030A) 682 (acutecomb)
 7571              Ligature glyph 418 (uni01E0) <- 36 (A) 688 (uni0307) 685 (uni0304)
 7572              Ligature glyph 416 (uni01DE) <- 36 (A) 689 (uni0308) 685 (uni0304)
 7573             Ligature Set[1] for glyph 38 C
 7574              Count=1
 7575              Offsets[0]=4
 7576 +-- 12 lines: Ligature glyph 1106 (Ccedillaacute) <- 38 (C) 720 (uni0327) 682 (acutecomb) 
 7588              Offsets[9]=104
 7589              Offsets[10]=112
 7590              Offsets[11]=120
 7591              Offsets[12]=128
 7592              Offsets[13]=136
 7593              Offsets[14]=144
 7594              Ligature glyph 2124 (uniE0BC) <- 40 (E) 721 (uni0328) 685 (uni0304) 
 7595              Ligature glyph 2123 (uniE0B7) <- 40 (E) 685 (uni0304) 687 (uni0306) 
 7596              Ligature glyph 2124 (uniE0BC) <- 40 (E) 685 (uni0304) 721 (uni0328) 
 7597              Ligature glyph 2125 (uniE0C8) <- 40 (E) 688 (uni0307) 682 (acutecomb) 
 7598              Ligature glyph 2128 (uniE0E8) <- 40 (E) 721 (uni0328) 716 (dotbelowcomb) 
 7599              Ligature glyph 2131 (uniE0EB) <- 40 (E) 688 (uni0307) 721 (uni0328) 
 7600              Ligature glyph 2131 (uniE0EB) <- 40 (E) 721 (uni0328) 688 (uni0307) 
 7601              Ligature glyph 2497 (uniEBF2) <- 40 (E) 690 (hookabovecomb) 721 (uni0328)
 7602              Ligature glyph 2497 (uniEBF2) <- 40 (E) 721 (uni0328) 690 (hookabovecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7603              Ligature glyph 2130 (uniE0EA) <- 40 (E) 692 (uni030B) 721 (uni0328)
 7604              Ligature glyph 2130 (uniE0EA) <- 40 (E) 721 (uni0328) 692 (uni030B)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7605              Ligature glyph 2122 (uniE099) <- 40 (E) 682 (acutecomb) 721 (uni0328)
 7606              Ligature glyph 2122 (uniE099) <- 40 (E) 721 (uni0328) 682 (acutecomb)
 7607              Ligature glyph 1120 (uni1E16) <- 40 (E) 685 (uni0304) 682 (acutecomb)
 7608              Ligature glyph 1118 (uni1E14) <- 40 (E) 685 (uni0304) 681 (gravecomb)
 7609             Ligature Set[3] for glyph 44 I
 7610              Count=4
 7611              Offsets[0]=10
 7612              Offsets[1]=18
 7613              Offsets[2]=26
 7614              Offsets[3]=34
 7615              Ligature glyph 2139 (uniE135) <- 44 (I) 685 (uni0304) 682 (acutecomb) 
 7616              Ligature glyph 2140 (uniE137) <- 44 (I) 685 (uni0304) 687 (uni0306) 
 7617              Ligature glyph 2501 (uniEBF6) <- 44 (I) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7618              Ligature glyph 1144 (uni1E2E) <- 44 (I) 689 (uni0308) 682 (acutecomb)
 7619             Ligature Set[4] for glyph 47 L
 7620              Count=2
 7621              Offsets[0]=6
 7622              Offsets[1]=14
 7623              Ligature glyph 1154 (uni1E38) <- 47 (L) 685 (uni0304) 716 (dotbelowcomb)
 7624 +-- 16 lines: Ligature glyph 1154 (uni1E38) <- 47 (L) 716 (dotbelowcomb) 685 (uni0304) 
 7640              Offsets[13]=144
 7641              Offsets[14]=152
 7642              Offsets[15]=160
 7643              Offsets[16]=168
 7644              Offsets[17]=176
 7645              Offsets[18]=184
 7646              Ligature glyph 2454 (uniEBC4) <- 50 (O) 692 (uni030B) 721 (uni0328) 
 7647              Ligature glyph 2170 (uniE21B) <- 50 (O) 685 (uni0304) 687 (uni0306) 
 7648              Ligature glyph 2454 (uniEBC4) <- 50 (O) 721 (uni0328) 692 (uni030B) 
 7649              Ligature glyph 2503 (uniEBF8) <- 50 (O) 688 (uni0307) 682 (acutecomb)
 7650              Ligature glyph 2168 (uniE208) <- 50 (O) 721 (uni0328) 716 (dotbelowcomb) 
 7651              Ligature glyph 2477 (uniEBDE) <- 50 (O) 721 (uni0328) 688 (uni0307)
 7652              Ligature glyph 2477 (uniEBDE) <- 50 (O) 688 (uni0307) 721 (uni0328)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7653              Ligature glyph 2442 (uniEBB7) <- 50 (O) 1073 (uni1DCE) 682 (acutecomb)
      --------------------------------------------------------------------------
 7654              Ligature glyph 2169 (uniE20C) <- 50 (O) 682 (acutecomb) 721 (uni0328)
 7655              Ligature glyph 2169 (uniE20C) <- 50 (O) 721 (uni0328) 682 (acutecomb)
      --------------------------------------------------------------------------
 7656              Ligature glyph 1180 (uni1E52) <- 50 (O) 685 (uni0304) 682 (acutecomb)
 7657              Ligature glyph 1178 (uni1E50) <- 50 (O) 685 (uni0304) 681 (gravecomb)
 7658              Ligature glyph 1176 (uni1E4E) <- 50 (O) 684 (tildecomb) 689 (uni0308)
 7659              Ligature glyph 1174 (uni1E4C) <- 50 (O) 684 (tildecomb) 682 (acutecomb)
 7660              Ligature glyph 498 (uni0230) <- 50 (O) 688 (uni0307) 685 (uni0304)
 7661              Ligature glyph 494 (uni022C) <- 50 (O) 684 (tildecomb) 685 (uni0304)
 7662 +-- 12 lines: Ligature glyph 492 (uni022A) <- 50 (O) 689 (uni0308) 685 (uni0304) 
 7674              Offsets[1]=24
 7675              Offsets[2]=32
 7676              Offsets[3]=40
 7677              Offsets[4]=48
 7678              Offsets[5]=56
 7679              Offsets[6]=64
 7680              Ligature glyph 2189 (uniE309) <- 56 (U) 685 (uni0304) 682 (acutecomb) 
 7681              Ligature glyph 2190 (uniE30B) <- 56 (U) 685 (uni0304) 687 (uni0306) 
 7682              Ligature glyph 2509 (uniEBFE) <- 56 (U) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7683              Ligature glyph 413 (uni01DB) <- 56 (U) 689 (uni0308) 681 (gravecomb)
 7684              Ligature glyph 411 (uni01D9) <- 56 (U) 689 (uni0308) 693 (uni030C)
 7685              Ligature glyph 409 (uni01D7) <- 56 (U) 689 (uni0308) 682 (acutecomb)
 7686              Ligature glyph 407 (uni01D5) <- 56 (U) 689 (uni0308) 685 (uni0304)
 7687             Ligature Set[8] for glyph 60 Y
 7688              Count=3
 7689              Offsets[0]=8
 7690              Offsets[1]=16
 7691              Offsets[2]=24
 7692              Ligature glyph 2207 (uniE373) <- 60 (Y) 685 (uni0304) 682 (acutecomb) 
 7693              Ligature glyph 2208 (uniE375) <- 60 (Y) 685 (uni0304) 687 (uni0306) 
 7694              Ligature glyph 2211 (uniE384) <- 60 (Y) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7695             Ligature Set[9] for glyph 68 a
 7696              Count=2
 7697              Offsets[0]=6
 7698              Offsets[1]=14
 7699              Ligature glyph 2500 (uniEBF5) <- 68 (a) 688 (uni0307) 682 (acutecomb)
 7700              Ligature glyph 445 (aringacute) <- 68 (a) 691 (uni030A) 682 (acutecomb)
 7701 +-- 14 lines: Ligature Set[10] for glyph 70 c-----------------------------------
 7715              Offsets[8]=94
 7716              Offsets[9]=102
 7717              Offsets[10]=110
 7718              Offsets[11]=118
 7719              Offsets[12]=126
 7720              Offsets[13]=134
 7721              Ligature glyph 2249 (uniE4BC) <- 72 (e) 685 (uni0304) 721 (uni0328) 
 7722              Ligature glyph 2249 (uniE4BC) <- 72 (e) 721 (uni0328) 685 (uni0304) 
 7723              Ligature glyph 2448 (uniEBBE) <- 72 (e) 1072 (uni1DCD) 88 (u)
 7724              Ligature glyph 2447 (uniEBBD) <- 72 (e) 1072 (uni1DCD) 68 (a)
 7725              Ligature glyph 2250 (uniE4C8) <- 72 (e) 688 (uni0307) 682 (acutecomb) 
 7726              Ligature glyph 2257 (uniE4E8) <- 72 (e) 721 (uni0328) 716 (dotbelowcomb) 
 7727              Ligature glyph 2260 (uniE4EB) <- 72 (e) 688 (uni0307) 721 (uni0328) 
 7728              Ligature glyph 2260 (uniE4EB) <- 72 (e) 721 (uni0328) 688 (uni0307) 
 7729              Ligature glyph 2498 (uniEBF3) <- 72 (e) 690 (hookabovecomb) 721 (uni0328)
 7730              Ligature glyph 2498 (uniEBF3) <- 72 (e) 721 (uni0328) 690 (hookabovecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7731              Ligature glyph 2259 (uniE4EA) <- 72 (e) 692 (uni030B) 721 (uni0328)
 7732              Ligature glyph 2259 (uniE4EA) <- 72 (e) 721 (uni0328) 692 (uni030B)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7733              Ligature glyph 2246 (uniE499) <- 72 (e) 682 (acutecomb) 721 (uni0328)
 7734              Ligature glyph 2246 (uniE499) <- 72 (e) 721 (uni0328) 682 (acutecomb)
 7735             Ligature Set[12] for glyph 76 i
 7736              Count=1
 7737              Offsets[0]=4
 7738              Ligature glyph 2502 (uniEBF7) <- 76 (i) 688 (uni0307) 682 (acutecomb)
 7739 +--  9 lines: Ligature Set[13] for glyph 82 o-----------------------------------
 7748              Offsets[7]=84
 7749              Offsets[8]=92
 7750              Offsets[9]=100
 7751              Offsets[10]=108
 7752              Offsets[11]=116
 7753              Offsets[12]=124
 7754              Ligature glyph 2455 (uniEBC5) <- 82 (o) 692 (uni030B) 721 (uni0328) 
 7755              Ligature glyph 2455 (uniEBC5) <- 82 (o) 721 (uni0328) 692 (uni030B) 
 7756              Ligature glyph 2504 (uniEBF9) <- 82 (o) 688 (uni0307) 682 (acutecomb)
 7757              Ligature glyph 2294 (uniE608) <- 82 (o) 721 (uni0328) 716 (dotbelowcomb) 
 7758              Ligature glyph 2478 (uniEBDF) <- 82 (o) 721 (uni0328) 688 (uni0307)
 7759              Ligature glyph 2478 (uniEBDF) <- 82 (o) 688 (uni0307) 721 (uni0328)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7760              Ligature glyph 2443 (uniEBB8) <- 82 (o) 1073 (uni1DCE) 682 (acutecomb)
 7761              Ligature glyph 2306 (uniE64F) <- 82 (o) 721 (uni0328) 1073 (uni1DCE)
 7762              Ligature glyph 2306 (uniE64F) <- 82 (o) 1073 (uni1DCE) 721 (uni0328)
 7763              Ligature glyph 2295 (uniE60C) <- 82 (o) 682 (acutecomb) 721 (uni0328)
 7764              Ligature glyph 2295 (uniE60C) <- 82 (o) 721 (uni0328) 682 (acutecomb)
      --------------------------------------------------------------------------
 7765              Ligature glyph 431 (uni01ED) <- 82 (o) 721 (uni0328) 685 (uni0304)
 7766              Ligature glyph 431 (uni01ED) <- 82 (o) 685 (uni0304) 721 (uni0328)
 7767             Ligature Set[14] for glyph 88 u
 7768              Count=3
 7769              Offsets[0]=8
 7770              Offsets[1]=16
 7771              Offsets[2]=24
 7772              Ligature glyph 2326 (uniE709) <- 88 (u) 685 (uni0304) 682 (acutecomb) 
 7773              Ligature glyph 2327 (uniE70B) <- 88 (u) 685 (uni0304) 687 (uni0306) 
 7774              Ligature glyph 2510 (uniEBFF) <- 88 (u) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7775             Ligature Set[15] for glyph 92 y
 7776              Count=4
 7777              Offsets[0]=10
 7778              Offsets[1]=18
 7779              Offsets[2]=26
 7780              Offsets[3]=34
 7781              Ligature glyph 2352 (uniE773) <- 92 (y) 685 (uni0304) 682 (acutecomb) 
 7782              Ligature glyph 2353 (uniE775) <- 92 (y) 685 (uni0304) 687 (uni0306) 
 7783              Ligature glyph 2358 (uniE784) <- 92 (y) 688 (uni0307) 682 (acutecomb) 
 7784              Ligature glyph 2740 (uniF197) <- 92 (y) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7785             Ligature Set[16] for glyph 136 AE
 7786              Count=2
 7787              Offsets[0]=6
 7788              Offsets[1]=14
 7789              Ligature glyph 2110 (uniE03A) <- 136 (AE) 685 (uni0304) 682 (acutecomb) 
 7790              Ligature glyph 2111 (uniE03D) <- 136 (AE) 685 (uni0304) 687 (uni0306)
      --------------------------------------------------------------------------
 7791             Ligature Set[17] for glyph 154 Oslash
 7792              Count=5
 7793              Offsets[0]=12
 7794              Offsets[1]=20
 7795              Offsets[2]=28
 7796              Offsets[3]=36
 7797              Offsets[4]=44
 7798              Ligature glyph 2491 (uniEBEC) <- 154 (Oslash) 685 (uni0304) 682 (acutecomb) 
 7799              Ligature glyph 2176 (uniE253) <- 154 (Oslash) 685 (uni0304) 687 (uni0306) 
 7800              Ligature glyph 2507 (uniEBFC) <- 154 (Oslash) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
 7801              Ligature glyph 2178 (uniE257) <- 154 (Oslash) 682 (acutecomb) 721 (uni0328)
 7802              Ligature glyph 2178 (uniE257) <- 154 (Oslash) 721 (uni0328) 682 (acutecomb)
      --------------------------------------------------------------------------
 7803             Ligature Set[18] for glyph 186 oslash
 7804              Count=4
 7805              Offsets[0]=10
 7806              Offsets[1]=18
 7807              Offsets[2]=26
 7808              Offsets[3]=34
 7809              Ligature glyph 2308 (uniE653) <- 186 (oslash) 685 (uni0304) 687 (uni0306) 
 7810              Ligature glyph 2508 (uniEBFD) <- 186 (oslash) 688 (uni0307) 682 (acutecomb)
 7811              Ligature glyph 2310 (uniE657) <- 186 (oslash) 721 (uni0328) 682 (acutecomb)
 7812              Ligature glyph 2310 (uniE657) <- 186 (oslash) 682 (acutecomb) 721 (uni0328)
      --------------------------------------------------------------------------
 7813             Ligature Set[19] for glyph 219 eogonek
 7814              Count=1
 7815              Offsets[0]=4
 7816              Ligature glyph 2261 (uniE4EC) <- 219 (eogonek) 688 (uni0307) 682 (acutecomb)
 7817             Ligature Set[20] for glyph 276 OE
 7818              Count=1
 7819 +--239 lines: Offsets[0]=4------------------------------------------------------
 8058              Offsets[2]=30
 8059              Offsets[3]=36
 8060              Offsets[4]=42
 8061              Offsets[5]=48
 8062              Offsets[6]=54
 8063              Offsets[7]=60
 8064              Ligature glyph 2144 (uniE152) <- 45 (J) 2656 (uniF00C)       
 8065              Ligature glyph 2146 (uniE154) <- 45 (J) 685 (uni0304)        
 8066              Ligature glyph 2143 (uniE151) <- 45 (J) 716 (dotbelowcomb)   
 8067              Ligature glyph 2481 (uniEBE2) <- 45 (J) 689 (uni0308)
 8068              Ligature glyph 2149 (uniE163) <- 45 (J) 1073 (uni1DCE)
 8069              Ligature glyph 2149 (uniE163) <- 45 (J) 690 (hookabovecomb)
      --------------------------------------------------------------------------
 8070              Ligature glyph 2145 (uniE153) <- 45 (J) 682 (acutecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8071              Ligature glyph 246 (Jcircumflex) <- 45 (J) 683 (uni0302)
 8072             Ligature Set[10] for glyph 46 K
 8073              Count=3
 8074              Offsets[0]=8
 8075              Offsets[1]=14
 8076              Offsets[2]=20
 8077 +-- 87 lines: Ligature glyph 1146 (uni1E30) <- 46 (K) 682 (acutecomb) ----------
 8164             Ligature Set[18] for glyph 55 T
 8165              Count=4
 8166              Offsets[0]=10
 8167              Offsets[1]=16
 8168              Offsets[2]=22
 8169              Offsets[3]=28
 8170              Ligature glyph 2187 (uniE2E2) <- 55 (T) 682 (acutecomb)      
 8171              Ligature glyph 2188 (uniE2EE) <- 55 (T) 721 (uni0328)
      --------------------------------------------------------------------------
 8172              Ligature glyph 294 (Tcaron) <- 55 (T) 693 (uni030C)
 8173              Ligature glyph 292 (Tcommaaccent) <- 55 (T) 720 (uni0327)
 8174             Ligature Set[19] for glyph 56 U
 8175              Count=12
 8176              Offsets[0]=26
 8177              Offsets[1]=32
 8178 +-- 23 lines: Offsets[2]=38-----------------------------------------------------
 8201              Count=5
 8202              Offsets[0]=12
 8203              Offsets[1]=18
 8204              Offsets[2]=24
 8205              Offsets[3]=30
 8206              Offsets[4]=36
 8207              Ligature glyph 2203 (uniE34D) <- 57 (V) 685 (uni0304)        
 8208              Ligature glyph 2200 (uniE342) <- 57 (V) 689 (uni0308)
 8209              Ligature glyph 2198 (uniE33A) <- 57 (V) 682 (acutecomb)      
 8210              Ligature glyph 2199 (uniE33B) <- 57 (V) 683 (uni0302)
      --------------------------------------------------------------------------
 8211              Ligature glyph 2907 (uniF7B2) <- 57 (V) 2656 (uniF00C)
      --------------------------------------------------------------------------
 8212             Ligature Set[21] for glyph 58 W
 8213              Count=5
 8214              Offsets[0]=12
 8215              Offsets[1]=18
 8216              Offsets[2]=24
 8217              Offsets[3]=30
 8218 +-- 51 lines: Offsets[4]=36-----------------------------------------------------
 8269              Offsets[1]=20
 8270              Offsets[2]=26
 8271              Offsets[3]=32
 8272              Offsets[4]=38
 8273              Offsets[5]=44
 8274              Ligature glyph 3012 (dhighoverline) <- 71 (d) 2656 (uniF00C)
 8275              Ligature glyph 2242 (uniE477) <- 71 (d) 682 (acutecomb)      
 8276              Ligature glyph 2244 (uniE491) <- 71 (d) 2657 (uniF00D)
      --------------------------------------------------------------------------
 8277              Ligature glyph 1115 (uni1E11) <- 71 (d) 720 (uni0327)
 8278              Ligature glyph 1109 (uni1E0B) <- 71 (d) 688 (uni0307)
 8279              Ligature glyph 209 (dcaron) <- 71 (d) 693 (uni030C)
 8280             Ligature Set[29] for glyph 72 e
 8281              Count=2
 8282              Offsets[0]=6
 8283 +-- 26 lines: Offsets[1]=12-----------------------------------------------------
 8309              Count=5
 8310              Offsets[0]=12
 8311              Offsets[1]=18
 8312              Offsets[2]=24
 8313              Offsets[3]=30
 8314              Offsets[4]=36
 8315              Ligature glyph 3013 (ihighoverline) <- 76 (i) 2656 (uniF00C) 
 8316              Ligature glyph 2267 (uniE52A) <- 76 (i) 1073 (uni1DCE)       
 8317              Ligature glyph 2274 (uniE550) <- 76 (i) 2657 (uniF00D)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8318              Ligature glyph 1299 (uni1EC9) <- 76 (i) 690 (hookabovecomb)
 8319              Ligature glyph 241 (iogonek) <- 76 (i) 721 (uni0328)
 8320             Ligature Set[34] for glyph 77 j
 8321              Count=5
 8322              Offsets[0]=12
 8323              Offsets[1]=18
 8324              Offsets[2]=24
 8325              Offsets[3]=30
 8326              Offsets[4]=36
 8327              Ligature glyph 3014 (jhighoverline) <- 77 (j) 2656 (uniF00C)
 8328              Ligature glyph 2276 (uniE552) <- 77 (j) 2657 (uniF00D)       
 8329              Ligature glyph 2275 (uniE551) <- 77 (j) 716 (dotbelowcomb)   
 8330              Ligature glyph 2280 (uniE563) <- 77 (j) 1073 (uni1DCE)
 8331              Ligature glyph 2280 (uniE563) <- 77 (j) 690 (hookabovecomb)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8332             Ligature Set[35] for glyph 78 k
 8333              Count=5
 8334              Offsets[0]=12
 8335              Offsets[1]=18
 8336              Offsets[2]=24
 8337              Offsets[3]=30
 8338 +-- 12 lines: Offsets[4]=36-----------------------------------------------------
 8350              Offsets[4]=44
 8351              Offsets[5]=50
 8352              Offsets[6]=56
 8353              Offsets[7]=62
 8354              Offsets[8]=68
 8355              Ligature glyph 3015 (lhighoverline) <- 79 (l) 2656 (uniF00C)
 8356              Ligature glyph 2282 (uniE58C) <- 79 (l) 2656 (uniF00C)       
 8357              Ligature glyph 2283 (uniE596) <- 79 (l) 685 (uni0304)        
 8358              Ligature glyph 2284 (uniE59E) <- 79 (l) 688 (uni0307)        
 8359              Ligature glyph 2287 (uniE5B1) <- 79 (l) 2657 (uniF00D)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8360              Ligature glyph 258 (ldot) <- 79 (l) 688 (uni0307)
 8361              Ligature glyph 256 (lcaron) <- 79 (l) 693 (uni030C)
 8362              Ligature glyph 254 (lcommaaccent) <- 79 (l) 720 (uni0327)
 8363              Ligature glyph 252 (lacute) <- 79 (l) 682 (acutecomb)
 8364             Ligature Set[37] for glyph 80 m
 8365              Count=2
 8366 +-- 35 lines: Offsets[0]=6------------------------------------------------------
 8401              Count=5
 8402              Offsets[0]=12
 8403              Offsets[1]=18
 8404              Offsets[2]=24
 8405              Offsets[3]=30
 8406              Offsets[4]=36
 8407              Ligature glyph 2324 (uniE6E2) <- 87 (t) 682 (acutecomb)      
 8408              Ligature glyph 2325 (uniE6EE) <- 87 (t) 721 (uni0328)
      --------------------------------------------------------------------------
 8409              Ligature glyph 1205 (uni1E6B) <- 87 (t) 688 (uni0307)
 8410              Ligature glyph 295 (tcaron) <- 87 (t) 693 (uni030C)
 8411              Ligature glyph 293 (tcommaaccent) <- 87 (t) 720 (uni0327)
 8412             Ligature Set[45] for glyph 88 u
 8413              Count=4
 8414              Offsets[0]=10
 8415 +-- 38 lines: Offsets[1]=16-----------------------------------------------------
 8453              Count=5
 8454              Offsets[0]=12
 8455              Offsets[1]=18
 8456              Offsets[2]=24
 8457              Offsets[3]=30
 8458              Offsets[4]=36
 8459              Ligature glyph 2115 (uniE042) <- 136 (AE) 689 (uni0308)      
 8460              Ligature glyph 2113 (uniE040) <- 136 (AE) 721 (uni0328)
 8461              Ligature glyph 2489 (uniEBEA) <- 136 (AE) 690 (hookabovecomb)
      --------------------------------------------------------------------------
 8462              Ligature glyph 446 (AEacute) <- 136 (AE) 682 (acutecomb)
 8463              Ligature glyph 420 (uni01E2) <- 136 (AE) 685 (uni0304)
 8464             Ligature Set[52] for glyph 137 Ccedilla
 8465              Count=1
 8466              Offsets[0]=4
 8467              Ligature glyph 1106 (Ccedillaacute) <- 137 (Ccedilla) 682 (acutecomb)
 8468 +--  9 lines: Ligature Set[53] for glyph 151 Otilde-----------------------------
 8477              Count=5
 8478              Offsets[0]=12
 8479              Offsets[1]=18
 8480              Offsets[2]=24
 8481              Offsets[3]=30
 8482              Offsets[4]=36
 8483              Ligature glyph 2215 (uniE3D4) <- 154 (Oslash) 1073 (uni1DCE) 
 8484              Ligature glyph 2215 (uniE3D4) <- 154 (Oslash) 690 (hookabovecomb)
 8485              Ligature glyph 2175 (uniE252) <- 154 (Oslash) 685 (uni0304)  
 8486              Ligature glyph 2177 (uniE255) <- 154 (Oslash) 721 (uni0328)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8487              Ligature glyph 448 (Oslashacute) <- 154 (Oslash) 682 (acutecomb)
 8488             Ligature Set[56] for glyph 158 Udieresis
 8489              Count=4
 8490              Offsets[0]=10
 8491              Offsets[1]=16
 8492              Offsets[2]=22
 8493 +--  7 lines: Offsets[3]=28-----------------------------------------------------
 8500              Offsets[0]=4
 8501              Ligature glyph 2213 (uniE39F) <- 160 (Thorn) 716 (dotbelowcomb)
 8502             Ligature Set[58] for glyph 168 ae
 8503              Count=2
 8504              Offsets[0]=6
 8505              Offsets[1]=12
 8506              Ligature glyph 2234 (uniE440) <- 168 (ae) 721 (uni0328)      
 8507              Ligature glyph 2490 (uniEBEB) <- 168 (ae) 690 (hookabovecomb)
      --------------------------------------------------------------------------
 8508             Ligature Set[59] for glyph 186 oslash
 8509              Count=4
 8510              Offsets[0]=10
 8511              Offsets[1]=16
 8512              Offsets[2]=22
 8513              Offsets[3]=28
 8514              Ligature glyph 2371 (uniE7D4) <- 186 (oslash) 690 (hookabovecomb) 
 8515              Ligature glyph 2309 (uniE655) <- 186 (oslash) 721 (uni0328)  
 8516              Ligature glyph 2371 (uniE7D4) <- 186 (oslash) 1073 (uni1DCE)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8517              Ligature glyph 449 (oslashacute) <- 186 (oslash) 682 (acutecomb)
 8518             Ligature Set[60] for glyph 192 thorn
 8519              Count=1
 8520              Offsets[0]=4
 8521              Ligature glyph 2361 (uniE79F) <- 192 (thorn) 716 (dotbelowcomb)
 8522             Ligature Set[61] for glyph 212 Emacron
 8523 +--  7 lines: Count=2-----------------------------------------------------------
 8530              Offsets[0]=4
 8531              Ligature glyph 2497 (uniEBF2) <- 218 (Eogonek) 690 (hookabovecomb)
 8532             Ligature Set[63] for glyph 219 eogonek
 8533              Count=2
 8534              Offsets[0]=6
 8535              Offsets[1]=12
 8536              Ligature glyph 2257 (uniE4E8) <- 219 (eogonek) 716 (dotbelowcomb) 
 8537              Ligature glyph 2498 (uniEBF3) <- 219 (eogonek) 690 (hookabovecomb)
      --------------------------------------------------------------------------
 8538             Ligature Set[64] for glyph 243 dotlessi
 8539              Count=2
 8540              Offsets[0]=6
 8541              Offsets[1]=12
 8542              Ligature glyph 241 (iogonek) <- 243 (dotlessi) 721 (uni0328)
 8543              Ligature glyph 76 (i) <- 243 (dotlessi) 688 (uni0307)
 8544 +-- 10 lines: Ligature Set[65] for glyph 276 OE---------------------------------
 8554             Ligature Set[67] for glyph 428 Oogonek
 8555              Count=4
 8556              Offsets[0]=10
 8557              Offsets[1]=16
 8558              Offsets[2]=22
 8559              Offsets[3]=28
 8560              Ligature glyph 2168 (uniE208) <- 428 (Oogonek) 716 (dotbelowcomb) 
 8561              Ligature glyph 2174 (uniE24F) <- 428 (Oogonek) 1073 (uni1DCE)
 8562              Ligature glyph 2169 (uniE20C) <- 428 (Oogonek) 682 (acutecomb)
      --------------------------------------------------------------------------
 8563              Ligature glyph 430 (uni01EC) <- 428 (Oogonek) 685 (uni0304)
 8564             Ligature Set[68] for glyph 429 oogonek
 8565              Count=2
 8566              Offsets[0]=6
 8567              Offsets[1]=12
 8568              Ligature glyph 2294 (uniE608) <- 429 (oogonek) 716 (dotbelowcomb) 
 8569              Ligature glyph 2306 (uniE64F) <- 429 (oogonek) 1073 (uni1DCE)
      --------------------------------------------------------------------------
 8570             Ligature Set[69] for glyph 488 uni0226
 8571              Count=1
 8572              Offsets[0]=4
 8573              Ligature glyph 418 (uni01E0) <- 488 (uni0226) 685 (uni0304)
 8574             Ligature Set[70] for glyph 496 uni022E
 8575              Count=1
 8576 +--1250 lines: Offsets[0]=4-----------------------------------------------------
 9826              Offsets[16]=174
 9827              Offsets[17]=182
 9828              Offsets[18]=190
 9829              Offsets[19]=196
 9830              Ligature glyph 1708 (uni2152) <- 20 (one) 18 (slash) 20 (one) 19 (zero)
 9831              Ligature glyph 1708 (uni2152) <- 20 (one) 1646 (fraction) 20 (one) 19 (zero)
 9832              Ligature glyph 1707 (uni2151) <- 20 (one) 18 (slash) 28 (nine) 
 9833              Ligature glyph 1707 (uni2151) <- 20 (one) 1646 (fraction) 28 (nine) 
 9834              Ligature glyph 1706 (uni2150) <- 20 (one) 18 (slash) 26 (seven) 
 9835              Ligature glyph 1706 (uni2150) <- 20 (one) 1646 (fraction) 26 (seven) 
 9836              Ligature glyph 1717 (oneeighth) <- 20 (one) 1646 (fraction) 27 (eight)
 9837              Ligature glyph 1717 (oneeighth) <- 20 (one) 18 (slash) 27 (eight)
 9838              Ligature glyph 1715 (uni2159) <- 20 (one) 1646 (fraction) 25 (six)
 9839              Ligature glyph 1715 (uni2159) <- 20 (one) 18 (slash) 25 (six)
 9840              Ligature glyph 1711 (uni2155) <- 20 (one) 1646 (fraction) 24 (five)
 9841              Ligature glyph 1711 (uni2155) <- 20 (one) 18 (slash) 24 (five)
 9842              Ligature glyph 1709 (onethird) <- 20 (one) 1646 (fraction) 22 (three)
 9843              Ligature glyph 1709 (onethird) <- 20 (one) 18 (slash) 22 (three)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 9844              Ligature glyph 127 (onehalf) <- 20 (one) 18 (slash) 21 (two)
 9845              Ligature glyph 127 (onehalf) <- 20 (one) 1646 (fraction) 21 (two)
 9846              Ligature glyph 126 (onequarter) <- 20 (one) 18 (slash) 23 (four)
 9847              Ligature glyph 126 (onequarter) <- 20 (one) 1646 (fraction) 23 (four)
 9848              Ligature glyph 1721 (uni215F) <- 20 (one) 18 (slash)
 9849              Ligature glyph 1721 (uni215F) <- 20 (one) 1646 (fraction)
 9850 +-- 64 lines: Ligature Set[2] for glyph 21 two----------------------------------
 9914              36 51 68 83 321
 9915             Ligature Set[0] for glyph 36 A
 9916              Count=3
 9917              Offsets[0]=8
 9918              Offsets[1]=16
 9919              Offsets[2]=24
      --------------------------------------------------------------------------
 9920              Ligature glyph 2495 (uniEBF0) <- 36 (A) 57 (V) 721 (uni0328)
 9921              Ligature glyph 2435 (uniEBB0) <- 36 (A) 2198 (uniE33A) 735 (uni0336)
 9922              Ligature glyph 2598 (uniEF98) <- 36 (A) 57 (V) 735 (uni0336) 
 9923             Ligature Set[1] for glyph 51 P
 9924              Count=1
 9925              Offsets[0]=4
 9926              Ligature glyph 2485 (uniEBE6) <- 51 (P) 51 (P) 689 (uni0308)
 9927             Ligature Set[2] for glyph 68 a
 9928              Count=3
 9929              Offsets[0]=8
 9930              Offsets[1]=16
 9931              Offsets[2]=24
      --------------------------------------------------------------------------
 9932              Ligature glyph 2496 (uniEBF1) <- 68 (a) 89 (v) 721 (uni0328)
 9933              Ligature glyph 2436 (uniEBB1) <- 68 (a) 2340 (uniE73A) 735 (uni0336)
 9934              Ligature glyph 2599 (uniEF99) <- 68 (a) 89 (v) 735 (uni0336) 
 9935             Ligature Set[3] for glyph 83 p
 9936              Count=1
 9937              Offsets[0]=4
 9938              Ligature glyph 2486 (uniEBE7) <- 83 (p) 83 (p) 689 (uni0308)
 9939             Ligature Set[4] for glyph 321 longs
 9940              Count=1
 9941 +-- 52 lines: Offsets[0]=4------------------------------------------------------
 9993              Offsets[14]=126
 9994              Offsets[15]=132
 9995              Offsets[16]=138
 9996              Offsets[17]=144
 9997              Offsets[18]=150
 9998              Offsets[19]=156
 9999              Ligature glyph 2018 (uniA738) <- 36 (A) 57 (V)               
10000              Ligature glyph 2016 (uniA736) <- 36 (A) 56 (U)               
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10001              Ligature glyph 2644 (uniEFF6) <- 36 (A) 1326 (uni1EE4)
10002              Ligature glyph 2642 (uniEFF4) <- 36 (A) 1302 (uni1ECC)
10003              Ligature glyph 2450 (uniEBC0) <- 36 (A) 274 (Ohungarumlaut)  
10004              Ligature glyph 2652 (uniEFFE) <- 36 (A) 134 (Adieresis)      
10005              Ligature glyph 2640 (uniEFF2) <- 36 (A) 1258 (uni1EA0)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10006              Ligature glyph 2014 (uniA734) <- 36 (A) 50 (O)
10007              Ligature glyph 2012 (uniA732) <- 36 (A) 36 (A)
10008              Ligature glyph 2638 (uniEFF0) <- 36 (A) 1240 (Ydotaccent)
10009              Ligature glyph 2636 (uniEFEE) <- 36 (A) 488 (uni0226)
10010              Ligature glyph 2632 (uniEFEA) <- 36 (A) 2106 (uniE025)
10011              Ligature glyph 2628 (uniEFE6) <- 36 (A) 2198 (uniE33A)       
10012              Ligature glyph 2626 (uniEFE4) <- 36 (A) 156 (Uacute)         
10013              Ligature glyph 2624 (uniEFE2) <- 36 (A) 149 (Oacute)         
10014              Ligature glyph 2622 (uniEFE0) <- 36 (A) 131 (Aacute)         
10015              Ligature glyph 2022 (uniA73C) <- 36 (A) 60 (Y)               
10016              Ligature glyph 2648 (uniEFFA) <- 36 (A) 1342 (uni1EF4)       
10017              Ligature glyph 2452 (uniEBC2) <- 36 (A) 2201 (uniE34B)       
10018              Ligature glyph 2646 (uniEFF8) <- 36 (A) 1224 (uni1E7E)       
10019             Ligature Set[1] for glyph 47 L
10020              Count=1
10021              Offsets[0]=4
10022              Ligature glyph 1348 (uni1EFA) <- 47 (L) 47 (L)
10023             Ligature Set[2] for glyph 50 O
10024              Count=5
10025              Offsets[0]=12
10026              Offsets[1]=18
10027              Offsets[2]=24
10028              Offsets[3]=30
10029              Offsets[4]=36
10030              Ligature glyph 2634 (uniEFEC) <- 50 (O) 274 (Ohungarumlaut)  
10031              Ligature glyph 2630 (uniEFE8) <- 50 (O) 149 (Oacute)
10032              Ligature glyph 2650 (uniEFFC) <- 50 (O) 1302 (uni1ECC)       
10033              Ligature glyph 2483 (uniEBE4) <- 50 (O) 152 (Odieresis)
      --------------------------------------------------------------------------
10034              Ligature glyph 2040 (uniA74E) <- 50 (O) 50 (O)
      --------------------------------------------------------------------------
10035             Ligature Set[3] for glyph 51 P
10036              Count=2
10037              Offsets[0]=6
10038              Offsets[1]=12
10039              Ligature glyph 2538 (P_P) <- 51 (P) 51 (P)
10040              Ligature glyph 2786 (uniF1FF) <- 51 (P) 51 (P)
10041             Ligature Set[4] for glyph 60 Y
10042              Count=3
10043              Offsets[0]=8
10044              Offsets[1]=14
10045              Offsets[2]=20
10046              Ligature glyph 2058 (uniA760) <- 60 (Y) 60 (Y)               
10047              Ligature glyph 2460 (uniEBCA) <- 60 (Y) 2210 (uniE37C)       
10048              Ligature glyph 2487 (uniEBE8) <- 60 (Y) 314 (Ydieresis)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10049             Ligature Set[5] for glyph 68 a
10050              Count=29
10051              Offsets[0]=60
10052              Offsets[1]=66
10053              Offsets[2]=72
10054              Offsets[3]=78
10055 +-- 19 lines: Offsets[4]=84-----------------------------------------------------
10074              Offsets[23]=198
10075              Offsets[24]=204
10076              Offsets[25]=210
10077              Offsets[26]=216
10078              Offsets[27]=222
10079              Offsets[28]=228
10080              Ligature glyph 2023 (uniA73D) <- 68 (a) 92 (y)               
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10081              Ligature glyph 2616 (a_thorn) <- 68 (a) 192 (thorn)
10082              Ligature glyph 2649 (uniEFFB) <- 68 (a) 1343 (uni1EF5)       
10083              Ligature glyph 2453 (uniEBC3) <- 68 (a) 2344 (uniE74B)       
10084              Ligature glyph 2647 (uniEFF9) <- 68 (a) 1225 (uni1E7F)       
10085              Ligature glyph 2019 (uniA739) <- 68 (a) 89 (v)               
10086              Ligature glyph 2017 (uniA737) <- 68 (a) 88 (u)               
10087              Ligature glyph 2645 (uniEFF7) <- 68 (a) 1327 (uni1EE5)       
10088              Ligature glyph 2615 (a_r.alt) <- 68 (a) 2894 (uniF772)
10089              Ligature glyph 2614 (a_r) <- 68 (a) 85 (r)
10090              Ligature glyph 2643 (uniEFF5) <- 68 (a) 1303 (uni1ECD)       
10091              Ligature glyph 2613 (a_p) <- 68 (a) 83 (p)
10092              Ligature glyph 2451 (uniEBC1) <- 68 (a) 275 (ohungarumlaut)  
10093              Ligature glyph 2612 (a_n.alt) <- 68 (a) 2890 (uniF76E)
10094              Ligature glyph 2611 (a_n) <- 68 (a) 81 (n)
10095              Ligature glyph 2610 (a_l) <- 68 (a) 79 (l)
10096              Ligature glyph 2609 (a_g) <- 68 (a) 74 (g)
10097              Ligature glyph 2607 (a_f) <- 68 (a) 73 (f)
10098              Ligature glyph 2653 (uniEFFF) <- 68 (a) 166 (adieresis)
10099              Ligature glyph 2641 (uniEFF3) <- 68 (a) 1259 (uni1EA1)       
10100              Ligature glyph 2639 (uniEFF1) <- 68 (a) 1241 (uni1E8F)       
10101              Ligature glyph 2637 (uniEFEF) <- 68 (a) 489 (uni0227)        
10102              Ligature glyph 2633 (uniEFEB) <- 68 (a) 2225 (uniE425)       
10103              Ligature glyph 2629 (uniEFE7) <- 68 (a) 2340 (uniE73A)       
10104              Ligature glyph 2627 (uniEFE5) <- 68 (a) 188 (uacute)         
10105              Ligature glyph 2625 (uniEFE3) <- 68 (a) 181 (oacute)         
10106              Ligature glyph 2623 (uniEFE1) <- 68 (a) 163 (aacute)         
10107              Ligature glyph 2015 (uniA735) <- 68 (a) 82 (o)
10108              Ligature glyph 2013 (uniA733) <- 68 (a) 68 (a)
      --------------------------------------------------------------------------
10109             Ligature Set[6] for glyph 69 b
10110              Count=2
10111              Offsets[0]=6
10112              Offsets[1]=12
10113              Ligature glyph 2512 (b_g) <- 69 (b) 74 (g)
10114              Ligature glyph 2511 (b_b) <- 69 (b) 69 (b)
10115 +--  3 lines: Ligature Set[7] for glyph 70 c------------------------------------
10118              Ligature glyph 2513 (c_k) <- 70 (c) 78 (k)
10119             Ligature Set[8] for glyph 72 e
10120              Count=3
10121              Offsets[0]=8
10122              Offsets[1]=14
10123              Offsets[2]=20
      --------------------------------------------------------------------------
10124              Ligature glyph 2516 (e_y) <- 72 (e) 92 (y)
10125              Ligature glyph 2447 (uniEBBD) <- 72 (e) 164 (acircumflex)
10126              Ligature glyph 2448 (uniEBBE) <- 72 (e) 189 (ucircumflex)    
10127             Ligature Set[9] for glyph 73 f
10128              Count=1
10129              Offsets[0]=4
10130              Ligature glyph 2517 (f_adieresis) <- 73 (f) 166 (adieresis)
10131             Ligature Set[10] for glyph 74 g
10132              Count=7
10133 +--  2 lines: Offsets[0]=16-----------------------------------------------------
10135              Offsets[2]=28
10136              Offsets[3]=34
10137              Offsets[4]=40
10138              Offsets[5]=46
10139              Offsets[6]=52
10140              Ligature glyph 2539 (g_o) <- 74 (g) 82 (o)
10141              Ligature glyph 2413 (g_p) <- 74 (g) 83 (p)                   
10142              Ligature glyph 2411 (g_r) <- 74 (g) 85 (r)                   
10143              Ligature glyph 2529 (g_eth) <- 74 (g) 178 (eth)
10144              Ligature glyph 2529 (g_eth) <- 74 (g) 2982 (eth.nordic)
10145              Ligature glyph 2527 (g_d) <- 74 (g) 71 (d)
10146              Ligature glyph 2526 (g_g) <- 74 (g) 74 (g)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10147             Ligature Set[11] for glyph 75 h
10148              Count=2
10149              Offsets[0]=6
10150              Offsets[1]=12
10151              Ligature glyph 2387 (h_r) <- 75 (h) 85 (r)                   
10152              Ligature glyph 2432 (uniEBAD) <- 75 (h) 321 (longs)
      --------------------------------------------------------------------------
10153             Ligature Set[12] for glyph 78 k
10154              Count=2
10155              Offsets[0]=6
10156              Offsets[1]=12
10157              Ligature glyph 2388 (k_r) <- 78 (k) 85 (r)                   
10158              Ligature glyph 2433 (uniEBAE) <- 78 (k) 321 (longs)
      --------------------------------------------------------------------------
10159             Ligature Set[13] for glyph 79 l
10160              Count=1
10161              Offsets[0]=4
10162              Ligature glyph 2829 (l_l) <- 79 (l) 79 (l)
10163             Ligature Set[14] for glyph 82 o
10164              Count=6
10165              Offsets[0]=14
10166              Offsets[1]=20
10167              Offsets[2]=26
10168              Offsets[3]=32
10169              Offsets[4]=38
10170              Offsets[5]=44
10171              Ligature glyph 2617 (o_c) <- 82 (o) 70 (c)                   
10172              Ligature glyph 2635 (uniEFED) <- 82 (o) 275 (ohungarumlaut)
10173              Ligature glyph 2631 (uniEFE9) <- 82 (o) 181 (oacute)
10174              Ligature glyph 2484 (uniEBE5) <- 82 (o) 184 (odieresis)
10175              Ligature glyph 2041 (uniA74F) <- 82 (o) 82 (o)
10176              Ligature glyph 2651 (uniEFFD) <- 82 (o) 1303 (uni1ECD)       
10177             Ligature Set[15] for glyph 83 p
10178              Count=1
10179              Offsets[0]=4
10180              Ligature glyph 2531 (p_p) <- 83 (p) 83 (p)
10181             Ligature Set[16] for glyph 84 q
10182              Count=1
10183 +--  5 lines: Offsets[0]=4------------------------------------------------------
10188              Ligature glyph 2537 (t_z) <- 87 (t) 93 (z)
10189             Ligature Set[18] for glyph 92 y
10190              Count=3
10191              Offsets[0]=8
10192              Offsets[1]=14
10193              Offsets[2]=20
10194              Ligature glyph 2461 (uniEBCB) <- 92 (y) 2356 (uniE77C)       
10195              Ligature glyph 2488 (uniEBE9) <- 92 (y) 193 (ydieresis)
      --------------------------------------------------------------------------
10196              Ligature glyph 2059 (uniA761) <- 92 (y) 92 (y)
10197             Ligature Set[19] for glyph 192 thorn
10198              Count=1
10199              Offsets[0]=4
10200              Ligature glyph 2385 (thorn_r) <- 192 (thorn) 85 (r)
10201             Ligature Set[20] for glyph 321 longs
10202 +-- 11 lines: Count=2-----------------------------------------------------------
10213              Offsets[0]=4
10214              Ligature glyph 2532 (uniA753_p) <- 2317 (uniE67D) 83 (p)
10215             Ligature Set[23] for glyph 2541 a.enlarged
10216              Count=2
10217              Offsets[0]=6
10218              Offsets[1]=12
10219              Ligature glyph 2620 (uniA735.alt1) <- 2541 (a.enlarged) 2557 (o.enlarged) 
10220              Ligature glyph 2621 (uniA733.enlarged) <- 2541 (a.enlarged) 2541 (a.enlarged)
      --------------------------------------------------------------------------
10221             Ligature Set[24] for glyph 2557 o.enlarged
10222              Count=1
10223              Offsets[0]=4
10224              Ligature glyph 2619 (oe.enlarged) <- 2557 (o.enlarged) 2547 (e.enlarged)
10225             Ligature Set[25] for glyph 2890 uniF76E
10226              Count=1
10227 +-- 40 lines: Offsets[0]=4------------------------------------------------------
10267              Offsets[15]=134
10268              Offsets[16]=140
10269              Offsets[17]=146
10270              Offsets[18]=152
10271              Offsets[19]=158
10272              Offsets[20]=164
10273              Ligature glyph 3171 (alpha_uni1F31) <- 833 (alpha) 1399 (uni1F31) 
10274              Ligature glyph 3169 (alpha_uni1F30) <- 833 (alpha) 1398 (uni1F30) 
10275              Ligature glyph 3279 (alpha_upsilontonos) <- 833 (alpha) 1465 (uni1F7B)
10276              Ligature glyph 3279 (alpha_upsilontonos) <- 833 (alpha) 861 (upsilontonos)
10277              Ligature glyph 3278 (alpha_uni1F7A) <- 833 (alpha) 1464 (uni1F7A)
10278              Ligature glyph 3277 (alpha_uni1F55) <- 833 (alpha) 1431 (uni1F55)
10279              Ligature glyph 3276 (alpha_uni1F54) <- 833 (alpha) 1430 (uni1F54)
10280              Ligature glyph 3275 (alpha_uni1F53) <- 833 (alpha) 1429 (uni1F53)
10281 +--  7 lines: Ligature glyph 3274 (alpha_uni1F52) <- 833 (alpha) 1428 (uni1F52) 
10288              Ligature glyph 3246 (alpha_uni1F36) <- 833 (alpha) 1404 (uni1F36)
10289              Ligature glyph 3245 (alpha_uni1F37) <- 833 (alpha) 1405 (uni1F37)
10290              Ligature glyph 3244 (alpha_uni1FD6) <- 833 (alpha) 1550 (uni1FD6)
10291              Ligature glyph 3243 (alpha_iotatonos) <- 833 (alpha) 831 (iotatonos)
10292              Ligature glyph 3242 (alpha_uni1F76) <- 833 (alpha) 1460 (uni1F76)
10293              Ligature glyph 3241 (alpha_iota) <- 833 (alpha) 841 (iota)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10294             Ligature Set[1] for glyph 835 gamma
10295              Count=1
10296              Offsets[0]=4
10297              Ligature glyph 3158 (gamma_gamma) <- 835 (gamma) 835 (gamma)
10298             Ligature Set[2] for glyph 837 epsilon
10299              Count=15
10300 +--  9 lines: Offsets[0]=32-----------------------------------------------------
10309              Offsets[9]=86
10310              Offsets[10]=92
10311              Offsets[11]=98
10312              Offsets[12]=104
10313              Offsets[13]=110
10314              Offsets[14]=116
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10315              Ligature glyph 3192 (epsilon_uni1F32) <- 837 (epsilon) 1400 (uni1F32)
10316              Ligature glyph 3191 (epsilon_uni1F34) <- 837 (epsilon) 1402 (uni1F34)
10317              Ligature glyph 3190 (epsilon_uni1F33) <- 837 (epsilon) 1401 (uni1F33)
10318              Ligature glyph 3189 (epsilon_uni1F35) <- 837 (epsilon) 1403 (uni1F35)
10319              Ligature glyph 3182 (epsilon_uni1F30) <- 837 (epsilon) 1398 (uni1F30)
10320              Ligature glyph 3181 (epsilon_uni1F31) <- 837 (epsilon) 1399 (uni1F31)
10321              Ligature glyph 3176 (epsilon_uni1FD3) <- 837 (epsilon) 1549 (uni1FD3)
10322              Ligature glyph 3176 (epsilon_uni1FD3) <- 837 (epsilon) 801 (iotadieresistonos)
10323              Ligature glyph 3237 (epsilon_uni1F76) <- 837 (epsilon) 1460 (uni1F76) 
10324              Ligature glyph 3236 (epsilon_uni1F36) <- 837 (epsilon) 1404 (uni1F36) 
10325              Ligature glyph 3235 (epsilon_uni1F37) <- 837 (epsilon) 1405 (uni1F37) 
10326              Ligature glyph 3234 (epsilon_uni1FD6) <- 837 (epsilon) 1550 (uni1FD6) 
10327              Ligature glyph 3233 (epsilon_iotatonos) <- 837 (epsilon) 831 (iotatonos) 
10328              Ligature glyph 3233 (epsilon_iotatonos) <- 837 (epsilon) 1461 (uni1F77) 
10329              Ligature glyph 3232 (epsilon_iota) <- 837 (epsilon) 841 (iota) 
10330             Ligature Set[3] for glyph 843 lambda
10331              Count=1
10332              Offsets[0]=4
10333              Ligature glyph 3195 (lambda_lambda) <- 843 (lambda) 843 (lambda)
10334             Ligature Set[4] for glyph 847 omicron
10335              Count=9
10336 +--  3 lines: Offsets[0]=20-----------------------------------------------------
10339              Offsets[3]=38
10340              Offsets[4]=44
10341              Offsets[5]=50
10342              Offsets[6]=56
10343              Offsets[7]=62
10344              Offsets[8]=68
10345              Ligature glyph 3180 (omicron_uni1F50) <- 847 (omicron) 1426 (uni1F50) 
10346              Ligature glyph 3179 (omicron_uni1F51) <- 847 (omicron) 1427 (uni1F51) 
10347              Ligature glyph 3231 (omicron_uni1F56) <- 847 (omicron) 1432 (uni1F56)
10348              Ligature glyph 3230 (omicron_uni1F57) <- 847 (omicron) 1433 (uni1F57)
10349              Ligature glyph 3229 (omicron_uni1FE6) <- 847 (omicron) 1565 (uni1FE6)
10350              Ligature glyph 3228 (omicron_upsilontonos) <- 847 (omicron) 861 (upsilontonos)
10351              Ligature glyph 3228 (omicron_upsilontonos) <- 847 (omicron) 1465 (uni1F7B)
10352              Ligature glyph 3227 (omicron_uni1F7A) <- 847 (omicron) 1464 (uni1F7A)
10353              Ligature glyph 3226 (omicron_upsilon) <- 847 (omicron) 853 (upsilon)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10354             Ligature Set[5] for glyph 849 rho
10355              Count=1
10356              Offsets[0]=4
10357              Ligature glyph 3196 (rho_alpha) <- 849 (rho) 833 (alpha)
10358             Ligature Set[6] for glyph 851 sigma
10359              Count=2
10360 +--430 lines: Offsets[0]=6------------------------------------------------------
10790              Offsets[14]=154
10791              Offsets[15]=162
10792              Offsets[16]=170
10793              Offsets[17]=178
10794              Offsets[18]=186
10795              Offsets[19]=194
10796              Ligature glyph 1851 (uni249A) <- 20 (one) 28 (nine) 17 (period) 
10797              Ligature glyph 1850 (uni2499) <- 20 (one) 27 (eight) 17 (period) 
10798              Ligature glyph 1849 (uni2498) <- 20 (one) 26 (seven) 17 (period)
10799              Ligature glyph 1848 (uni2497) <- 20 (one) 25 (six) 17 (period)
10800              Ligature glyph 1847 (uni2496) <- 20 (one) 24 (five) 17 (period)
10801              Ligature glyph 1846 (uni2495) <- 20 (one) 23 (four) 17 (period)
10802              Ligature glyph 1845 (uni2494) <- 20 (one) 22 (three) 17 (period)
10803              Ligature glyph 1844 (uni2493) <- 20 (one) 21 (two) 17 (period)
10804 +--  6 lines: Ligature glyph 1843 (uni2492) <- 20 (one) 20 (one) 17 (period) ---
10810              Ligature glyph 1807 (uni246E) <- 20 (one) 24 (five) 1695 (uni20DD)
10811              Ligature glyph 1806 (uni246D) <- 20 (one) 23 (four) 1695 (uni20DD)
10812              Ligature glyph 1805 (uni246C) <- 20 (one) 22 (three) 1695 (uni20DD)
10813              Ligature glyph 1804 (uni246B) <- 20 (one) 21 (two) 1695 (uni20DD)
10814              Ligature glyph 1803 (uni246A) <- 20 (one) 20 (one) 1695 (uni20DD)
10815              Ligature glyph 1802 (uni2469) <- 20 (one) 19 (zero) 1695 (uni20DD)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10816             Ligature Set[3] for glyph 21 two
10817              Count=2
10818              Offsets[0]=6
10819              Offsets[1]=14
10820              Ligature glyph 1852 (uni249B) <- 21 (two) 19 (zero) 17 (period)
10821              Ligature glyph 1812 (uni2473) <- 21 (two) 19 (zero) 1695 (uni20DD)
10822 +-- 16 lines: Ligature Set[4] for glyph 73 f------------------------------------
10838              Offsets[0]=14
10839              Offsets[1]=22
10840              Offsets[2]=30
10841              Offsets[3]=38
10842              Offsets[4]=46
10843              Offsets[5]=54
10844              Ligature glyph 2834 (longs_longs_k) <- 321 (longs) 321 (longs) 78 (k) 
10845              Ligature glyph 2835 (longs_longs_t) <- 321 (longs) 321 (longs) 87 (t)
      --------------------------------------------------------------------------
10846              Ligature glyph 2429 (longs_t_r) <- 321 (longs) 87 (t) 85 (r)
10847              Ligature glyph 2428 (longs_t_i) <- 321 (longs) 87 (t) 76 (i)
10848              Ligature glyph 2163 (longs_longs_l) <- 321 (longs) 321 (longs) 79 (l)
10849              Ligature glyph 2162 (longs_longs_i) <- 321 (longs) 321 (longs) 76 (i)
10850             Ligature Set[6] for glyph 1631 uni2035
10851              Count=1
10852 +--259 lines: Offsets[0]=4------------------------------------------------------
11111              Offsets[8]=76
11112              Offsets[9]=82
11113              Offsets[10]=88
11114              Offsets[11]=94
11115              Offsets[12]=100
11116              Ligature glyph 2430 (longs_udieresis) <- 321 (longs) 190 (udieresis)
11117              Ligature glyph 2423 (longs_odieresis) <- 321 (longs) 184 (odieresis) 
11118              Ligature glyph 2419 (longs_adieresis) <- 321 (longs) 166 (adieresis) 
11119              Ligature glyph 2831 (longs_j) <- 321 (longs) 77 (j)          
11120              Ligature glyph 2833 (longs_s) <- 321 (longs) 86 (s)
      --------------------------------------------------------------------------
11121              Ligature glyph 2424 (longs_p) <- 321 (longs) 83 (p)
11122              Ligature glyph 2156 (uniE1A6) <- 321 (longs) 69 (b)          
11123              Ligature glyph 2158 (longs_i) <- 321 (longs) 76 (i)          
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
11124              Ligature glyph 2159 (longs_k) <- 321 (longs) 78 (k)
      --------------------------------------------------------------------------
11125              Ligature glyph 2157 (longs_h) <- 321 (longs) 75 (h)
11126              Ligature glyph 2160 (longs_l) <- 321 (longs) 79 (l)          
11127              Ligature glyph 2161 (longs_longs) <- 321 (longs) 321 (longs) 
11128              Ligature glyph 2949 (longs_t) <- 321 (longs) 87 (t)          
11129             Ligature Set[23] for glyph 1631 uni2035
11130              Count=1
11131              Offsets[0]=4
11132              Ligature glyph 1632 (uni2036) <- 1631 (uni2035) 1631 (uni2035)
11133             Ligature Set[24] for glyph 2097 uniA787
11134              Count=1
11135 +-- 82 lines: Offsets[0]=4------------------------------------------------------
11217             Format=1
11218             Glyph Count=1
11219              3223
11220            Which means ...
11221                 Glyph 3223 (quoteright.alt) -> 1610 (quoteright)
11222 
11223 GPOS table (at 3860) (Glyph positioning)                                  
11224          version=1
11225          Script List Offset=10
11226          Feature List Offset=158
11227          Lookup List Offset=236
11228         Script List
11229          script count=7
11230 +--2530 lines: Script[0] 'DFLT' Offset=44---------------------------------------
13760          Lookup Table[12]
13761           Type=1 Single adjustment
13762           Flags=0x0 LeftToRight|||
13763           Sub Table Count=1
13764            Sub Table Offsets[0]=26016
13765 
13766 GDEF table (at 328) (Glyph definitions)                                   
13767          version=1
13768          Glyph class Def Offset=14
13769          Attach List Offset=0
13770          Ligature Caret List Offset=1602
13771          Mark Attach Class Def Offset=3522
13772   Glyph Class Definitions
13773 +--3970 lines: Glyph 1 (.null) is a Base----------------------------------------
17743              Count = 1
17744                 Caret[0] at 623
17745             Carets for glyph 3282 (f_odieresis)
17746              Count = 1
17747                 Caret[0] at 606
17748 
17749 prep table (at 869160 for 155 bytes)                                      
17750         MPPEM PUSHW [1] 200
17751 GT IF PUSHB [2] 1 1
17752 INSTCTRL EIF PUSHW [2] 2048 2048
17753 MUL DUP PUSHB [1] 1
17754 SWAP WCVTP PUSHB [1] 2
17755 SWAP WCVTF PUSHB [2] 4 3
17756 +-- 17 lines: WCVTP PUSHB [2] 0 7 ----------------------------------------------
17773 GETINFO MUL EQ IF PUSHB [2] 5 2
17774 WCVTP EIF EIF EIF EIF PUSHW [1] 511
17775 SCANCTRL PUSHB [1] 4
17776 SCANTYPE PUSHB [2] 3 0
17777 WCVTP
17778 
17779 fpgm table (at 866320 for 2838 bytes)                                     
17780         PUSHB [1] 0
17781 FDEF DUP PUSHB [1] 0
17782 NEQ IF RCVT EIF DUP DUP MPPEM PUSHW [1] 14
17783 LTEQ MPPEM PUSHB [1] 6
17784 GTEQ AND IF PUSHB [1] 52
17785 ELSE PUSHB [1] 40
17786 +--551 lines: EIF ADD FLOOR DUP ROLL NEQ IF PUSHB [1] 2 ------------------------
    1 version=1, numtables=18, searchRange=256 entrySel=4 rangeshift=32
    2 File Checksum =b1b0afba (should be 0xb1b0afba), diff=0
    3 FFTM checksum=5e51fa9e actual=5e51fa9e diff=0 offset=869324 len=28        
    4 GDEF checksum=9418cb50 actual=9418cb50 diff=0 offset=825064 len=3530      
    5 GPOS checksum=5071620f actual=5071620f diff=0 offset=842932 len=26390     
    6 GSUB checksum=2022af95 actual=2022af95 diff=0 offset=828596 len=14334     
    7 OS/2 checksum=f15d656f actual=f15d656f diff=0 offset=424 len=96           
    8 cmap checksum=f8564407 actual=f8564407 diff=0 offset=13660 len=8658       
    9 cvt  checksum=fac74eea actual=fac74eea diff=0 offset=25316 len=118        
   10 fpgm checksum=868c74c8 actual=868c74c8 diff=0 offset=22320 len=2838       
   11 gasp checksum=00000010 actual=00000010 diff=0 offset=825056 len=8         
   12 glyf checksum=e098b8fe actual=e098b8fe diff=0 offset=38580 len=739640     
   13 head checksum=f8625466 actual=8737a7d2 diff=7f55f3b4 offset=300 len=54    
   14 hhea checksum=10d313d5 actual=10d313d5 diff=0 offset=356 len=36           
   15 hmtx checksum=b0480c82 actual=b0480c82 diff=0 offset=520 len=13140        
   16 loca checksum=4e8c945c actual=4e8c945c diff=0 offset=25436 len=13144      
   17 maxp checksum=0e890b05 actual=0e890b05 diff=0 offset=392 len=32           
   18 name checksum=05afa5ac actual=05afa5ac diff=0 offset=778220 len=14376     
   19 post checksum=b993283e actual=b993283e diff=0 offset=792596 len=32457     
   20 prep checksum=27c012ea actual=27c012ea diff=0 offset=25160 len=155        
   21 
   22 
   23 Created by FontForge 14:57 31-July-2012
   24         Font created: Fri Oct  6 04:38:10 2006
   25         Font modified: Tue Dec 30 21:29:00 2014                           
   26 
   27 
   28 HEAD table (at 300)                                                       
   29         Version=1
   30         fontRevision=0.699997
   31         checksumAdj=8ed5536c                                              
   32         magicNumber=5f0f3cf5 (0x5f0f3cf5, diff=0)
   33         flags=1f baseline_at_0 lsb_at_0 instrs_depend_on_size ppem_to_int instr_set_width 
   34         unitsPerEm=2048
   35         create[0]=0
   36          create[1]=c14b8e32
   37         File created: Fri Oct  6 04:38:10 2006
   38         modtime[0]=0
   39          modtime[1]=d0c8c99c                                              
   40         File modified: Tue Dec 30 21:29:00 2014                           
   41         xmin=-1333
   42         ymin=-946
   43         xmax=3152
   44         ymax=2073
   45         macstyle=0
   46         lowestppem=8
   47         fontdirhint=2 left to right and neutrals
   48         loca_is_32=1
   49         glyphdataformat=0
   50 
   51 HHEAD table (at 356)                                                      
   52         Version=1
   53         ascender=2100
   54         descender=-845
   55         linegap=385
   56         advanceWidthMax=3276
   57         minlsb=-1333
   58 +--  6 lines: minrsb=-640-------------------------------------------------------
   64         mbz=0
   65         mbz=0
   66         mbz=0
   67         metricdataformat=0
   68         numberOfHMetrics=3285
   69 
   70 NAME table (at 778220)                                                    
   71         format=0
   72         nrecords=26
   73         taboff=318
   74          platform=1 plat spec encoding=0 language=0 name=0 Copyright
   75          strlen=41  stroff=84      Copyright (c) 1998-2012 by Peter S. Baker
   76          platform=1 plat spec encoding=0 language=0 name=1 Family
   77          strlen=8  stroff=144      Junicode                               
   78          platform=1 plat spec encoding=0 language=0 name=2 Subfamily
   79          strlen=7  stroff=169      Regular                                
   80          platform=1 plat spec encoding=0 language=0 name=3 UniqueID
   81          strlen=30  stroff=239     Peter S.Baker: Junicode: 0.7.8         
   82          platform=1 plat spec encoding=0 language=0 name=4 FullName
   83          strlen=8  stroff=288      Junicode                               
   84          platform=1 plat spec encoding=0 language=0 name=5 Version
   85          strlen=74  stroff=447     Version 0.7.8 ; ttfautohint (v0.97) -l 20 -r 150 -G 200 -x 14 -f dflt -w G
   86          platform=1 plat spec encoding=0 language=0 name=6 Postscript
   87          strlen=8  stroff=540      Junicode                               
   88          platform=1 plat spec encoding=0 language=0 name=8 Manufacturer
   89          strlen=21  stroff=593     Briery Creek Software                  
   90          platform=1 plat spec encoding=0 language=0 name=9 Designer
   91          strlen=14  stroff=645     Peter S. Baker                         
   92          platform=1 plat spec encoding=0 language=0 name=11 Vender URL
   93          strlen=32  stroff=726     http://junicode.sourceforge.net/       
   94          platform=1 plat spec encoding=0 language=0 name=12 Designer URL
   95          strlen=32  stroff=825     http://junicode.sourceforge.net/       
   96          platform=1 plat spec encoding=0 language=0 name=13 License
   97          strlen=4372  stroff=9604          Copyright (c) 2012, Peter S. Baker,^Jwith Reserved Font Name Junicode.^J^JThis Font Software is licensed under the SIL Open Font License, Version 1.1.^JThis license is copied below, and is also available with a FAQ at:^Jhttp://scripts.sil.org/OFL^J^J^J-----------------------------------------------------------^JSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007^J-----------------------------------------------------------^J^JPREAMBLE^JThe goals of the Open Font License (OFL) are to stimulate worldwide^Jdevelopment of collaborative font projects, to support the font creation^Jefforts of academic and linguistic communities, and to provide a free and^Jopen framework in which fonts may be shared and improved in partnership^Jwith others.^J^JThe OFL allows the licensed fonts to be used, studied, modified and^Jredistributed freely as long as they are not sold by themselves. The^Jfonts, including any derivative works, can be bundled, embedded, ^Jredistributed and/or sold with any software provided that any reserved^Jnames are not used by derivative works. The fonts and derivatives,^Jhowever, cannot be released under any other type of license. The^Jrequirement for fonts to remain under this license does not apply^Jto any document created using the fonts or their derivatives.^J^JDEFINITIONS^J"Font Software" refers to the set of files released by the Copyright^JHolder(s) under this license and clearly marked as such. This may^Jinclude source files, build scripts and documentation.^J^J"Reserved Font Name" refers to any names specified as such after the^Jcopyright statement(s).^J^J"Original Version" refers to the collection of Font Software components as^Jdistributed by the Copyright Holder(s).^J^J"Modified Version" refers to any derivative made by adding to, deleting,^Jor substituting -- in part or in whole -- any of the components of the^JOriginal Version, by changing formats or by porting the Font Software to a^Jnew environment.^J^J"Author" refers to any designer, engineer, programmer, technical^Jwriter or other person who contributed to the Font Software.^J^JPERMISSION & CONDITIONS^JPermission is hereby granted, free of charge, to any person obtaining^Ja copy of the Font Software, to use, study, copy, merge, embed, modify,^Jredistribute, and sell modified and unmodified copies of the Font^JSoftware, subject to the following conditions:^J^J1) Neither the Font Software nor any of its individual components,^Jin Original or Modified Versions, may be sold by itself.^J^J2) Original or Modified Versions of the Font Software may be bundled,^Jredistributed and/or sold with any software, provided that each copy^Jcontains the above copyright notice and this license. These can be^Jincluded either as stand-alone text files, human-readable headers or^Jin the appropriate machine-readable metadata fields within text or^Jbinary files as long as those fields can be easily viewed by the user.^J^J3) No Modified Version of the Font Software may use the Reserved Font^JName(s) unless explicit written permission is granted by the corresponding^JCopyright Holder. This restriction only applies to the primary font name as^Jpresented to the users.^J^J4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font^JSoftware shall not be used to promote, endorse or advertise any^JModified Version, except to acknowledge the contribution(s) of the^JCopyright Holder(s) and the Author(s) or with their explicit written^Jpermission.^J^J5) The Font Software, modified or unmodified, in part or in whole,^Jmust be distributed entirely under this license, and must not be^Jdistributed under any other license. The requirement for fonts to^Jremain under this license does not apply to any document created^Jusing the Font Software.^J^JTERMINATION^JThis license becomes null and void if any of the above conditions are^Jnot met.^J^JDISCLAIMER^JTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,^JEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF^JMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT^JOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE^JCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,^JINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL^JDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING^JFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM^JOTHER DEALINGS IN THE FONT SOFTWARE.
   98          platform=1 plat spec encoding=0 language=0 name=14 License URL
   99          strlen=26  stroff=14031           http://scripts.sil.org/OFL     
  100          platform=3 plat spec encoding=1 language=409 name=0 Copyright
  101          strlen=82  stroff=0       ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@(^@c^@)^@ ^@1^@9^@9^@8^@-^@2^@0^@1^@2^@ ^@b^@y^@ ^@P^@e^@t^@e^@r^@ ^@S^@.^@ ^@B^@a^@k^@e^@r
  102          platform=3 plat spec encoding=1 language=409 name=1 Family
  103          strlen=16  stroff=126     ^@J^@u^@n^@i^@c^@o^@d^@e               
  104          platform=3 plat spec encoding=1 language=409 name=2 Subfamily
  105          strlen=14  stroff=153     ^@R^@e^@g^@u^@l^@a^@r                  
  106          platform=3 plat spec encoding=1 language=409 name=3 UniqueID
  107          strlen=60  stroff=177     ^@P^@e^@t^@e^@r^@ ^@S^@.^@B^@a^@k^@e^@r^@:^@ ^@J^@u^@n^@i^@c^@o^@d^@e^@:^@ ^@0^@.^@7^@.^@8
  108          platform=3 plat spec encoding=1 language=409 name=4 FullName
  109          strlen=16  stroff=270     ^@J^@u^@n^@i^@c^@o^@d^@e               
  110          platform=3 plat spec encoding=1 language=409 name=5 Version
  111          strlen=148  stroff=297    ^@V^@e^@r^@s^@i^@o^@n^@ ^@0^@.^@7^@.^@8^@ ^@;^@ ^@t^@t^@f^@a^@u^@t^@o^@h^@i^@n^@t^@ ^@(^@v^@0^@.^@9^@7^@)^@ ^@-^@l^@ ^@2^@0^@ ^@-^@r^@ ^@1^@5^@0^@ ^@-^@G^@ ^@2^@0^@0^@ ^@-^@x^@ ^@1^@4^@ ^@-^@f^@ ^@d^@f^@l^@t^@ ^@-^@w^@ ^@G
  112          platform=3 plat spec encoding=1 language=409 name=6 Postscript
  113          strlen=16  stroff=522     ^@J^@u^@n^@i^@c^@o^@d^@e               
  114          platform=3 plat spec encoding=1 language=409 name=8 Manufacturer
  115          strlen=42  stroff=549     ^@B^@r^@i^@e^@r^@y^@ ^@C^@r^@e^@e^@k^@ ^@S^@o^@f^@t^@w^@a^@r^@e
  116          platform=3 plat spec encoding=1 language=409 name=9 Designer
  117          strlen=28  stroff=615     ^@P^@e^@t^@e^@r^@ ^@S^@.^@ ^@B^@a^@k^@e^@r
  118          platform=3 plat spec encoding=1 language=409 name=11 Vender URL
  119          strlen=64  stroff=660     ^@h^@t^@t^@p^@:^@/^@/^@j^@u^@n^@i^@c^@o^@d^@e^@.^@s^@o^@u^@r^@c^@e^@f^@o^@r^@g^@e^@.^@n^@e^@t^@/
  120          platform=3 plat spec encoding=1 language=409 name=12 Designer URL
  121          strlen=64  stroff=759     ^@h^@t^@t^@p^@:^@/^@/^@j^@u^@n^@i^@c^@o^@d^@e^@.^@s^@o^@u^@r^@c^@e^@f^@o^@r^@g^@e^@.^@n^@e^@t^@/
  122          platform=3 plat spec encoding=1 language=409 name=13 License
  123          strlen=8744  stroff=858           ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@(^@c^@)^@ ^@2^@0^@1^@2^@,^@ ^@P^@e^@t^@e^@r^@ ^@S^@.^@ ^@B^@a^@k^@e^@r^@,^@^J^@w^@i^@t^@h^@ ^@R^@e^@s^@e^@r^@v^@e^@d^@ ^@F^@o^@n^@t^@ ^@N^@a^@m^@e^@ ^@J^@u^@n^@i^@c^@o^@d^@e^@.^@^J^@^J^@T^@h^@i^@s^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@d^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@e^@ ^@S^@I^@L^@ ^@O^@p^@e^@n^@ ^@F^@o^@n^@t^@ ^@L^@i^@c^@e^@n^@s^@e^@,^@ ^@V^@e^@r^@s^@i^@o^@n^@ ^@1^@.^@1^@.^@^J^@T^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@i^@s^@ ^@c^@o^@p^@i^@e^@d^@ ^@b^@e^@l^@o^@w^@,^@ ^@a^@n^@d^@ ^@i^@s^@ ^@a^@l^@s^@o^@ ^@a^@v^@a^@i^@l^@a^@b^@l^@e^@ ^@w^@i^@t^@h^@ ^@a^@ ^@F^@A^@Q^@ ^@a^@t^@:^@^J^@h^@t^@t^@p^@:^@/^@/^@s^@c^@r^@i^@p^@t^@s^@.^@s^@i^@l^@.^@o^@r^@g^@/^@O^@F^@L^@^J^@^J^@^J^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@^J^@S^@I^@L^@ ^@O^@P^@E^@N^@ ^@F^@O^@N^@T^@ ^@L^@I^@C^@E^@N^@S^@E^@ ^@V^@e^@r^@s^@i^@o^@n^@ ^@1^@.^@1^@ ^@-^@ ^@2^@6^@ ^@F^@e^@b^@r^@u^@a^@r^@y^@ ^@2^@0^@0^@7^@^J^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@-^@^J^@^J^@P^@R^@E^@A^@M^@B^@L^@E^@^J^@T^@h^@e^@ ^@g^@o^@a^@l^@s^@ ^@o^@f^@ ^@t^@h^@e^@ ^@O^@p^@e^@n^@ ^@F^@o^@n^@t^@ ^@L^@i^@c^@e^@n^@s^@e^@ ^@(^@O^@F^@L^@)^@ ^@a^@r^@e^@ ^@t^@o^@ ^@s^@t^@i^@m^@u^@l^@a^@t^@e^@ ^@w^@o^@r^@l^@d^@w^@i^@d^@e^@^J^@d^@e^@v^@e^@l^@o^@p^@m^@e^@n^@t^@ ^@o^@f^@ ^@c^@o^@l^@l^@a^@b^@o^@r^@a^@t^@i^@v^@e^@ ^@f^@o^@n^@t^@ ^@p^@r^@o^@j^@e^@c^@t^@s^@,^@ ^@t^@o^@ ^@s^@u^@p^@p^@o^@r^@t^@ ^@t^@h^@e^@ ^@f^@o^@n^@t^@ ^@c^@r^@e^@a^@t^@i^@o^@n^@^J^@e^@f^@f^@o^@r^@t^@s^@ ^@o^@f^@ ^@a^@c^@a^@d^@e^@m^@i^@c^@ ^@a^@n^@d^@ ^@l^@i^@n^@g^@u^@i^@s^@t^@i^@c^@ ^@c^@o^@m^@m^@u^@n^@i^@t^@i^@e^@s^@,^@ ^@a^@n^@d^@ ^@t^@o^@ ^@p^@r^@o^@v^@i^@d^@e^@ ^@a^@ ^@f^@r^@e^@e^@ ^@a^@n^@d^@^J^@o^@p^@e^@n^@ ^@f^@r^@a^@m^@e^@w^@o^@r^@k^@ ^@i^@n^@ ^@w^@h^@i^@c^@h^@ ^@f^@o^@n^@t^@s^@ ^@m^@a^@y^@ ^@b^@e^@ ^@s^@h^@a^@r^@e^@d^@ ^@a^@n^@d^@ ^@i^@m^@p^@r^@o^@v^@e^@d^@ ^@i^@n^@ ^@p^@a^@r^@t^@n^@e^@r^@s^@h^@i^@p^@^J^@w^@i^@t^@h^@ ^@o^@t^@h^@e^@r^@s^@.^@^J^@^J^@T^@h^@e^@ ^@O^@F^@L^@ ^@a^@l^@l^@o^@w^@s^@ ^@t^@h^@e^@ ^@l^@i^@c^@e^@n^@s^@e^@d^@ ^@f^@o^@n^@t^@s^@ ^@t^@o^@ ^@b^@e^@ ^@u^@s^@e^@d^@,^@ ^@s^@t^@u^@d^@i^@e^@d^@,^@ ^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@a^@n^@d^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@f^@r^@e^@e^@l^@y^@ ^@a^@s^@ ^@l^@o^@n^@g^@ ^@a^@s^@ ^@t^@h^@e^@y^@ ^@a^@r^@e^@ ^@n^@o^@t^@ ^@s^@o^@l^@d^@ ^@b^@y^@ ^@t^@h^@e^@m^@s^@e^@l^@v^@e^@s^@.^@ ^@T^@h^@e^@^J^@f^@o^@n^@t^@s^@,^@ ^@i^@n^@c^@l^@u^@d^@i^@n^@g^@ ^@a^@n^@y^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@ ^@w^@o^@r^@k^@s^@,^@ ^@c^@a^@n^@ ^@b^@e^@ ^@b^@u^@n^@d^@l^@e^@d^@,^@ ^@e^@m^@b^@e^@d^@d^@e^@d^@,^@ ^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@a^@n^@d^@/^@o^@r^@ ^@s^@o^@l^@d^@ ^@w^@i^@t^@h^@ ^@a^@n^@y^@ ^@s^@o^@f^@t^@w^@a^@r^@e^@ ^@p^@r^@o^@v^@i^@d^@e^@d^@ ^@t^@h^@a^@t^@ ^@a^@n^@y^@ ^@r^@e^@s^@e^@r^@v^@e^@d^@^J^@n^@a^@m^@e^@s^@ ^@a^@r^@e^@ ^@n^@o^@t^@ ^@u^@s^@e^@d^@ ^@b^@y^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@ ^@w^@o^@r^@k^@s^@.^@ ^@T^@h^@e^@ ^@f^@o^@n^@t^@s^@ ^@a^@n^@d^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@s^@,^@^J^@h^@o^@w^@e^@v^@e^@r^@,^@ ^@c^@a^@n^@n^@o^@t^@ ^@b^@e^@ ^@r^@e^@l^@e^@a^@s^@e^@d^@ ^@u^@n^@d^@e^@r^@ ^@a^@n^@y^@ ^@o^@t^@h^@e^@r^@ ^@t^@y^@p^@e^@ ^@o^@f^@ ^@l^@i^@c^@e^@n^@s^@e^@.^@ ^@T^@h^@e^@^J^@r^@e^@q^@u^@i^@r^@e^@m^@e^@n^@t^@ ^@f^@o^@r^@ ^@f^@o^@n^@t^@s^@ ^@t^@o^@ ^@r^@e^@m^@a^@i^@n^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@d^@o^@e^@s^@ ^@n^@o^@t^@ ^@a^@p^@p^@l^@y^@^J^@t^@o^@ ^@a^@n^@y^@ ^@d^@o^@c^@u^@m^@e^@n^@t^@ ^@c^@r^@e^@a^@t^@e^@d^@ ^@u^@s^@i^@n^@g^@ ^@t^@h^@e^@ ^@f^@o^@n^@t^@s^@ ^@o^@r^@ ^@t^@h^@e^@i^@r^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@s^@.^@^J^@^J^@D^@E^@F^@I^@N^@I^@T^@I^@O^@N^@S^@^J^@"^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@t^@h^@e^@ ^@s^@e^@t^@ ^@o^@f^@ ^@f^@i^@l^@e^@s^@ ^@r^@e^@l^@e^@a^@s^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@^J^@H^@o^@l^@d^@e^@r^@(^@s^@)^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@a^@n^@d^@ ^@c^@l^@e^@a^@r^@l^@y^@ ^@m^@a^@r^@k^@e^@d^@ ^@a^@s^@ ^@s^@u^@c^@h^@.^@ ^@T^@h^@i^@s^@ ^@m^@a^@y^@^J^@i^@n^@c^@l^@u^@d^@e^@ ^@s^@o^@u^@r^@c^@e^@ ^@f^@i^@l^@e^@s^@,^@ ^@b^@u^@i^@l^@d^@ ^@s^@c^@r^@i^@p^@t^@s^@ ^@a^@n^@d^@ ^@d^@o^@c^@u^@m^@e^@n^@t^@a^@t^@i^@o^@n^@.^@^J^@^J^@"^@R^@e^@s^@e^@r^@v^@e^@d^@ ^@F^@o^@n^@t^@ ^@N^@a^@m^@e^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@a^@n^@y^@ ^@n^@a^@m^@e^@s^@ ^@s^@p^@e^@c^@i^@f^@i^@e^@d^@ ^@a^@s^@ ^@s^@u^@c^@h^@ ^@a^@f^@t^@e^@r^@ ^@t^@h^@e^@^J^@c^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@s^@t^@a^@t^@e^@m^@e^@n^@t^@(^@s^@)^@.^@^J^@^J^@"^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@V^@e^@r^@s^@i^@o^@n^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@t^@h^@e^@ ^@c^@o^@l^@l^@e^@c^@t^@i^@o^@n^@ ^@o^@f^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@c^@o^@m^@p^@o^@n^@e^@n^@t^@s^@ ^@a^@s^@^J^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@(^@s^@)^@.^@^J^@^J^@"^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@a^@n^@y^@ ^@d^@e^@r^@i^@v^@a^@t^@i^@v^@e^@ ^@m^@a^@d^@e^@ ^@b^@y^@ ^@a^@d^@d^@i^@n^@g^@ ^@t^@o^@,^@ ^@d^@e^@l^@e^@t^@i^@n^@g^@,^@^J^@o^@r^@ ^@s^@u^@b^@s^@t^@i^@t^@u^@t^@i^@n^@g^@ ^@-^@-^@ ^@i^@n^@ ^@p^@a^@r^@t^@ ^@o^@r^@ ^@i^@n^@ ^@w^@h^@o^@l^@e^@ ^@-^@-^@ ^@a^@n^@y^@ ^@o^@f^@ ^@t^@h^@e^@ ^@c^@o^@m^@p^@o^@n^@e^@n^@t^@s^@ ^@o^@f^@ ^@t^@h^@e^@^J^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@V^@e^@r^@s^@i^@o^@n^@,^@ ^@b^@y^@ ^@c^@h^@a^@n^@g^@i^@n^@g^@ ^@f^@o^@r^@m^@a^@t^@s^@ ^@o^@r^@ ^@b^@y^@ ^@p^@o^@r^@t^@i^@n^@g^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@t^@o^@ ^@a^@^J^@n^@e^@w^@ ^@e^@n^@v^@i^@r^@o^@n^@m^@e^@n^@t^@.^@^J^@^J^@"^@A^@u^@t^@h^@o^@r^@"^@ ^@r^@e^@f^@e^@r^@s^@ ^@t^@o^@ ^@a^@n^@y^@ ^@d^@e^@s^@i^@g^@n^@e^@r^@,^@ ^@e^@n^@g^@i^@n^@e^@e^@r^@,^@ ^@p^@r^@o^@g^@r^@a^@m^@m^@e^@r^@,^@ ^@t^@e^@c^@h^@n^@i^@c^@a^@l^@^J^@w^@r^@i^@t^@e^@r^@ ^@o^@r^@ ^@o^@t^@h^@e^@r^@ ^@p^@e^@r^@s^@o^@n^@ ^@w^@h^@o^@ ^@c^@o^@n^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@t^@o^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@.^@^J^@^J^@P^@E^@R^@M^@I^@S^@S^@I^@O^@N^@ ^@&^@ ^@C^@O^@N^@D^@I^@T^@I^@O^@N^@S^@^J^@P^@e^@r^@m^@i^@s^@s^@i^@o^@n^@ ^@i^@s^@ ^@h^@e^@r^@e^@b^@y^@ ^@g^@r^@a^@n^@t^@e^@d^@,^@ ^@f^@r^@e^@e^@ ^@o^@f^@ ^@c^@h^@a^@r^@g^@e^@,^@ ^@t^@o^@ ^@a^@n^@y^@ ^@p^@e^@r^@s^@o^@n^@ ^@o^@b^@t^@a^@i^@n^@i^@n^@g^@^J^@a^@ ^@c^@o^@p^@y^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@t^@o^@ ^@u^@s^@e^@,^@ ^@s^@t^@u^@d^@y^@,^@ ^@c^@o^@p^@y^@,^@ ^@m^@e^@r^@g^@e^@,^@ ^@e^@m^@b^@e^@d^@,^@ ^@m^@o^@d^@i^@f^@y^@,^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@,^@ ^@a^@n^@d^@ ^@s^@e^@l^@l^@ ^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@a^@n^@d^@ ^@u^@n^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@c^@o^@p^@i^@e^@s^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@^J^@S^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@s^@u^@b^@j^@e^@c^@t^@ ^@t^@o^@ ^@t^@h^@e^@ ^@f^@o^@l^@l^@o^@w^@i^@n^@g^@ ^@c^@o^@n^@d^@i^@t^@i^@o^@n^@s^@:^@^J^@^J^@1^@)^@ ^@N^@e^@i^@t^@h^@e^@r^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@n^@o^@r^@ ^@a^@n^@y^@ ^@o^@f^@ ^@i^@t^@s^@ ^@i^@n^@d^@i^@v^@i^@d^@u^@a^@l^@ ^@c^@o^@m^@p^@o^@n^@e^@n^@t^@s^@,^@^J^@i^@n^@ ^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@o^@r^@ ^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@s^@,^@ ^@m^@a^@y^@ ^@b^@e^@ ^@s^@o^@l^@d^@ ^@b^@y^@ ^@i^@t^@s^@e^@l^@f^@.^@^J^@^J^@2^@)^@ ^@O^@r^@i^@g^@i^@n^@a^@l^@ ^@o^@r^@ ^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@s^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@m^@a^@y^@ ^@b^@e^@ ^@b^@u^@n^@d^@l^@e^@d^@,^@^J^@r^@e^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@a^@n^@d^@/^@o^@r^@ ^@s^@o^@l^@d^@ ^@w^@i^@t^@h^@ ^@a^@n^@y^@ ^@s^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@p^@r^@o^@v^@i^@d^@e^@d^@ ^@t^@h^@a^@t^@ ^@e^@a^@c^@h^@ ^@c^@o^@p^@y^@^J^@c^@o^@n^@t^@a^@i^@n^@s^@ ^@t^@h^@e^@ ^@a^@b^@o^@v^@e^@ ^@c^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@n^@o^@t^@i^@c^@e^@ ^@a^@n^@d^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@.^@ ^@T^@h^@e^@s^@e^@ ^@c^@a^@n^@ ^@b^@e^@^J^@i^@n^@c^@l^@u^@d^@e^@d^@ ^@e^@i^@t^@h^@e^@r^@ ^@a^@s^@ ^@s^@t^@a^@n^@d^@-^@a^@l^@o^@n^@e^@ ^@t^@e^@x^@t^@ ^@f^@i^@l^@e^@s^@,^@ ^@h^@u^@m^@a^@n^@-^@r^@e^@a^@d^@a^@b^@l^@e^@ ^@h^@e^@a^@d^@e^@r^@s^@ ^@o^@r^@^J^@i^@n^@ ^@t^@h^@e^@ ^@a^@p^@p^@r^@o^@p^@r^@i^@a^@t^@e^@ ^@m^@a^@c^@h^@i^@n^@e^@-^@r^@e^@a^@d^@a^@b^@l^@e^@ ^@m^@e^@t^@a^@d^@a^@t^@a^@ ^@f^@i^@e^@l^@d^@s^@ ^@w^@i^@t^@h^@i^@n^@ ^@t^@e^@x^@t^@ ^@o^@r^@^J^@b^@i^@n^@a^@r^@y^@ ^@f^@i^@l^@e^@s^@ ^@a^@s^@ ^@l^@o^@n^@g^@ ^@a^@s^@ ^@t^@h^@o^@s^@e^@ ^@f^@i^@e^@l^@d^@s^@ ^@c^@a^@n^@ ^@b^@e^@ ^@e^@a^@s^@i^@l^@y^@ ^@v^@i^@e^@w^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@u^@s^@e^@r^@.^@^J^@^J^@3^@)^@ ^@N^@o^@ ^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@m^@a^@y^@ ^@u^@s^@e^@ ^@t^@h^@e^@ ^@R^@e^@s^@e^@r^@v^@e^@d^@ ^@F^@o^@n^@t^@^J^@N^@a^@m^@e^@(^@s^@)^@ ^@u^@n^@l^@e^@s^@s^@ ^@e^@x^@p^@l^@i^@c^@i^@t^@ ^@w^@r^@i^@t^@t^@e^@n^@ ^@p^@e^@r^@m^@i^@s^@s^@i^@o^@n^@ ^@i^@s^@ ^@g^@r^@a^@n^@t^@e^@d^@ ^@b^@y^@ ^@t^@h^@e^@ ^@c^@o^@r^@r^@e^@s^@p^@o^@n^@d^@i^@n^@g^@^J^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@.^@ ^@T^@h^@i^@s^@ ^@r^@e^@s^@t^@r^@i^@c^@t^@i^@o^@n^@ ^@o^@n^@l^@y^@ ^@a^@p^@p^@l^@i^@e^@s^@ ^@t^@o^@ ^@t^@h^@e^@ ^@p^@r^@i^@m^@a^@r^@y^@ ^@f^@o^@n^@t^@ ^@n^@a^@m^@e^@ ^@a^@s^@^J^@p^@r^@e^@s^@e^@n^@t^@e^@d^@ ^@t^@o^@ ^@t^@h^@e^@ ^@u^@s^@e^@r^@s^@.^@^J^@^J^@4^@)^@ ^@T^@h^@e^@ ^@n^@a^@m^@e^@(^@s^@)^@ ^@o^@f^@ ^@t^@h^@e^@ ^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@(^@s^@)^@ ^@o^@r^@ ^@t^@h^@e^@ ^@A^@u^@t^@h^@o^@r^@(^@s^@)^@ ^@o^@f^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@^J^@S^@o^@f^@t^@w^@a^@r^@e^@ ^@s^@h^@a^@l^@l^@ ^@n^@o^@t^@ ^@b^@e^@ ^@u^@s^@e^@d^@ ^@t^@o^@ ^@p^@r^@o^@m^@o^@t^@e^@,^@ ^@e^@n^@d^@o^@r^@s^@e^@ ^@o^@r^@ ^@a^@d^@v^@e^@r^@t^@i^@s^@e^@ ^@a^@n^@y^@^J^@M^@o^@d^@i^@f^@i^@e^@d^@ ^@V^@e^@r^@s^@i^@o^@n^@,^@ ^@e^@x^@c^@e^@p^@t^@ ^@t^@o^@ ^@a^@c^@k^@n^@o^@w^@l^@e^@d^@g^@e^@ ^@t^@h^@e^@ ^@c^@o^@n^@t^@r^@i^@b^@u^@t^@i^@o^@n^@(^@s^@)^@ ^@o^@f^@ ^@t^@h^@e^@^J^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@H^@o^@l^@d^@e^@r^@(^@s^@)^@ ^@a^@n^@d^@ ^@t^@h^@e^@ ^@A^@u^@t^@h^@o^@r^@(^@s^@)^@ ^@o^@r^@ ^@w^@i^@t^@h^@ ^@t^@h^@e^@i^@r^@ ^@e^@x^@p^@l^@i^@c^@i^@t^@ ^@w^@r^@i^@t^@t^@e^@n^@^J^@p^@e^@r^@m^@i^@s^@s^@i^@o^@n^@.^@^J^@^J^@5^@)^@ ^@T^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@,^@ ^@m^@o^@d^@i^@f^@i^@e^@d^@ ^@o^@r^@ ^@u^@n^@m^@o^@d^@i^@f^@i^@e^@d^@,^@ ^@i^@n^@ ^@p^@a^@r^@t^@ ^@o^@r^@ ^@i^@n^@ ^@w^@h^@o^@l^@e^@,^@^J^@m^@u^@s^@t^@ ^@b^@e^@ ^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@e^@n^@t^@i^@r^@e^@l^@y^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@,^@ ^@a^@n^@d^@ ^@m^@u^@s^@t^@ ^@n^@o^@t^@ ^@b^@e^@^J^@d^@i^@s^@t^@r^@i^@b^@u^@t^@e^@d^@ ^@u^@n^@d^@e^@r^@ ^@a^@n^@y^@ ^@o^@t^@h^@e^@r^@ ^@l^@i^@c^@e^@n^@s^@e^@.^@ ^@T^@h^@e^@ ^@r^@e^@q^@u^@i^@r^@e^@m^@e^@n^@t^@ ^@f^@o^@r^@ ^@f^@o^@n^@t^@s^@ ^@t^@o^@^J^@r^@e^@m^@a^@i^@n^@ ^@u^@n^@d^@e^@r^@ ^@t^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@d^@o^@e^@s^@ ^@n^@o^@t^@ ^@a^@p^@p^@l^@y^@ ^@t^@o^@ ^@a^@n^@y^@ ^@d^@o^@c^@u^@m^@e^@n^@t^@ ^@c^@r^@e^@a^@t^@e^@d^@^J^@u^@s^@i^@n^@g^@ ^@t^@h^@e^@ ^@F^@o^@n^@t^@ ^@S^@o^@f^@t^@w^@a^@r^@e^@.^@^J^@^J^@T^@E^@R^@M^@I^@N^@A^@T^@I^@O^@N^@^J^@T^@h^@i^@s^@ ^@l^@i^@c^@e^@n^@s^@e^@ ^@b^@e^@c^@o^@m^@e^@s^@ ^@n^@u^@l^@l^@ ^@a^@n^@d^@ ^@v^@o^@i^@d^@ ^@i^@f^@ ^@a^@n^@y^@ ^@o^@f^@ ^@t^@h^@e^@ ^@a^@b^@o^@v^@e^@ ^@c^@o^@n^@d^@i^@t^@i^@o^@n^@s^@ ^@a^@r^@e^@^J^@n^@o^@t^@ ^@m^@e^@t^@.^@^J^@^J^@D^@I^@S^@C^@L^@A^@I^@M^@E^@R^@^J^@T^@H^@E^@ ^@F^@O^@N^@T^@ ^@S^@O^@F^@T^@W^@A^@R^@E^@ ^@I^@S^@ ^@P^@R^@O^@V^@I^@D^@E^@D^@ ^@"^@A^@S^@ ^@I^@S^@"^@,^@ ^@W^@I^@T^@H^@O^@U^@T^@ ^@W^@A^@R^@R^@A^@N^@T^@Y^@ ^@O^@F^@ ^@A^@N^@Y^@ ^@K^@I^@N^@D^@,^@^J^@E^@X^@P^@R^@E^@S^@S^@ ^@O^@R^@ ^@I^@M^@P^@L^@I^@E^@D^@,^@ ^@I^@N^@C^@L^@U^@D^@I^@N^@G^@ ^@B^@U^@T^@ ^@N^@O^@T^@ ^@L^@I^@M^@I^@T^@E^@D^@ ^@T^@O^@ ^@A^@N^@Y^@ ^@W^@A^@R^@R^@A^@N^@T^@I^@E^@S^@ ^@O^@F^@^J^@M^@E^@R^@C^@H^@A^@N^@T^@A^@B^@I^@L^@I^@T^@Y^@,^@ ^@F^@I^@T^@N^@E^@S^@S^@ ^@F^@O^@R^@ ^@A^@ ^@P^@A^@R^@T^@I^@C^@U^@L^@A^@R^@ ^@P^@U^@R^@P^@O^@S^@E^@ ^@A^@N^@D^@ ^@N^@O^@N^@I^@N^@F^@R^@I^@N^@G^@E^@M^@E^@N^@T^@^J^@O^@F^@ ^@C^@O^@P^@Y^@R^@I^@G^@H^@T^@,^@ ^@P^@A^@T^@E^@N^@T^@,^@ ^@T^@R^@A^@D^@E^@M^@A^@R^@K^@,^@ ^@O^@R^@ ^@O^@T^@H^@E^@R^@ ^@R^@I^@G^@H^@T^@.^@ ^@I^@N^@ ^@N^@O^@ ^@E^@V^@E^@N^@T^@ ^@S^@H^@A^@L^@L^@ ^@T^@H^@E^@^J^@C^@O^@P^@Y^@R^@I^@G^@H^@T^@ ^@H^@O^@L^@D^@E^@R^@ ^@B^@E^@ ^@L^@I^@A^@B^@L^@E^@ ^@F^@O^@R^@ ^@A^@N^@Y^@ ^@C^@L^@A^@I^@M^@,^@ ^@D^@A^@M^@A^@G^@E^@S^@ ^@O^@R^@ ^@O^@T^@H^@E^@R^@ ^@L^@I^@A^@B^@I^@L^@I^@T^@Y^@,^@^J^@I^@N^@C^@L^@U^@D^@I^@N^@G^@ ^@A^@N^@Y^@ ^@G^@E^@N^@E^@R^@A^@L^@,^@ ^@S^@P^@E^@C^@I^@A^@L^@,^@ ^@I^@N^@D^@I^@R^@E^@C^@T^@,^@ ^@I^@N^@C^@I^@D^@E^@N^@T^@A^@L^@,^@ ^@O^@R^@ ^@C^@O^@N^@S^@E^@Q^@U^@E^@N^@T^@I^@A^@L^@^J^@D^@A^@M^@A^@G^@E^@S^@,^@ ^@W^@H^@E^@T^@H^@E^@R^@ ^@I^@N^@ ^@A^@N^@ ^@A^@C^@T^@I^@O^@N^@ ^@O^@F^@ ^@C^@O^@N^@T^@R^@A^@C^@T^@,^@ ^@T^@O^@R^@T^@ ^@O^@R^@ ^@O^@T^@H^@E^@R^@W^@I^@S^@E^@,^@ ^@A^@R^@I^@S^@I^@N^@G^@^J^@F^@R^@O^@M^@,^@ ^@O^@U^@T^@ ^@O^@F^@ ^@T^@H^@E^@ ^@U^@S^@E^@ ^@O^@R^@ ^@I^@N^@A^@B^@I^@L^@I^@T^@Y^@ ^@T^@O^@ ^@U^@S^@E^@ ^@T^@H^@E^@ ^@F^@O^@N^@T^@ ^@S^@O^@F^@T^@W^@A^@R^@E^@ ^@O^@R^@ ^@F^@R^@O^@M^@^J^@O^@T^@H^@E^@R^@ ^@D^@E^@A^@L^@I^@N^@G^@S^@ ^@I^@N^@ ^@T^@H^@E^@ ^@F^@O^@N^@T^@ ^@S^@O^@F^@T^@W^@A^@R^@E^@.
  124          platform=3 plat spec encoding=1 language=409 name=14 License URL
  125          strlen=52  stroff=13977           ^@h^@t^@t^@p^@:^@/^@/^@s^@c^@r^@i^@p^@t^@s^@.^@s^@i^@l^@.^@o^@r^@g^@/^@O^@F^@L
  126 
  127 OS/2 table (at 424 for 96 bytes)                                          
  128         Version=4
  129          avgWidth=1171
  130          weightClass=400 Normal
  131          widthClass=5 Medium
  132          fstype=0x0
  133          ySubscript XSize=1331
  134 +-- 33 lines: ySubscript YSize=1433---------------------------------------------
  167         xHeight=938
  168         CapHeight=1374
  169         DefaultChar=0
  170         BreakChar=32
  171         MaxContext=6
  172 
  173 MAXP table (at 392)                                                       
  174         Version=1
  175          numGlyphs=3285
  176          maxPoints=1574
  177          maxContours=17
  178          maxCompositPoints=170
  179          maxCompositContours=7
  180          maxZones=2
  181          maxTwilightPoints=82
  182          maxStorage=97
  183          maxFunctionDefs=114
  184          maxInstructionDefs=0
  185          maxStackElements=211
  186          maxSizeOfInstructions=976                                        
  187          maxComponentElements=4
  188          maxComponentDepth=2
  189 
  190 gasp table (at 825056) (grid fitting and scan conversion table)           
  191          version=1
  192          Number of gasp entries=1
  193           All sizes: Both Grid Fitting and Anti-Aliasing
  194 
  195 Encoding (cmap) table (at 13660)                                          
  196 platform=0 specific=3 offset=44 Unicode 2.0+
  197 platform=0 specific=10 offset=3284 ???
  198 platform=1 specific=0 offset=8136 Mac Roman
  199 platform=3 specific=1 offset=44 MS Unicode
  200 platform=3 specific=10 offset=3284 MS UCS4
  201  Format=12 len=4852 Language=0
  202 +--3280 lines: Glyph 0 -> U+0000------------------------------------------------
 3482  Glyph 3280 -> U+0000
 3483  Glyph 3281 -> U+0000
 3484  Glyph 3282 -> U+0000
 3485  Glyph 3283 -> U+0000
 3486  Glyph 3284 -> U+0000
 3487 
 3488 post table (at 792596)                                                    
 3489          format=00020000
 3490          italicAngle=0
 3491          underlinePos=-135
 3492          underlineWidth=70
 3493          fixedpitch=0
 3494          mem1=0
 3495 +--3283 lines: mem2=0-----------------------------------------------------------
 6778 Glyph 3280 (name index=3288) -> "tau.alt"         U+0000
 6779 Glyph 3281 (name index=3289) -> "f_udieresis"     U+0000
 6780 Glyph 3282 (name index=3290) -> "f_odieresis"     U+0000
 6781 Glyph 3283 (name index=3291) -> "f_f_udieresis"   U+0000
 6782 Glyph 3284 (name index=3292) -> "uni0294.alt"     U+0000
 6783 
 6784 CVT  table (at 25316, len=118)                                            
 6785  CVT[0] = 0
 6786  CVT[1] = 0
 6787  CVT[2] = 0
 6788  CVT[3] = 0
 6789  CVT[4] = 0
 6790  CVT[5] = 0
 6791 +-- 48 lines: CVT[6] = 0--------------------------------------------------------
 6839  CVT[54] = 870
 6840  CVT[55] = -23
 6841  CVT[56] = -559
 6842  CVT[57] = 2100
 6843  CVT[58] = -845
 6844 
 6845 GSUB table (at 828596) (Glyph substitution)                               
 6846          version=1
 6847          Script List Offset=10
 6848          Feature List Offset=478
 6849          Lookup List Offset=946
 6850         Script List
 6851          script count=7
 6852 +--573 lines: Script[0] 'DFLT' Offset=44----------------------------------------
 7425              Offsets[7]=70
 7426              Offsets[8]=76
 7427              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 106 (dieresis) 118 (acute)
 7428              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 106 (dieresis) 791 (tonos)
 7429              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 689 (uni0308) 118 (acute)
 7430              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 689 (uni0308) 791 (tonos)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7431              Ligature glyph 858 (iotadieresis) <- 841 (iota) 106 (dieresis)
 7432              Ligature glyph 858 (iotadieresis) <- 841 (iota) 689 (uni0308)
 7433              Ligature glyph 831 (iotatonos) <- 841 (iota) 118 (acute)     
 7434              Ligature glyph 831 (iotatonos) <- 841 (iota) 791 (tonos)     
 7435              Ligature glyph 801 (iotadieresistonos) <- 841 (iota) 792 (dieresistonos) 
 7436             Ligature Set[11] for glyph 847 omicron
 7437              Count=2
 7438              Offsets[0]=6
 7439              Offsets[1]=12
 7440              Ligature glyph 860 (omicrontonos) <- 847 (omicron) 118 (acute)
 7441              Ligature glyph 860 (omicrontonos) <- 847 (omicron) 791 (tonos)
 7442 +-- 10 lines: Ligature Set[12] for glyph 853 upsilon----------------------------
 7452              Offsets[8]=78
 7453              Offsets[9]=84
 7454              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 106 (dieresis) 118 (acute)
 7455              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 106 (dieresis) 791 (tonos)
 7456              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 689 (uni0308) 118 (acute)
 7457              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 689 (uni0308) 791 (tonos)
 7458              Ligature glyph 859 (upsilondieresis) <- 853 (upsilon) 689 (uni0308) 
 7459              Ligature glyph 1464 (uni1F7A) <- 853 (upsilon) 67 (grave)
      --------------------------------------------------------------------------
 7460              Ligature glyph 861 (upsilontonos) <- 853 (upsilon) 118 (acute)
 7461              Ligature glyph 861 (upsilontonos) <- 853 (upsilon) 791 (tonos)
 7462              Ligature glyph 859 (upsilondieresis) <- 853 (upsilon) 106 (dieresis)
 7463              Ligature glyph 832 (upsilondieresistonos) <- 853 (upsilon) 792 (dieresistonos) 
 7464             Ligature Set[13] for glyph 857 omega
 7465              Count=2
 7466              Offsets[0]=6
 7467              Offsets[1]=12
 7468              Ligature glyph 862 (omegatonos) <- 857 (omega) 118 (acute)
 7469              Ligature glyph 862 (omegatonos) <- 857 (omega) 791 (tonos)
 7470 +-- 92 lines: Lookup Table[1]---------------------------------------------------
 7562              Offsets[1]=22
 7563              Offsets[2]=30
 7564              Offsets[3]=38
 7565              Offsets[4]=46
 7566              Offsets[5]=54
 7567              Ligature glyph 2499 (uniEBF4) <- 36 (A) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
 7568              Ligature glyph 2105 (uniE010) <- 36 (A) 685 (uni0304) 687 (uni0306)
 7569              Ligature glyph 2104 (uniE00A) <- 36 (A) 685 (uni0304) 682 (acutecomb) 
 7570              Ligature glyph 444 (Aringacute) <- 36 (A) 691 (uni030A) 682 (acutecomb)
 7571              Ligature glyph 418 (uni01E0) <- 36 (A) 688 (uni0307) 685 (uni0304)
 7572              Ligature glyph 416 (uni01DE) <- 36 (A) 689 (uni0308) 685 (uni0304)
 7573             Ligature Set[1] for glyph 38 C
 7574              Count=1
 7575              Offsets[0]=4
 7576 +-- 12 lines: Ligature glyph 1106 (Ccedillaacute) <- 38 (C) 720 (uni0327) 682 (acutecomb) 
 7588              Offsets[9]=104
 7589              Offsets[10]=112
 7590              Offsets[11]=120
 7591              Offsets[12]=128
 7592              Offsets[13]=136
 7593              Offsets[14]=144
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7594              Ligature glyph 2497 (uniEBF2) <- 40 (E) 690 (hookabovecomb) 721 (uni0328)
 7595              Ligature glyph 2497 (uniEBF2) <- 40 (E) 721 (uni0328) 690 (hookabovecomb)
 7596              Ligature glyph 2131 (uniE0EB) <- 40 (E) 688 (uni0307) 721 (uni0328) 
 7597              Ligature glyph 2131 (uniE0EB) <- 40 (E) 721 (uni0328) 688 (uni0307) 
 7598              Ligature glyph 2130 (uniE0EA) <- 40 (E) 692 (uni030B) 721 (uni0328)
 7599              Ligature glyph 2130 (uniE0EA) <- 40 (E) 721 (uni0328) 692 (uni030B)
 7600              Ligature glyph 2128 (uniE0E8) <- 40 (E) 721 (uni0328) 716 (dotbelowcomb) 
 7601              Ligature glyph 2125 (uniE0C8) <- 40 (E) 688 (uni0307) 682 (acutecomb) 
 7602              Ligature glyph 2124 (uniE0BC) <- 40 (E) 721 (uni0328) 685 (uni0304) 
 7603              Ligature glyph 2124 (uniE0BC) <- 40 (E) 685 (uni0304) 721 (uni0328) 
 7604              Ligature glyph 2123 (uniE0B7) <- 40 (E) 685 (uni0304) 687 (uni0306) 
 7605              Ligature glyph 2122 (uniE099) <- 40 (E) 682 (acutecomb) 721 (uni0328)
 7606              Ligature glyph 2122 (uniE099) <- 40 (E) 721 (uni0328) 682 (acutecomb)
 7607              Ligature glyph 1120 (uni1E16) <- 40 (E) 685 (uni0304) 682 (acutecomb)
 7608              Ligature glyph 1118 (uni1E14) <- 40 (E) 685 (uni0304) 681 (gravecomb)
 7609             Ligature Set[3] for glyph 44 I
 7610              Count=4
 7611              Offsets[0]=10
 7612              Offsets[1]=18
 7613              Offsets[2]=26
 7614              Offsets[3]=34
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7615              Ligature glyph 2501 (uniEBF6) <- 44 (I) 688 (uni0307) 682 (acutecomb)
 7616              Ligature glyph 2140 (uniE137) <- 44 (I) 685 (uni0304) 687 (uni0306) 
 7617              Ligature glyph 2139 (uniE135) <- 44 (I) 685 (uni0304) 682 (acutecomb) 
 7618              Ligature glyph 1144 (uni1E2E) <- 44 (I) 689 (uni0308) 682 (acutecomb)
 7619             Ligature Set[4] for glyph 47 L
 7620              Count=2
 7621              Offsets[0]=6
 7622              Offsets[1]=14
 7623              Ligature glyph 1154 (uni1E38) <- 47 (L) 685 (uni0304) 716 (dotbelowcomb)
 7624 +-- 16 lines: Ligature glyph 1154 (uni1E38) <- 47 (L) 716 (dotbelowcomb) 685 (uni0304) 
 7640              Offsets[13]=144
 7641              Offsets[14]=152
 7642              Offsets[15]=160
 7643              Offsets[16]=168
 7644              Offsets[17]=176
 7645              Offsets[18]=184
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7646              Ligature glyph 2503 (uniEBF8) <- 50 (O) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
 7647              Ligature glyph 2477 (uniEBDE) <- 50 (O) 721 (uni0328) 688 (uni0307)
 7648              Ligature glyph 2477 (uniEBDE) <- 50 (O) 688 (uni0307) 721 (uni0328)
 7649              Ligature glyph 2454 (uniEBC4) <- 50 (O) 692 (uni030B) 721 (uni0328) 
 7650              Ligature glyph 2454 (uniEBC4) <- 50 (O) 721 (uni0328) 692 (uni030B) 
 7651              Ligature glyph 2442 (uniEBB7) <- 50 (O) 1073 (uni1DCE) 682 (acutecomb)
 7652              Ligature glyph 2170 (uniE21B) <- 50 (O) 685 (uni0304) 687 (uni0306) 
 7653              Ligature glyph 2169 (uniE20C) <- 50 (O) 682 (acutecomb) 721 (uni0328)
 7654              Ligature glyph 2169 (uniE20C) <- 50 (O) 721 (uni0328) 682 (acutecomb)
 7655              Ligature glyph 2168 (uniE208) <- 50 (O) 721 (uni0328) 716 (dotbelowcomb) 
 7656              Ligature glyph 1180 (uni1E52) <- 50 (O) 685 (uni0304) 682 (acutecomb)
 7657              Ligature glyph 1178 (uni1E50) <- 50 (O) 685 (uni0304) 681 (gravecomb)
 7658              Ligature glyph 1176 (uni1E4E) <- 50 (O) 684 (tildecomb) 689 (uni0308)
 7659              Ligature glyph 1174 (uni1E4C) <- 50 (O) 684 (tildecomb) 682 (acutecomb)
 7660              Ligature glyph 498 (uni0230) <- 50 (O) 688 (uni0307) 685 (uni0304)
 7661              Ligature glyph 494 (uni022C) <- 50 (O) 684 (tildecomb) 685 (uni0304)
 7662 +-- 12 lines: Ligature glyph 492 (uni022A) <- 50 (O) 689 (uni0308) 685 (uni0304) 
 7674              Offsets[1]=24
 7675              Offsets[2]=32
 7676              Offsets[3]=40
 7677              Offsets[4]=48
 7678              Offsets[5]=56
 7679              Offsets[6]=64
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7680              Ligature glyph 2509 (uniEBFE) <- 56 (U) 688 (uni0307) 682 (acutecomb)
 7681              Ligature glyph 2190 (uniE30B) <- 56 (U) 685 (uni0304) 687 (uni0306) 
 7682              Ligature glyph 2189 (uniE309) <- 56 (U) 685 (uni0304) 682 (acutecomb) 
 7683              Ligature glyph 413 (uni01DB) <- 56 (U) 689 (uni0308) 681 (gravecomb)
 7684              Ligature glyph 411 (uni01D9) <- 56 (U) 689 (uni0308) 693 (uni030C)
 7685              Ligature glyph 409 (uni01D7) <- 56 (U) 689 (uni0308) 682 (acutecomb)
 7686              Ligature glyph 407 (uni01D5) <- 56 (U) 689 (uni0308) 685 (uni0304)
 7687             Ligature Set[8] for glyph 60 Y
 7688              Count=3
 7689              Offsets[0]=8
 7690              Offsets[1]=16
 7691              Offsets[2]=24
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7692              Ligature glyph 2211 (uniE384) <- 60 (Y) 688 (uni0307) 682 (acutecomb)
 7693              Ligature glyph 2208 (uniE375) <- 60 (Y) 685 (uni0304) 687 (uni0306) 
 7694              Ligature glyph 2207 (uniE373) <- 60 (Y) 685 (uni0304) 682 (acutecomb) 
 7695             Ligature Set[9] for glyph 68 a
 7696              Count=2
 7697              Offsets[0]=6
 7698              Offsets[1]=14
 7699              Ligature glyph 2500 (uniEBF5) <- 68 (a) 688 (uni0307) 682 (acutecomb)
 7700              Ligature glyph 445 (aringacute) <- 68 (a) 691 (uni030A) 682 (acutecomb)
 7701 +-- 14 lines: Ligature Set[10] for glyph 70 c-----------------------------------
 7715              Offsets[8]=94
 7716              Offsets[9]=102
 7717              Offsets[10]=110
 7718              Offsets[11]=118
 7719              Offsets[12]=126
 7720              Offsets[13]=134
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7721              Ligature glyph 2448 (uniEBBE) <- 72 (e) 1072 (uni1DCD) 88 (u)
 7722              Ligature glyph 2447 (uniEBBD) <- 72 (e) 1072 (uni1DCD) 68 (a)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7723              Ligature glyph 2498 (uniEBF3) <- 72 (e) 690 (hookabovecomb) 721 (uni0328)
 7724              Ligature glyph 2498 (uniEBF3) <- 72 (e) 721 (uni0328) 690 (hookabovecomb)
 7725              Ligature glyph 2260 (uniE4EB) <- 72 (e) 688 (uni0307) 721 (uni0328) 
 7726              Ligature glyph 2260 (uniE4EB) <- 72 (e) 721 (uni0328) 688 (uni0307) 
 7727              Ligature glyph 2259 (uniE4EA) <- 72 (e) 692 (uni030B) 721 (uni0328)
 7728              Ligature glyph 2259 (uniE4EA) <- 72 (e) 721 (uni0328) 692 (uni030B)
 7729              Ligature glyph 2257 (uniE4E8) <- 72 (e) 721 (uni0328) 716 (dotbelowcomb) 
 7730              Ligature glyph 2250 (uniE4C8) <- 72 (e) 688 (uni0307) 682 (acutecomb) 
 7731              Ligature glyph 2249 (uniE4BC) <- 72 (e) 685 (uni0304) 721 (uni0328) 
 7732              Ligature glyph 2249 (uniE4BC) <- 72 (e) 721 (uni0328) 685 (uni0304) 
 7733              Ligature glyph 2246 (uniE499) <- 72 (e) 682 (acutecomb) 721 (uni0328)
 7734              Ligature glyph 2246 (uniE499) <- 72 (e) 721 (uni0328) 682 (acutecomb)
 7735             Ligature Set[12] for glyph 76 i
 7736              Count=1
 7737              Offsets[0]=4
 7738              Ligature glyph 2502 (uniEBF7) <- 76 (i) 688 (uni0307) 682 (acutecomb)
 7739 +--  9 lines: Ligature Set[13] for glyph 82 o-----------------------------------
 7748              Offsets[7]=84
 7749              Offsets[8]=92
 7750              Offsets[9]=100
 7751              Offsets[10]=108
 7752              Offsets[11]=116
 7753              Offsets[12]=124
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7754              Ligature glyph 2504 (uniEBF9) <- 82 (o) 688 (uni0307) 682 (acutecomb)
      --------------------------------------------------------------------------
 7755              Ligature glyph 2478 (uniEBDF) <- 82 (o) 721 (uni0328) 688 (uni0307)
 7756              Ligature glyph 2478 (uniEBDF) <- 82 (o) 688 (uni0307) 721 (uni0328)
 7757              Ligature glyph 2455 (uniEBC5) <- 82 (o) 692 (uni030B) 721 (uni0328) 
 7758              Ligature glyph 2455 (uniEBC5) <- 82 (o) 721 (uni0328) 692 (uni030B) 
 7759              Ligature glyph 2443 (uniEBB8) <- 82 (o) 1073 (uni1DCE) 682 (acutecomb)
 7760              Ligature glyph 2306 (uniE64F) <- 82 (o) 721 (uni0328) 1073 (uni1DCE)
 7761              Ligature glyph 2306 (uniE64F) <- 82 (o) 1073 (uni1DCE) 721 (uni0328)
 7762              Ligature glyph 2295 (uniE60C) <- 82 (o) 682 (acutecomb) 721 (uni0328)
 7763              Ligature glyph 2295 (uniE60C) <- 82 (o) 721 (uni0328) 682 (acutecomb)
 7764              Ligature glyph 2294 (uniE608) <- 82 (o) 721 (uni0328) 716 (dotbelowcomb) 
 7765              Ligature glyph 431 (uni01ED) <- 82 (o) 721 (uni0328) 685 (uni0304)
 7766              Ligature glyph 431 (uni01ED) <- 82 (o) 685 (uni0304) 721 (uni0328)
 7767             Ligature Set[14] for glyph 88 u
 7768              Count=3
 7769              Offsets[0]=8
 7770              Offsets[1]=16
 7771              Offsets[2]=24
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7772              Ligature glyph 2510 (uniEBFF) <- 88 (u) 688 (uni0307) 682 (acutecomb)
 7773              Ligature glyph 2327 (uniE70B) <- 88 (u) 685 (uni0304) 687 (uni0306) 
 7774              Ligature glyph 2326 (uniE709) <- 88 (u) 685 (uni0304) 682 (acutecomb) 
 7775             Ligature Set[15] for glyph 92 y
 7776              Count=4
 7777              Offsets[0]=10
 7778              Offsets[1]=18
 7779              Offsets[2]=26
 7780              Offsets[3]=34
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7781              Ligature glyph 2740 (uniF197) <- 92 (y) 688 (uni0307) 682 (acutecomb)
 7782              Ligature glyph 2358 (uniE784) <- 92 (y) 688 (uni0307) 682 (acutecomb) 
 7783              Ligature glyph 2353 (uniE775) <- 92 (y) 685 (uni0304) 687 (uni0306) 
 7784              Ligature glyph 2352 (uniE773) <- 92 (y) 685 (uni0304) 682 (acutecomb) 
 7785             Ligature Set[16] for glyph 136 AE
 7786              Count=2
 7787              Offsets[0]=6
 7788              Offsets[1]=14
      --------------------------------------------------------------------------
 7789              Ligature glyph 2111 (uniE03D) <- 136 (AE) 685 (uni0304) 687 (uni0306)
 7790              Ligature glyph 2110 (uniE03A) <- 136 (AE) 685 (uni0304) 682 (acutecomb) 
 7791             Ligature Set[17] for glyph 154 Oslash
 7792              Count=5
 7793              Offsets[0]=12
 7794              Offsets[1]=20
 7795              Offsets[2]=28
 7796              Offsets[3]=36
 7797              Offsets[4]=44
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 7798              Ligature glyph 2507 (uniEBFC) <- 154 (Oslash) 688 (uni0307) 682 (acutecomb)
 7799              Ligature glyph 2491 (uniEBEC) <- 154 (Oslash) 685 (uni0304) 682 (acutecomb) 
 7800              Ligature glyph 2178 (uniE257) <- 154 (Oslash) 682 (acutecomb) 721 (uni0328)
 7801              Ligature glyph 2178 (uniE257) <- 154 (Oslash) 721 (uni0328) 682 (acutecomb)
 7802              Ligature glyph 2176 (uniE253) <- 154 (Oslash) 685 (uni0304) 687 (uni0306) 
 7803             Ligature Set[18] for glyph 186 oslash
 7804              Count=4
 7805              Offsets[0]=10
 7806              Offsets[1]=18
 7807              Offsets[2]=26
 7808              Offsets[3]=34
      --------------------------------------------------------------------------
 7809              Ligature glyph 2508 (uniEBFD) <- 186 (oslash) 688 (uni0307) 682 (acutecomb)
 7810              Ligature glyph 2310 (uniE657) <- 186 (oslash) 721 (uni0328) 682 (acutecomb)
 7811              Ligature glyph 2310 (uniE657) <- 186 (oslash) 682 (acutecomb) 721 (uni0328)
 7812              Ligature glyph 2308 (uniE653) <- 186 (oslash) 685 (uni0304) 687 (uni0306) 
 7813             Ligature Set[19] for glyph 219 eogonek
 7814              Count=1
 7815              Offsets[0]=4
 7816              Ligature glyph 2261 (uniE4EC) <- 219 (eogonek) 688 (uni0307) 682 (acutecomb)
 7817             Ligature Set[20] for glyph 276 OE
 7818              Count=1
 7819 +--239 lines: Offsets[0]=4------------------------------------------------------
 8058              Offsets[2]=30
 8059              Offsets[3]=36
 8060              Offsets[4]=42
 8061              Offsets[5]=48
 8062              Offsets[6]=54
 8063              Offsets[7]=60
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8064              Ligature glyph 2481 (uniEBE2) <- 45 (J) 689 (uni0308)
 8065              Ligature glyph 2149 (uniE163) <- 45 (J) 1073 (uni1DCE)
 8066              Ligature glyph 2149 (uniE163) <- 45 (J) 690 (hookabovecomb)
 8067              Ligature glyph 2146 (uniE154) <- 45 (J) 685 (uni0304)        
 8068              Ligature glyph 2145 (uniE153) <- 45 (J) 682 (acutecomb)
 8069              Ligature glyph 2144 (uniE152) <- 45 (J) 2656 (uniF00C)       
 8070              Ligature glyph 2143 (uniE151) <- 45 (J) 716 (dotbelowcomb)   
 8071              Ligature glyph 246 (Jcircumflex) <- 45 (J) 683 (uni0302)
 8072             Ligature Set[10] for glyph 46 K
 8073              Count=3
 8074              Offsets[0]=8
 8075              Offsets[1]=14
 8076              Offsets[2]=20
 8077 +-- 87 lines: Ligature glyph 1146 (uni1E30) <- 46 (K) 682 (acutecomb) ----------
 8164             Ligature Set[18] for glyph 55 T
 8165              Count=4
 8166              Offsets[0]=10
 8167              Offsets[1]=16
 8168              Offsets[2]=22
 8169              Offsets[3]=28
      --------------------------------------------------------------------------
 8170              Ligature glyph 2188 (uniE2EE) <- 55 (T) 721 (uni0328)
 8171              Ligature glyph 2187 (uniE2E2) <- 55 (T) 682 (acutecomb)      
 8172              Ligature glyph 294 (Tcaron) <- 55 (T) 693 (uni030C)
 8173              Ligature glyph 292 (Tcommaaccent) <- 55 (T) 720 (uni0327)
 8174             Ligature Set[19] for glyph 56 U
 8175              Count=12
 8176              Offsets[0]=26
 8177              Offsets[1]=32
 8178 +-- 23 lines: Offsets[2]=38-----------------------------------------------------
 8201              Count=5
 8202              Offsets[0]=12
 8203              Offsets[1]=18
 8204              Offsets[2]=24
 8205              Offsets[3]=30
 8206              Offsets[4]=36
      --------------------------------------------------------------------------
 8207              Ligature glyph 2200 (uniE342) <- 57 (V) 689 (uni0308)
      --------------------------------------------------------------------------
 8208              Ligature glyph 2199 (uniE33B) <- 57 (V) 683 (uni0302)
 8209              Ligature glyph 2198 (uniE33A) <- 57 (V) 682 (acutecomb)      
 8210              Ligature glyph 2907 (uniF7B2) <- 57 (V) 2656 (uniF00C)
 8211              Ligature glyph 2203 (uniE34D) <- 57 (V) 685 (uni0304)        
 8212             Ligature Set[21] for glyph 58 W
 8213              Count=5
 8214              Offsets[0]=12
 8215              Offsets[1]=18
 8216              Offsets[2]=24
 8217              Offsets[3]=30
 8218 +-- 51 lines: Offsets[4]=36-----------------------------------------------------
 8269              Offsets[1]=20
 8270              Offsets[2]=26
 8271              Offsets[3]=32
 8272              Offsets[4]=38
 8273              Offsets[5]=44
 8274              Ligature glyph 3012 (dhighoverline) <- 71 (d) 2656 (uniF00C)
      --------------------------------------------------------------------------
 8275              Ligature glyph 2244 (uniE491) <- 71 (d) 2657 (uniF00D)
 8276              Ligature glyph 2242 (uniE477) <- 71 (d) 682 (acutecomb)      
 8277              Ligature glyph 1115 (uni1E11) <- 71 (d) 720 (uni0327)
 8278              Ligature glyph 1109 (uni1E0B) <- 71 (d) 688 (uni0307)
 8279              Ligature glyph 209 (dcaron) <- 71 (d) 693 (uni030C)
 8280             Ligature Set[29] for glyph 72 e
 8281              Count=2
 8282              Offsets[0]=6
 8283 +-- 26 lines: Offsets[1]=12-----------------------------------------------------
 8309              Count=5
 8310              Offsets[0]=12
 8311              Offsets[1]=18
 8312              Offsets[2]=24
 8313              Offsets[3]=30
 8314              Offsets[4]=36
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8315              Ligature glyph 2274 (uniE550) <- 76 (i) 2657 (uniF00D)
 8316              Ligature glyph 2267 (uniE52A) <- 76 (i) 1073 (uni1DCE)       
 8317              Ligature glyph 3013 (ihighoverline) <- 76 (i) 2656 (uniF00C) 
 8318              Ligature glyph 1299 (uni1EC9) <- 76 (i) 690 (hookabovecomb)
 8319              Ligature glyph 241 (iogonek) <- 76 (i) 721 (uni0328)
 8320             Ligature Set[34] for glyph 77 j
 8321              Count=5
 8322              Offsets[0]=12
 8323              Offsets[1]=18
 8324              Offsets[2]=24
 8325              Offsets[3]=30
 8326              Offsets[4]=36
 8327              Ligature glyph 3014 (jhighoverline) <- 77 (j) 2656 (uniF00C)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8328              Ligature glyph 2280 (uniE563) <- 77 (j) 1073 (uni1DCE)
 8329              Ligature glyph 2280 (uniE563) <- 77 (j) 690 (hookabovecomb)
 8330              Ligature glyph 2276 (uniE552) <- 77 (j) 2657 (uniF00D)       
 8331              Ligature glyph 2275 (uniE551) <- 77 (j) 716 (dotbelowcomb)   
 8332             Ligature Set[35] for glyph 78 k
 8333              Count=5
 8334              Offsets[0]=12
 8335              Offsets[1]=18
 8336              Offsets[2]=24
 8337              Offsets[3]=30
 8338 +-- 12 lines: Offsets[4]=36-----------------------------------------------------
 8350              Offsets[4]=44
 8351              Offsets[5]=50
 8352              Offsets[6]=56
 8353              Offsets[7]=62
 8354              Offsets[8]=68
 8355              Ligature glyph 3015 (lhighoverline) <- 79 (l) 2656 (uniF00C)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8356              Ligature glyph 2287 (uniE5B1) <- 79 (l) 2657 (uniF00D)
 8357              Ligature glyph 2284 (uniE59E) <- 79 (l) 688 (uni0307)        
 8358              Ligature glyph 2283 (uniE596) <- 79 (l) 685 (uni0304)        
 8359              Ligature glyph 2282 (uniE58C) <- 79 (l) 2656 (uniF00C)       
 8360              Ligature glyph 258 (ldot) <- 79 (l) 688 (uni0307)
 8361              Ligature glyph 256 (lcaron) <- 79 (l) 693 (uni030C)
 8362              Ligature glyph 254 (lcommaaccent) <- 79 (l) 720 (uni0327)
 8363              Ligature glyph 252 (lacute) <- 79 (l) 682 (acutecomb)
 8364             Ligature Set[37] for glyph 80 m
 8365              Count=2
 8366 +-- 35 lines: Offsets[0]=6------------------------------------------------------
 8401              Count=5
 8402              Offsets[0]=12
 8403              Offsets[1]=18
 8404              Offsets[2]=24
 8405              Offsets[3]=30
 8406              Offsets[4]=36
      --------------------------------------------------------------------------
 8407              Ligature glyph 2325 (uniE6EE) <- 87 (t) 721 (uni0328)
 8408              Ligature glyph 2324 (uniE6E2) <- 87 (t) 682 (acutecomb)      
 8409              Ligature glyph 1205 (uni1E6B) <- 87 (t) 688 (uni0307)
 8410              Ligature glyph 295 (tcaron) <- 87 (t) 693 (uni030C)
 8411              Ligature glyph 293 (tcommaaccent) <- 87 (t) 720 (uni0327)
 8412             Ligature Set[45] for glyph 88 u
 8413              Count=4
 8414              Offsets[0]=10
 8415 +-- 38 lines: Offsets[1]=16-----------------------------------------------------
 8453              Count=5
 8454              Offsets[0]=12
 8455              Offsets[1]=18
 8456              Offsets[2]=24
 8457              Offsets[3]=30
 8458              Offsets[4]=36
      --------------------------------------------------------------------------
 8459              Ligature glyph 2113 (uniE040) <- 136 (AE) 721 (uni0328)
 8460              Ligature glyph 2489 (uniEBEA) <- 136 (AE) 690 (hookabovecomb)
 8461              Ligature glyph 2115 (uniE042) <- 136 (AE) 689 (uni0308)      
 8462              Ligature glyph 446 (AEacute) <- 136 (AE) 682 (acutecomb)
 8463              Ligature glyph 420 (uni01E2) <- 136 (AE) 685 (uni0304)
 8464             Ligature Set[52] for glyph 137 Ccedilla
 8465              Count=1
 8466              Offsets[0]=4
 8467              Ligature glyph 1106 (Ccedillaacute) <- 137 (Ccedilla) 682 (acutecomb)
 8468 +--  9 lines: Ligature Set[53] for glyph 151 Otilde-----------------------------
 8477              Count=5
 8478              Offsets[0]=12
 8479              Offsets[1]=18
 8480              Offsets[2]=24
 8481              Offsets[3]=30
 8482              Offsets[4]=36
      --------------------------------------------------------------------------
 8483              Ligature glyph 2215 (uniE3D4) <- 154 (Oslash) 690 (hookabovecomb)
      --------------------------------------------------------------------------
 8484              Ligature glyph 2177 (uniE255) <- 154 (Oslash) 721 (uni0328)
 8485              Ligature glyph 2215 (uniE3D4) <- 154 (Oslash) 1073 (uni1DCE) 
 8486              Ligature glyph 2175 (uniE252) <- 154 (Oslash) 685 (uni0304)  
 8487              Ligature glyph 448 (Oslashacute) <- 154 (Oslash) 682 (acutecomb)
 8488             Ligature Set[56] for glyph 158 Udieresis
 8489              Count=4
 8490              Offsets[0]=10
 8491              Offsets[1]=16
 8492              Offsets[2]=22
 8493 +--  7 lines: Offsets[3]=28-----------------------------------------------------
 8500              Offsets[0]=4
 8501              Ligature glyph 2213 (uniE39F) <- 160 (Thorn) 716 (dotbelowcomb)
 8502             Ligature Set[58] for glyph 168 ae
 8503              Count=2
 8504              Offsets[0]=6
 8505              Offsets[1]=12
      --------------------------------------------------------------------------
 8506              Ligature glyph 2490 (uniEBEB) <- 168 (ae) 690 (hookabovecomb)
 8507              Ligature glyph 2234 (uniE440) <- 168 (ae) 721 (uni0328)      
 8508             Ligature Set[59] for glyph 186 oslash
 8509              Count=4
 8510              Offsets[0]=10
 8511              Offsets[1]=16
 8512              Offsets[2]=22
 8513              Offsets[3]=28
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 8514              Ligature glyph 2371 (uniE7D4) <- 186 (oslash) 1073 (uni1DCE)
 8515              Ligature glyph 2309 (uniE655) <- 186 (oslash) 721 (uni0328)  
 8516              Ligature glyph 2371 (uniE7D4) <- 186 (oslash) 690 (hookabovecomb) 
 8517              Ligature glyph 449 (oslashacute) <- 186 (oslash) 682 (acutecomb)
 8518             Ligature Set[60] for glyph 192 thorn
 8519              Count=1
 8520              Offsets[0]=4
 8521              Ligature glyph 2361 (uniE79F) <- 192 (thorn) 716 (dotbelowcomb)
 8522             Ligature Set[61] for glyph 212 Emacron
 8523 +--  7 lines: Count=2-----------------------------------------------------------
 8530              Offsets[0]=4
 8531              Ligature glyph 2497 (uniEBF2) <- 218 (Eogonek) 690 (hookabovecomb)
 8532             Ligature Set[63] for glyph 219 eogonek
 8533              Count=2
 8534              Offsets[0]=6
 8535              Offsets[1]=12
      --------------------------------------------------------------------------
 8536              Ligature glyph 2498 (uniEBF3) <- 219 (eogonek) 690 (hookabovecomb)
 8537              Ligature glyph 2257 (uniE4E8) <- 219 (eogonek) 716 (dotbelowcomb) 
 8538             Ligature Set[64] for glyph 243 dotlessi
 8539              Count=2
 8540              Offsets[0]=6
 8541              Offsets[1]=12
 8542              Ligature glyph 241 (iogonek) <- 243 (dotlessi) 721 (uni0328)
 8543              Ligature glyph 76 (i) <- 243 (dotlessi) 688 (uni0307)
 8544 +-- 10 lines: Ligature Set[65] for glyph 276 OE---------------------------------
 8554             Ligature Set[67] for glyph 428 Oogonek
 8555              Count=4
 8556              Offsets[0]=10
 8557              Offsets[1]=16
 8558              Offsets[2]=22
 8559              Offsets[3]=28
      --------------------------------------------------------------------------
 8560              Ligature glyph 2174 (uniE24F) <- 428 (Oogonek) 1073 (uni1DCE)
 8561              Ligature glyph 2169 (uniE20C) <- 428 (Oogonek) 682 (acutecomb)
 8562              Ligature glyph 2168 (uniE208) <- 428 (Oogonek) 716 (dotbelowcomb) 
 8563              Ligature glyph 430 (uni01EC) <- 428 (Oogonek) 685 (uni0304)
 8564             Ligature Set[68] for glyph 429 oogonek
 8565              Count=2
 8566              Offsets[0]=6
 8567              Offsets[1]=12
      --------------------------------------------------------------------------
 8568              Ligature glyph 2306 (uniE64F) <- 429 (oogonek) 1073 (uni1DCE)
 8569              Ligature glyph 2294 (uniE608) <- 429 (oogonek) 716 (dotbelowcomb) 
 8570             Ligature Set[69] for glyph 488 uni0226
 8571              Count=1
 8572              Offsets[0]=4
 8573              Ligature glyph 418 (uni01E0) <- 488 (uni0226) 685 (uni0304)
 8574             Ligature Set[70] for glyph 496 uni022E
 8575              Count=1
 8576 +--1250 lines: Offsets[0]=4-----------------------------------------------------
 9826              Offsets[16]=174
 9827              Offsets[17]=182
 9828              Offsets[18]=190
 9829              Offsets[19]=196
 9830              Ligature glyph 1708 (uni2152) <- 20 (one) 18 (slash) 20 (one) 19 (zero)
 9831              Ligature glyph 1708 (uni2152) <- 20 (one) 1646 (fraction) 20 (one) 19 (zero)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
 9832              Ligature glyph 1717 (oneeighth) <- 20 (one) 1646 (fraction) 27 (eight)
 9833              Ligature glyph 1717 (oneeighth) <- 20 (one) 18 (slash) 27 (eight)
 9834              Ligature glyph 1715 (uni2159) <- 20 (one) 1646 (fraction) 25 (six)
 9835              Ligature glyph 1715 (uni2159) <- 20 (one) 18 (slash) 25 (six)
 9836              Ligature glyph 1711 (uni2155) <- 20 (one) 1646 (fraction) 24 (five)
 9837              Ligature glyph 1711 (uni2155) <- 20 (one) 18 (slash) 24 (five)
 9838              Ligature glyph 1709 (onethird) <- 20 (one) 1646 (fraction) 22 (three)
 9839              Ligature glyph 1709 (onethird) <- 20 (one) 18 (slash) 22 (three)
 9840              Ligature glyph 1707 (uni2151) <- 20 (one) 18 (slash) 28 (nine) 
 9841              Ligature glyph 1707 (uni2151) <- 20 (one) 1646 (fraction) 28 (nine) 
 9842              Ligature glyph 1706 (uni2150) <- 20 (one) 18 (slash) 26 (seven) 
 9843              Ligature glyph 1706 (uni2150) <- 20 (one) 1646 (fraction) 26 (seven) 
 9844              Ligature glyph 127 (onehalf) <- 20 (one) 18 (slash) 21 (two)
 9845              Ligature glyph 127 (onehalf) <- 20 (one) 1646 (fraction) 21 (two)
 9846              Ligature glyph 126 (onequarter) <- 20 (one) 18 (slash) 23 (four)
 9847              Ligature glyph 126 (onequarter) <- 20 (one) 1646 (fraction) 23 (four)
 9848              Ligature glyph 1721 (uni215F) <- 20 (one) 18 (slash)
 9849              Ligature glyph 1721 (uni215F) <- 20 (one) 1646 (fraction)
 9850 +-- 64 lines: Ligature Set[2] for glyph 21 two----------------------------------
 9914              36 51 68 83 321
 9915             Ligature Set[0] for glyph 36 A
 9916              Count=3
 9917              Offsets[0]=8
 9918              Offsets[1]=16
 9919              Offsets[2]=24
 9920              Ligature glyph 2598 (uniEF98) <- 36 (A) 57 (V) 735 (uni0336) 
 9921              Ligature glyph 2495 (uniEBF0) <- 36 (A) 57 (V) 721 (uni0328)
 9922              Ligature glyph 2435 (uniEBB0) <- 36 (A) 2198 (uniE33A) 735 (uni0336)
      --------------------------------------------------------------------------
 9923             Ligature Set[1] for glyph 51 P
 9924              Count=1
 9925              Offsets[0]=4
 9926              Ligature glyph 2485 (uniEBE6) <- 51 (P) 51 (P) 689 (uni0308)
 9927             Ligature Set[2] for glyph 68 a
 9928              Count=3
 9929              Offsets[0]=8
 9930              Offsets[1]=16
 9931              Offsets[2]=24
 9932              Ligature glyph 2599 (uniEF99) <- 68 (a) 89 (v) 735 (uni0336) 
 9933              Ligature glyph 2496 (uniEBF1) <- 68 (a) 89 (v) 721 (uni0328)
 9934              Ligature glyph 2436 (uniEBB1) <- 68 (a) 2340 (uniE73A) 735 (uni0336)
      --------------------------------------------------------------------------
 9935             Ligature Set[3] for glyph 83 p
 9936              Count=1
 9937              Offsets[0]=4
 9938              Ligature glyph 2486 (uniEBE7) <- 83 (p) 83 (p) 689 (uni0308)
 9939             Ligature Set[4] for glyph 321 longs
 9940              Count=1
 9941 +-- 52 lines: Offsets[0]=4------------------------------------------------------
 9993              Offsets[14]=126
 9994              Offsets[15]=132
 9995              Offsets[16]=138
 9996              Offsets[17]=144
 9997              Offsets[18]=150
 9998              Offsets[19]=156
 9999              Ligature glyph 2628 (uniEFE6) <- 36 (A) 2198 (uniE33A)       
10000              Ligature glyph 2626 (uniEFE4) <- 36 (A) 156 (Uacute)         
10001              Ligature glyph 2624 (uniEFE2) <- 36 (A) 149 (Oacute)         
10002              Ligature glyph 2622 (uniEFE0) <- 36 (A) 131 (Aacute)         
10003              Ligature glyph 2652 (uniEFFE) <- 36 (A) 134 (Adieresis)      
10004              Ligature glyph 2648 (uniEFFA) <- 36 (A) 1342 (uni1EF4)       
10005              Ligature glyph 2646 (uniEFF8) <- 36 (A) 1224 (uni1E7E)       
10006              Ligature glyph 2452 (uniEBC2) <- 36 (A) 2201 (uniE34B)       
10007              Ligature glyph 2450 (uniEBC0) <- 36 (A) 274 (Ohungarumlaut)  
10008              Ligature glyph 2644 (uniEFF6) <- 36 (A) 1326 (uni1EE4)
10009              Ligature glyph 2642 (uniEFF4) <- 36 (A) 1302 (uni1ECC)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10010              Ligature glyph 2640 (uniEFF2) <- 36 (A) 1258 (uni1EA0)
10011              Ligature glyph 2022 (uniA73C) <- 36 (A) 60 (Y)               
10012              Ligature glyph 2018 (uniA738) <- 36 (A) 57 (V)               
10013              Ligature glyph 2016 (uniA736) <- 36 (A) 56 (U)               
10014              Ligature glyph 2014 (uniA734) <- 36 (A) 50 (O)
10015              Ligature glyph 2012 (uniA732) <- 36 (A) 36 (A)
10016              Ligature glyph 2638 (uniEFF0) <- 36 (A) 1240 (Ydotaccent)
10017              Ligature glyph 2636 (uniEFEE) <- 36 (A) 488 (uni0226)
10018              Ligature glyph 2632 (uniEFEA) <- 36 (A) 2106 (uniE025)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10019             Ligature Set[1] for glyph 47 L
10020              Count=1
10021              Offsets[0]=4
10022              Ligature glyph 1348 (uni1EFA) <- 47 (L) 47 (L)
10023             Ligature Set[2] for glyph 50 O
10024              Count=5
10025              Offsets[0]=12
10026              Offsets[1]=18
10027              Offsets[2]=24
10028              Offsets[3]=30
10029              Offsets[4]=36
      --------------------------------------------------------------------------
10030              Ligature glyph 2630 (uniEFE8) <- 50 (O) 149 (Oacute)
      --------------------------------------------------------------------------
10031              Ligature glyph 2483 (uniEBE4) <- 50 (O) 152 (Odieresis)
10032              Ligature glyph 2650 (uniEFFC) <- 50 (O) 1302 (uni1ECC)       
10033              Ligature glyph 2040 (uniA74E) <- 50 (O) 50 (O)
10034              Ligature glyph 2634 (uniEFEC) <- 50 (O) 274 (Ohungarumlaut)  
10035             Ligature Set[3] for glyph 51 P
10036              Count=2
10037              Offsets[0]=6
10038              Offsets[1]=12
10039              Ligature glyph 2538 (P_P) <- 51 (P) 51 (P)
10040              Ligature glyph 2786 (uniF1FF) <- 51 (P) 51 (P)
10041             Ligature Set[4] for glyph 60 Y
10042              Count=3
10043              Offsets[0]=8
10044              Offsets[1]=14
10045              Offsets[2]=20
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10046              Ligature glyph 2487 (uniEBE8) <- 60 (Y) 314 (Ydieresis)
10047              Ligature glyph 2460 (uniEBCA) <- 60 (Y) 2210 (uniE37C)       
10048              Ligature glyph 2058 (uniA760) <- 60 (Y) 60 (Y)               
10049             Ligature Set[5] for glyph 68 a
10050              Count=29
10051              Offsets[0]=60
10052              Offsets[1]=66
10053              Offsets[2]=72
10054              Offsets[3]=78
10055 +-- 19 lines: Offsets[4]=84-----------------------------------------------------
10074              Offsets[23]=198
10075              Offsets[24]=204
10076              Offsets[25]=210
10077              Offsets[26]=216
10078              Offsets[27]=222
10079              Offsets[28]=228
10080              Ligature glyph 2641 (uniEFF3) <- 68 (a) 1259 (uni1EA1)       
10081              Ligature glyph 2639 (uniEFF1) <- 68 (a) 1241 (uni1E8F)       
10082              Ligature glyph 2637 (uniEFEF) <- 68 (a) 489 (uni0227)        
10083              Ligature glyph 2633 (uniEFEB) <- 68 (a) 2225 (uniE425)       
10084              Ligature glyph 2629 (uniEFE7) <- 68 (a) 2340 (uniE73A)       
10085              Ligature glyph 2627 (uniEFE5) <- 68 (a) 188 (uacute)         
10086              Ligature glyph 2625 (uniEFE3) <- 68 (a) 181 (oacute)         
10087              Ligature glyph 2623 (uniEFE1) <- 68 (a) 163 (aacute)         
10088              Ligature glyph 2616 (a_thorn) <- 68 (a) 192 (thorn)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10089              Ligature glyph 2615 (a_r.alt) <- 68 (a) 2894 (uniF772)
10090              Ligature glyph 2614 (a_r) <- 68 (a) 85 (r)
      --------------------------------------------------------------------------
10091              Ligature glyph 2613 (a_p) <- 68 (a) 83 (p)
      --------------------------------------------------------------------------
10092              Ligature glyph 2612 (a_n.alt) <- 68 (a) 2890 (uniF76E)
10093              Ligature glyph 2611 (a_n) <- 68 (a) 81 (n)
10094              Ligature glyph 2610 (a_l) <- 68 (a) 79 (l)
10095              Ligature glyph 2609 (a_g) <- 68 (a) 74 (g)
10096              Ligature glyph 2607 (a_f) <- 68 (a) 73 (f)
10097              Ligature glyph 2653 (uniEFFF) <- 68 (a) 166 (adieresis)
10098              Ligature glyph 2649 (uniEFFB) <- 68 (a) 1343 (uni1EF5)       
10099              Ligature glyph 2647 (uniEFF9) <- 68 (a) 1225 (uni1E7F)       
10100              Ligature glyph 2453 (uniEBC3) <- 68 (a) 2344 (uniE74B)       
10101              Ligature glyph 2451 (uniEBC1) <- 68 (a) 275 (ohungarumlaut)  
10102              Ligature glyph 2645 (uniEFF7) <- 68 (a) 1327 (uni1EE5)       
10103              Ligature glyph 2023 (uniA73D) <- 68 (a) 92 (y)               
10104              Ligature glyph 2019 (uniA739) <- 68 (a) 89 (v)               
10105              Ligature glyph 2017 (uniA737) <- 68 (a) 88 (u)               
10106              Ligature glyph 2015 (uniA735) <- 68 (a) 82 (o)
10107              Ligature glyph 2013 (uniA733) <- 68 (a) 68 (a)
10108              Ligature glyph 2643 (uniEFF5) <- 68 (a) 1303 (uni1ECD)       
10109             Ligature Set[6] for glyph 69 b
10110              Count=2
10111              Offsets[0]=6
10112              Offsets[1]=12
10113              Ligature glyph 2512 (b_g) <- 69 (b) 74 (g)
10114              Ligature glyph 2511 (b_b) <- 69 (b) 69 (b)
10115 +--  3 lines: Ligature Set[7] for glyph 70 c------------------------------------
10118              Ligature glyph 2513 (c_k) <- 70 (c) 78 (k)
10119             Ligature Set[8] for glyph 72 e
10120              Count=3
10121              Offsets[0]=8
10122              Offsets[1]=14
10123              Offsets[2]=20
10124              Ligature glyph 2448 (uniEBBE) <- 72 (e) 189 (ucircumflex)    
10125              Ligature glyph 2516 (e_y) <- 72 (e) 92 (y)
10126              Ligature glyph 2447 (uniEBBD) <- 72 (e) 164 (acircumflex)
      --------------------------------------------------------------------------
10127             Ligature Set[9] for glyph 73 f
10128              Count=1
10129              Offsets[0]=4
10130              Ligature glyph 2517 (f_adieresis) <- 73 (f) 166 (adieresis)
10131             Ligature Set[10] for glyph 74 g
10132              Count=7
10133 +--  2 lines: Offsets[0]=16-----------------------------------------------------
10135              Offsets[2]=28
10136              Offsets[3]=34
10137              Offsets[4]=40
10138              Offsets[5]=46
10139              Offsets[6]=52
10140              Ligature glyph 2539 (g_o) <- 74 (g) 82 (o)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10141              Ligature glyph 2529 (g_eth) <- 74 (g) 178 (eth)
10142              Ligature glyph 2529 (g_eth) <- 74 (g) 2982 (eth.nordic)
10143              Ligature glyph 2527 (g_d) <- 74 (g) 71 (d)
10144              Ligature glyph 2526 (g_g) <- 74 (g) 74 (g)
10145              Ligature glyph 2413 (g_p) <- 74 (g) 83 (p)                   
10146              Ligature glyph 2411 (g_r) <- 74 (g) 85 (r)                   
10147             Ligature Set[11] for glyph 75 h
10148              Count=2
10149              Offsets[0]=6
10150              Offsets[1]=12
      --------------------------------------------------------------------------
10151              Ligature glyph 2432 (uniEBAD) <- 75 (h) 321 (longs)
10152              Ligature glyph 2387 (h_r) <- 75 (h) 85 (r)                   
10153             Ligature Set[12] for glyph 78 k
10154              Count=2
10155              Offsets[0]=6
10156              Offsets[1]=12
      --------------------------------------------------------------------------
10157              Ligature glyph 2433 (uniEBAE) <- 78 (k) 321 (longs)
10158              Ligature glyph 2388 (k_r) <- 78 (k) 85 (r)                   
10159             Ligature Set[13] for glyph 79 l
10160              Count=1
10161              Offsets[0]=4
10162              Ligature glyph 2829 (l_l) <- 79 (l) 79 (l)
10163             Ligature Set[14] for glyph 82 o
10164              Count=6
10165              Offsets[0]=14
10166              Offsets[1]=20
10167              Offsets[2]=26
10168              Offsets[3]=32
10169              Offsets[4]=38
10170              Offsets[5]=44
10171              Ligature glyph 2651 (uniEFFD) <- 82 (o) 1303 (uni1ECD)       
10172              Ligature glyph 2635 (uniEFED) <- 82 (o) 275 (ohungarumlaut)
10173              Ligature glyph 2631 (uniEFE9) <- 82 (o) 181 (oacute)
10174              Ligature glyph 2484 (uniEBE5) <- 82 (o) 184 (odieresis)
10175              Ligature glyph 2041 (uniA74F) <- 82 (o) 82 (o)
10176              Ligature glyph 2617 (o_c) <- 82 (o) 70 (c)                   
10177             Ligature Set[15] for glyph 83 p
10178              Count=1
10179              Offsets[0]=4
10180              Ligature glyph 2531 (p_p) <- 83 (p) 83 (p)
10181             Ligature Set[16] for glyph 84 q
10182              Count=1
10183 +--  5 lines: Offsets[0]=4------------------------------------------------------
10188              Ligature glyph 2537 (t_z) <- 87 (t) 93 (z)
10189             Ligature Set[18] for glyph 92 y
10190              Count=3
10191              Offsets[0]=8
10192              Offsets[1]=14
10193              Offsets[2]=20
      --------------------------------------------------------------------------
10194              Ligature glyph 2488 (uniEBE9) <- 92 (y) 193 (ydieresis)
10195              Ligature glyph 2461 (uniEBCB) <- 92 (y) 2356 (uniE77C)       
10196              Ligature glyph 2059 (uniA761) <- 92 (y) 92 (y)
10197             Ligature Set[19] for glyph 192 thorn
10198              Count=1
10199              Offsets[0]=4
10200              Ligature glyph 2385 (thorn_r) <- 192 (thorn) 85 (r)
10201             Ligature Set[20] for glyph 321 longs
10202 +-- 11 lines: Count=2-----------------------------------------------------------
10213              Offsets[0]=4
10214              Ligature glyph 2532 (uniA753_p) <- 2317 (uniE67D) 83 (p)
10215             Ligature Set[23] for glyph 2541 a.enlarged
10216              Count=2
10217              Offsets[0]=6
10218              Offsets[1]=12
      --------------------------------------------------------------------------
10219              Ligature glyph 2621 (uniA733.enlarged) <- 2541 (a.enlarged) 2541 (a.enlarged)
10220              Ligature glyph 2620 (uniA735.alt1) <- 2541 (a.enlarged) 2557 (o.enlarged) 
10221             Ligature Set[24] for glyph 2557 o.enlarged
10222              Count=1
10223              Offsets[0]=4
10224              Ligature glyph 2619 (oe.enlarged) <- 2557 (o.enlarged) 2547 (e.enlarged)
10225             Ligature Set[25] for glyph 2890 uniF76E
10226              Count=1
10227 +-- 40 lines: Offsets[0]=4------------------------------------------------------
10267              Offsets[15]=134
10268              Offsets[16]=140
10269              Offsets[17]=146
10270              Offsets[18]=152
10271              Offsets[19]=158
10272              Offsets[20]=164
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10273              Ligature glyph 3279 (alpha_upsilontonos) <- 833 (alpha) 1465 (uni1F7B)
10274              Ligature glyph 3279 (alpha_upsilontonos) <- 833 (alpha) 861 (upsilontonos)
10275              Ligature glyph 3278 (alpha_uni1F7A) <- 833 (alpha) 1464 (uni1F7A)
10276              Ligature glyph 3277 (alpha_uni1F55) <- 833 (alpha) 1431 (uni1F55)
10277              Ligature glyph 3276 (alpha_uni1F54) <- 833 (alpha) 1430 (uni1F54)
10278              Ligature glyph 3275 (alpha_uni1F53) <- 833 (alpha) 1429 (uni1F53)
10279 +--  7 lines: Ligature glyph 3274 (alpha_uni1F52) <- 833 (alpha) 1428 (uni1F52) 
10286              Ligature glyph 3246 (alpha_uni1F36) <- 833 (alpha) 1404 (uni1F36)
10287              Ligature glyph 3245 (alpha_uni1F37) <- 833 (alpha) 1405 (uni1F37)
10288              Ligature glyph 3244 (alpha_uni1FD6) <- 833 (alpha) 1550 (uni1FD6)
10289              Ligature glyph 3243 (alpha_iotatonos) <- 833 (alpha) 831 (iotatonos)
10290              Ligature glyph 3242 (alpha_uni1F76) <- 833 (alpha) 1460 (uni1F76)
10291              Ligature glyph 3241 (alpha_iota) <- 833 (alpha) 841 (iota)
10292              Ligature glyph 3171 (alpha_uni1F31) <- 833 (alpha) 1399 (uni1F31) 
10293              Ligature glyph 3169 (alpha_uni1F30) <- 833 (alpha) 1398 (uni1F30) 
10294             Ligature Set[1] for glyph 835 gamma
10295              Count=1
10296              Offsets[0]=4
10297              Ligature glyph 3158 (gamma_gamma) <- 835 (gamma) 835 (gamma)
10298             Ligature Set[2] for glyph 837 epsilon
10299              Count=15
10300 +--  9 lines: Offsets[0]=32-----------------------------------------------------
10309              Offsets[9]=86
10310              Offsets[10]=92
10311              Offsets[11]=98
10312              Offsets[12]=104
10313              Offsets[13]=110
10314              Offsets[14]=116
10315              Ligature glyph 3237 (epsilon_uni1F76) <- 837 (epsilon) 1460 (uni1F76) 
10316              Ligature glyph 3236 (epsilon_uni1F36) <- 837 (epsilon) 1404 (uni1F36) 
10317              Ligature glyph 3235 (epsilon_uni1F37) <- 837 (epsilon) 1405 (uni1F37) 
10318              Ligature glyph 3234 (epsilon_uni1FD6) <- 837 (epsilon) 1550 (uni1FD6) 
10319              Ligature glyph 3233 (epsilon_iotatonos) <- 837 (epsilon) 831 (iotatonos) 
10320              Ligature glyph 3233 (epsilon_iotatonos) <- 837 (epsilon) 1461 (uni1F77) 
10321              Ligature glyph 3232 (epsilon_iota) <- 837 (epsilon) 841 (iota) 
10322              Ligature glyph 3192 (epsilon_uni1F32) <- 837 (epsilon) 1400 (uni1F32)
10323              Ligature glyph 3191 (epsilon_uni1F34) <- 837 (epsilon) 1402 (uni1F34)
10324              Ligature glyph 3190 (epsilon_uni1F33) <- 837 (epsilon) 1401 (uni1F33)
10325              Ligature glyph 3189 (epsilon_uni1F35) <- 837 (epsilon) 1403 (uni1F35)
10326              Ligature glyph 3182 (epsilon_uni1F30) <- 837 (epsilon) 1398 (uni1F30)
10327              Ligature glyph 3181 (epsilon_uni1F31) <- 837 (epsilon) 1399 (uni1F31)
10328              Ligature glyph 3176 (epsilon_uni1FD3) <- 837 (epsilon) 1549 (uni1FD3)
10329              Ligature glyph 3176 (epsilon_uni1FD3) <- 837 (epsilon) 801 (iotadieresistonos)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10330             Ligature Set[3] for glyph 843 lambda
10331              Count=1
10332              Offsets[0]=4
10333              Ligature glyph 3195 (lambda_lambda) <- 843 (lambda) 843 (lambda)
10334             Ligature Set[4] for glyph 847 omicron
10335              Count=9
10336 +--  3 lines: Offsets[0]=20-----------------------------------------------------
10339              Offsets[3]=38
10340              Offsets[4]=44
10341              Offsets[5]=50
10342              Offsets[6]=56
10343              Offsets[7]=62
10344              Offsets[8]=68
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10345              Ligature glyph 3231 (omicron_uni1F56) <- 847 (omicron) 1432 (uni1F56)
10346              Ligature glyph 3230 (omicron_uni1F57) <- 847 (omicron) 1433 (uni1F57)
10347              Ligature glyph 3229 (omicron_uni1FE6) <- 847 (omicron) 1565 (uni1FE6)
10348              Ligature glyph 3228 (omicron_upsilontonos) <- 847 (omicron) 861 (upsilontonos)
10349              Ligature glyph 3228 (omicron_upsilontonos) <- 847 (omicron) 1465 (uni1F7B)
10350              Ligature glyph 3227 (omicron_uni1F7A) <- 847 (omicron) 1464 (uni1F7A)
10351              Ligature glyph 3226 (omicron_upsilon) <- 847 (omicron) 853 (upsilon)
10352              Ligature glyph 3180 (omicron_uni1F50) <- 847 (omicron) 1426 (uni1F50) 
10353              Ligature glyph 3179 (omicron_uni1F51) <- 847 (omicron) 1427 (uni1F51) 
10354             Ligature Set[5] for glyph 849 rho
10355              Count=1
10356              Offsets[0]=4
10357              Ligature glyph 3196 (rho_alpha) <- 849 (rho) 833 (alpha)
10358             Ligature Set[6] for glyph 851 sigma
10359              Count=2
10360 +--430 lines: Offsets[0]=6------------------------------------------------------
10790              Offsets[14]=154
10791              Offsets[15]=162
10792              Offsets[16]=170
10793              Offsets[17]=178
10794              Offsets[18]=186
10795              Offsets[19]=194
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
10796              Ligature glyph 1849 (uni2498) <- 20 (one) 26 (seven) 17 (period)
10797              Ligature glyph 1848 (uni2497) <- 20 (one) 25 (six) 17 (period)
10798              Ligature glyph 1847 (uni2496) <- 20 (one) 24 (five) 17 (period)
10799              Ligature glyph 1846 (uni2495) <- 20 (one) 23 (four) 17 (period)
10800              Ligature glyph 1845 (uni2494) <- 20 (one) 22 (three) 17 (period)
10801              Ligature glyph 1844 (uni2493) <- 20 (one) 21 (two) 17 (period)
10802 +--  6 lines: Ligature glyph 1843 (uni2492) <- 20 (one) 20 (one) 17 (period) ---
10808              Ligature glyph 1807 (uni246E) <- 20 (one) 24 (five) 1695 (uni20DD)
10809              Ligature glyph 1806 (uni246D) <- 20 (one) 23 (four) 1695 (uni20DD)
10810              Ligature glyph 1805 (uni246C) <- 20 (one) 22 (three) 1695 (uni20DD)
10811              Ligature glyph 1804 (uni246B) <- 20 (one) 21 (two) 1695 (uni20DD)
10812              Ligature glyph 1803 (uni246A) <- 20 (one) 20 (one) 1695 (uni20DD)
10813              Ligature glyph 1802 (uni2469) <- 20 (one) 19 (zero) 1695 (uni20DD)
10814              Ligature glyph 1851 (uni249A) <- 20 (one) 28 (nine) 17 (period) 
10815              Ligature glyph 1850 (uni2499) <- 20 (one) 27 (eight) 17 (period) 
10816             Ligature Set[3] for glyph 21 two
10817              Count=2
10818              Offsets[0]=6
10819              Offsets[1]=14
10820              Ligature glyph 1852 (uni249B) <- 21 (two) 19 (zero) 17 (period)
10821              Ligature glyph 1812 (uni2473) <- 21 (two) 19 (zero) 1695 (uni20DD)
10822 +-- 16 lines: Ligature Set[4] for glyph 73 f------------------------------------
10838              Offsets[0]=14
10839              Offsets[1]=22
10840              Offsets[2]=30
10841              Offsets[3]=38
10842              Offsets[4]=46
10843              Offsets[5]=54
      --------------------------------------------------------------------------
10844              Ligature glyph 2835 (longs_longs_t) <- 321 (longs) 321 (longs) 87 (t)
10845              Ligature glyph 2834 (longs_longs_k) <- 321 (longs) 321 (longs) 78 (k) 
10846              Ligature glyph 2429 (longs_t_r) <- 321 (longs) 87 (t) 85 (r)
10847              Ligature glyph 2428 (longs_t_i) <- 321 (longs) 87 (t) 76 (i)
10848              Ligature glyph 2163 (longs_longs_l) <- 321 (longs) 321 (longs) 79 (l)
10849              Ligature glyph 2162 (longs_longs_i) <- 321 (longs) 321 (longs) 76 (i)
10850             Ligature Set[6] for glyph 1631 uni2035
10851              Count=1
10852 +--259 lines: Offsets[0]=4------------------------------------------------------
11111              Offsets[8]=76
11112              Offsets[9]=82
11113              Offsets[10]=88
11114              Offsets[11]=94
11115              Offsets[12]=100
11116              Ligature glyph 2430 (longs_udieresis) <- 321 (longs) 190 (udieresis)
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
11117              Ligature glyph 2833 (longs_s) <- 321 (longs) 86 (s)
11118              Ligature glyph 2831 (longs_j) <- 321 (longs) 77 (j)          
11119              Ligature glyph 2424 (longs_p) <- 321 (longs) 83 (p)
11120              Ligature glyph 2423 (longs_odieresis) <- 321 (longs) 184 (odieresis) 
11121              Ligature glyph 2419 (longs_adieresis) <- 321 (longs) 166 (adieresis) 
11122              Ligature glyph 2949 (longs_t) <- 321 (longs) 87 (t)          
11123              Ligature glyph 2161 (longs_longs) <- 321 (longs) 321 (longs) 
11124              Ligature glyph 2160 (longs_l) <- 321 (longs) 79 (l)          
11125              Ligature glyph 2159 (longs_k) <- 321 (longs) 78 (k)
11126              Ligature glyph 2158 (longs_i) <- 321 (longs) 76 (i)          
11127              Ligature glyph 2157 (longs_h) <- 321 (longs) 75 (h)
11128              Ligature glyph 2156 (uniE1A6) <- 321 (longs) 69 (b)          
      --------------------------------------------------------------------------
      --------------------------------------------------------------------------
11129             Ligature Set[23] for glyph 1631 uni2035
11130              Count=1
11131              Offsets[0]=4
11132              Ligature glyph 1632 (uni2036) <- 1631 (uni2035) 1631 (uni2035)
11133             Ligature Set[24] for glyph 2097 uniA787
11134              Count=1
11135 +-- 82 lines: Offsets[0]=4------------------------------------------------------
11217             Format=1
11218             Glyph Count=1
11219              3223
11220            Which means ...
11221                 Glyph 3223 (quoteright.alt) -> 1610 (quoteright)
11222 
11223 GPOS table (at 842932) (Glyph positioning)                                
11224          version=1
11225          Script List Offset=10
11226          Feature List Offset=158
11227          Lookup List Offset=236
11228         Script List
11229          script count=7
11230 +--2530 lines: Script[0] 'DFLT' Offset=44---------------------------------------
13760          Lookup Table[12]
13761           Type=1 Single adjustment
13762           Flags=0x0 LeftToRight|||
13763           Sub Table Count=1
13764            Sub Table Offsets[0]=26016
13765 
13766 GDEF table (at 825064) (Glyph definitions)                                
13767          version=1
13768          Glyph class Def Offset=14
13769          Attach List Offset=0
13770          Ligature Caret List Offset=1602
13771          Mark Attach Class Def Offset=3522
13772   Glyph Class Definitions
13773 +--3970 lines: Glyph 1 (.null) is a Base----------------------------------------
17743              Count = 1
17744                 Caret[0] at 623
17745             Carets for glyph 3282 (f_odieresis)
17746              Count = 1
17747                 Caret[0] at 606
17748 
17749 prep table (at 25160 for 155 bytes)                                       
17750         MPPEM PUSHW [1] 200
17751 GT IF PUSHB [2] 1 1
17752 INSTCTRL EIF PUSHW [2] 2048 2048
17753 MUL DUP PUSHB [1] 1
17754 SWAP WCVTP PUSHB [1] 2
17755 SWAP WCVTF PUSHB [2] 4 3
17756 +-- 17 lines: WCVTP PUSHB [2] 0 7 ----------------------------------------------
17773 GETINFO MUL EQ IF PUSHB [2] 5 2
17774 WCVTP EIF EIF EIF EIF PUSHW [1] 511
17775 SCANCTRL PUSHB [1] 4
17776 SCANTYPE PUSHB [2] 3 0
17777 WCVTP
17778 
17779 fpgm table (at 22320 for 2838 bytes)                                      
17780         PUSHB [1] 0
17781 FDEF DUP PUSHB [1] 0
17782 NEQ IF RCVT EIF DUP DUP MPPEM PUSHW [1] 14
17783 LTEQ MPPEM PUSHB [1] 6
17784 GTEQ AND IF PUSHB [1] 52
17785 ELSE PUSHB [1] 40
17786 +--551 lines: EIF ADD FLOOR DUP ROLL NEQ IF PUSHB [1] 2 ------------------------

Attachment: signature.asc
Description: Digital signature


Reply to: