The value is only modified in the context of fontBuilder or subset. It will NOT be modified when using ttx. maxContextCalc.py was copied from https://github.com/googlefonts/ufo2ft/blob/master/Lib/ufo2ft/maxContextCalc.py Fixes #1191 Fixes #466
100 lines
3.0 KiB
XML
100 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="3.40">
|
|
|
|
<GlyphOrder>
|
|
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
|
|
<GlyphID id="0" name=".notdef"/>
|
|
<GlyphID id="1" name="g18"/>
|
|
<GlyphID id="2" name="g19"/>
|
|
<GlyphID id="3" name="g23"/>
|
|
<GlyphID id="4" name="g24"/>
|
|
</GlyphOrder>
|
|
|
|
<maxp>
|
|
<!-- Most of this table will be recalculated by the compiler -->
|
|
<tableVersion value="0x10000"/>
|
|
<numGlyphs value="5"/>
|
|
<maxPoints value="0"/>
|
|
<maxContours value="0"/>
|
|
<maxCompositePoints value="0"/>
|
|
<maxCompositeContours value="0"/>
|
|
<maxZones value="2"/>
|
|
<maxTwilightPoints value="0"/>
|
|
<maxStorage value="0"/>
|
|
<maxFunctionDefs value="0"/>
|
|
<maxInstructionDefs value="0"/>
|
|
<maxStackElements value="0"/>
|
|
<maxSizeOfInstructions value="0"/>
|
|
<maxComponentElements value="0"/>
|
|
<maxComponentDepth value="0"/>
|
|
</maxp>
|
|
|
|
<post>
|
|
<formatType value="2.0"/>
|
|
<italicAngle value="0.0"/>
|
|
<underlinePosition value="0"/>
|
|
<underlineThickness value="0"/>
|
|
<isFixedPitch value="0"/>
|
|
<minMemType42 value="0"/>
|
|
<maxMemType42 value="0"/>
|
|
<minMemType1 value="0"/>
|
|
<maxMemType1 value="0"/>
|
|
<psNames>
|
|
<!-- This file uses unique glyph names based on the information
|
|
found in the 'post' table. Since these names might not be unique,
|
|
we have to invent artificial names in case of clashes. In order to
|
|
be able to retain the original information, we need a name to
|
|
ps name mapping for those cases where they differ. That's what
|
|
you see below.
|
|
-->
|
|
</psNames>
|
|
<extraNames>
|
|
<!-- following are the name that are not taken from the standard Mac glyph order -->
|
|
</extraNames>
|
|
</post>
|
|
|
|
<GSUB>
|
|
<Version value="0x00010000"/>
|
|
<ScriptList>
|
|
<!-- ScriptCount=1 -->
|
|
<ScriptRecord index="0">
|
|
<ScriptTag value="latn"/>
|
|
<Script>
|
|
<DefaultLangSys>
|
|
<ReqFeatureIndex value="65535"/>
|
|
<!-- FeatureCount=1 -->
|
|
<FeatureIndex index="0" value="0"/>
|
|
</DefaultLangSys>
|
|
<!-- LangSysCount=0 -->
|
|
</Script>
|
|
</ScriptRecord>
|
|
</ScriptList>
|
|
<FeatureList>
|
|
<!-- FeatureCount=1 -->
|
|
<FeatureRecord index="0">
|
|
<FeatureTag value="test"/>
|
|
<Feature>
|
|
<!-- LookupCount=1 -->
|
|
<LookupListIndex index="0" value="0"/>
|
|
</Feature>
|
|
</FeatureRecord>
|
|
</FeatureList>
|
|
<LookupList>
|
|
<!-- LookupCount=1 -->
|
|
<Lookup index="0">
|
|
<LookupType value="7"/>
|
|
<LookupFlag value="0"/>
|
|
<!-- SubTableCount=1 -->
|
|
<ExtensionSubst index="0" Format="1">
|
|
<ExtensionLookupType value="1"/>
|
|
<SingleSubst Format="1">
|
|
<Substitution in="g18" out="g23"/>
|
|
<Substitution in="g19" out="g24"/>
|
|
</SingleSubst>
|
|
</ExtensionSubst>
|
|
</Lookup>
|
|
</LookupList>
|
|
</GSUB>
|
|
|
|
</ttFont>
|