Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>FontToolsNew to Visual Studio Code? Get it now.
FontTools

FontTools

Jens Kutilek

|
1,590 installs
| (0) | Free
Support for font development tools
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Font Development Support for Visual Studio Code

Work in progress to add support for common font development tasks based on the Python font tools toolchain (FontTools, ufo2ft, etc.)

Features

  • Syntax highlighting for .ttx files including TrueType assembly and Visual TrueType assembly
  • Syntax highlighting for standalone TrueType assembly files (.ttasm)
  • Syntax highlighting for standalone Visual TrueType assembly files (.vttasm)
  • Makes ttx files navigable by supporting SFNT table tags as document symbols. Press cmd-shift-O to jump to a symbol.
  • Completions for all TrueType instructions
  • Documentation for some TrueType instructions

Release Notes

0.3.0

  • Add a formatter for TTX and VTT assembly. Press opt-shift-F to reindent a source file.

How To Build The Extension

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

Copyright

© 2021-2023 by Jens Kutilek.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft