Docs: fix code-example blocks in voltLib.

This commit is contained in:
Nathan Williis 2024-09-03 17:54:45 +01:00
parent 1fc9bc2dca
commit df49533892

View File

@ -7,12 +7,16 @@ Usage
To convert a VTP project file: To convert a VTP project file:
.. code-block:: sh
$ fonttools voltLib.voltToFea input.vtp output.fea $ fonttools voltLib.voltToFea input.vtp output.fea
It is also possible convert font files with `TSIV` table (as saved from Volt), It is also possible convert font files with `TSIV` table (as saved from Volt),
in this case the glyph names used in the Volt project will be mapped to the in this case the glyph names used in the Volt project will be mapped to the
actual glyph names in the font files when written to the feature file: actual glyph names in the font files when written to the feature file:
.. code-block:: sh
$ fonttools voltLib.voltToFea input.ttf output.fea $ fonttools voltLib.voltToFea input.ttf output.fea
The ``--quiet`` option can be used to suppress warnings. The ``--quiet`` option can be used to suppress warnings.