Work in progress to add support for common font development tasks based on the Python font tools toolchain (FontTools, ufo2ft, etc.)
.ttx
files including TrueType assembly and Visual TrueType assembly.ttasm
).vttasm
)cmd-shift-O
to jump to a symbol.opt-shift-F
to reindent a source file.If you don’t want to install the extension through the VisualStudio marketplace, you can build and install it from the source code:
$ npm install -g @vscode/vsce
$ vsce package
$ code --install-extension fonttools-0.3.0.vsix
© 2021-2023 by Jens Kutilek.