mirror of
https://github.com/google/fonts.git
synced 2024-11-24 09:43:46 +03:00
7443395948
* Creating `flair.svg` * y_transparent_descender.textproto Use depth, not height * weight and width textprotos updated to say stroke weight * update tox * run black * wip name builder * add build_fvar_instances * black * wip linked values * fix vf name table generation for sibling fonts * add nameID25 * black * test static name table generation * rm local stuff * add prelim fvar instance check * improve fvar instance checks * cleanup stat tests * run black * fix tests * ignore egg-info * ignore _version * refactor name check * Add VF tests * black * add logging * clean up * convert AxisRegistry into a class * clean up * use enums * replace old family name with new name * add test for style name which is not part of the allowed static fonts * add nameID25 checks * add build filename * fix replacing names * simplyify * implement Simon feedback * Add wonky example * do not delete stat name ids if they are used in the fvar table * do not delete name records which are needed elsehwere * implement simon feedback * actions: publish release added * build_fvar_instances: support fonts which lack wght axis * AxisRegistry: add items method * add _fvar_instance_collision. Determine whether a family of fonts will have fvar instances which collide * add axis ordering * fix fvar_collision heuristic * black * Don't delete name IDs which are shared with the STAT table * Update __init__.py * build_fvar_instances: fix typo * fix dependencies * black * update tox * tox black: ignore _version.py * Move nameid25 to its own func * make family_name optional * EGRD custom axis added Co-authored-by: Elliot Jay Stocks <elliot@elliotjaystocks.com> Co-authored-by: Dave Crossland <dave@lab6.com> Co-authored-by: Marc Foley <m.foley.88@gmail.com> Co-authored-by: Nathan Williams <nlw2sx@virginia.edu> Co-authored-by: Simon Cozens <simon@simon-cozens.org> Co-authored-by: Viviana Monsalve <viviana.monsalve.a@gmail.com>
97 lines
2.8 KiB
Plaintext
97 lines
2.8 KiB
Plaintext
<Version value="0x00010001"/>
|
|
<DesignAxisRecordSize value="8"/>
|
|
<!-- DesignAxisCount=4 -->
|
|
<DesignAxisRecord>
|
|
<Axis index="0">
|
|
<AxisTag value="wght"/>
|
|
<AxisNameID value="280"/> <!-- Weight -->
|
|
<AxisOrdering value="0"/>
|
|
</Axis>
|
|
<Axis index="1">
|
|
<AxisTag value="wdth"/>
|
|
<AxisNameID value="287"/> <!-- Width -->
|
|
<AxisOrdering value="1"/>
|
|
</Axis>
|
|
<Axis index="2">
|
|
<AxisTag value="ital"/>
|
|
<AxisNameID value="260"/> <!-- Italic -->
|
|
<AxisOrdering value="2"/>
|
|
</Axis>
|
|
<Axis index="3">
|
|
<AxisTag value="ital"/>
|
|
<AxisNameID value="260"/> <!-- Italic -->
|
|
<AxisOrdering value="3"/>
|
|
</Axis>
|
|
</DesignAxisRecord>
|
|
<!-- AxisValueCount=11 -->
|
|
<AxisValueArray>
|
|
<AxisValue index="0" Format="1">
|
|
<AxisIndex value="0"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="281"/> <!-- Light -->
|
|
<Value value="300.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="1" Format="3">
|
|
<AxisIndex value="0"/>
|
|
<Flags value="2"/> <!-- ElidableAxisValueName -->
|
|
<ValueNameID value="282"/> <!-- Regular -->
|
|
<Value value="400.0"/>
|
|
<LinkedValue value="700.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="2" Format="1">
|
|
<AxisIndex value="0"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="283"/> <!-- Medium -->
|
|
<Value value="500.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="3" Format="1">
|
|
<AxisIndex value="0"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="284"/> <!-- SemiBold -->
|
|
<Value value="600.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="4" Format="1">
|
|
<AxisIndex value="0"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="285"/> <!-- Bold -->
|
|
<Value value="700.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="5" Format="1">
|
|
<AxisIndex value="0"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="286"/> <!-- ExtraBold -->
|
|
<Value value="800.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="6" Format="1">
|
|
<AxisIndex value="1"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="288"/> <!-- Condensed -->
|
|
<Value value="75.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="7" Format="1">
|
|
<AxisIndex value="1"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="289"/> <!-- SemiCondensed -->
|
|
<Value value="87.5"/>
|
|
</AxisValue>
|
|
<AxisValue index="8" Format="1">
|
|
<AxisIndex value="1"/>
|
|
<Flags value="2"/> <!-- ElidableAxisValueName -->
|
|
<ValueNameID value="290"/> <!-- Normal -->
|
|
<Value value="100.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="9" Format="1">
|
|
<AxisIndex value="2"/>
|
|
<Flags value="0"/>
|
|
<ValueNameID value="2"/> <!-- Italic -->
|
|
<Value value="1.0"/>
|
|
</AxisValue>
|
|
<AxisValue index="10" Format="3">
|
|
<AxisIndex value="3"/>
|
|
<Flags value="2"/> <!-- ElidableAxisValueName -->
|
|
<ValueNameID value="290"/> <!-- Normal -->
|
|
<Value value="0.0"/>
|
|
<LinkedValue value="1.0"/>
|
|
</AxisValue>
|
|
</AxisValueArray>
|
|
<ElidedFallbackNameID value="2"/> <!-- Italic --> |