aboutsummaryrefslogtreecommitdiff
path: root/Tests/feaLib/data
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-21 18:35:17 -0700
committerHaibo Huang <hhb@google.com>2020-09-21 18:35:17 -0700
commitc9804561ed7f62d7a1f58c6b7823c3a2a02d5ada (patch)
tree88bae7c0d397c0ef0353879c3be9ead6d38fd7e0 /Tests/feaLib/data
parentc7697c964afc1b16a59792f0f4b143e98b60d889 (diff)
downloadfonttools-c9804561ed7f62d7a1f58c6b7823c3a2a02d5ada.tar.gz
Upgrade fonttools to 4.15.0
Test: make Change-Id: If6983d8f55da1dedcf6f743dafdca62409c88472
Diffstat (limited to 'Tests/feaLib/data')
-rw-r--r--Tests/feaLib/data/lookup-debug.ttx80
1 files changed, 80 insertions, 0 deletions
diff --git a/Tests/feaLib/data/lookup-debug.ttx b/Tests/feaLib/data/lookup-debug.ttx
new file mode 100644
index 00000000..f8696179
--- /dev/null
+++ b/Tests/feaLib/data/lookup-debug.ttx
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ttFont>
+
+ <GSUB>
+ <Version value="0x00010000"/>
+ <ScriptList>
+ <!-- ScriptCount=1 -->
+ <ScriptRecord index="0">
+ <ScriptTag value="DFLT"/>
+ <Script>
+ <DefaultLangSys>
+ <ReqFeatureIndex value="65535"/>
+ <!-- FeatureCount=4 -->
+ <FeatureIndex index="0" value="0"/>
+ <FeatureIndex index="1" value="1"/>
+ <FeatureIndex index="2" value="2"/>
+ <FeatureIndex index="3" value="3"/>
+ </DefaultLangSys>
+ <!-- LangSysCount=0 -->
+ </Script>
+ </ScriptRecord>
+ </ScriptList>
+ <FeatureList>
+ <!-- FeatureCount=4 -->
+ <FeatureRecord index="0">
+ <FeatureTag value="tst1"/>
+ <Feature>
+ <!-- LookupCount=1 -->
+ <LookupListIndex index="0" value="0"/>
+ </Feature>
+ </FeatureRecord>
+ <FeatureRecord index="1">
+ <FeatureTag value="tst2"/>
+ <Feature>
+ <!-- LookupCount=1 -->
+ <LookupListIndex index="0" value="0"/>
+ </Feature>
+ </FeatureRecord>
+ <FeatureRecord index="2">
+ <FeatureTag value="tst3"/>
+ <Feature>
+ <!-- LookupCount=1 -->
+ <LookupListIndex index="0" value="1"/>
+ </Feature>
+ </FeatureRecord>
+ <FeatureRecord index="3">
+ <FeatureTag value="tst4"/>
+ <Feature>
+ <!-- LookupCount=1 -->
+ <LookupListIndex index="0" value="1"/>
+ </Feature>
+ </FeatureRecord>
+ </FeatureList>
+ <LookupList>
+ <!-- LookupCount=2 -->
+ <!-- SomeLookup: __PATH__:4:5 in tst2 (DFLT/dflt) -->
+ <Lookup index="0">
+ <LookupType value="4"/>
+ <LookupFlag value="0"/>
+ <!-- SubTableCount=1 -->
+ <LigatureSubst index="0">
+ <LigatureSet glyph="f">
+ <Ligature components="f,i" glyph="f_f_i"/>
+ <Ligature components="i" glyph="f_i"/>
+ </LigatureSet>
+ </LigatureSubst>
+ </Lookup>
+ <!-- EmbeddedLookup: __PATH__:18:9 in tst4 (DFLT/dflt) -->
+ <Lookup index="1">
+ <LookupType value="1"/>
+ <LookupFlag value="0"/>
+ <!-- SubTableCount=1 -->
+ <SingleSubst index="0">
+ <Substitution in="A" out="A.sc"/>
+ </SingleSubst>
+ </Lookup>
+ </LookupList>
+ </GSUB>
+
+</ttFont>