diff --git a/Lib/fontTools/voltLib/voltToFea.py b/Lib/fontTools/voltLib/voltToFea.py index 2265d5029..c77d5ad11 100644 --- a/Lib/fontTools/voltLib/voltToFea.py +++ b/Lib/fontTools/voltLib/voltToFea.py @@ -7,12 +7,16 @@ Usage To convert a VTP project file: +.. code-block:: sh + $ fonttools voltLib.voltToFea input.vtp output.fea 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 actual glyph names in the font files when written to the feature file: +.. code-block:: sh + $ fonttools voltLib.voltToFea input.ttf output.fea The ``--quiet`` option can be used to suppress warnings.