From df49533892cd82602bfc9a806fc1048e640c2f46 Mon Sep 17 00:00:00 2001 From: Nathan Williis Date: Tue, 3 Sep 2024 17:54:45 +0100 Subject: [PATCH] Docs: fix code-example blocks in voltLib. --- Lib/fontTools/voltLib/voltToFea.py | 4 ++++ 1 file changed, 4 insertions(+) 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.