-
-
Notifications
You must be signed in to change notification settings - Fork 3
vfont
Jeremy L edited this page Aug 29, 2022
·
1 revision
vfont is a compiler/decompiler for Valve's encrypted font files. Unlike previous branches, vfont
is combined into a single executable that does both compilation and decompilation. This tool is available for Windows and Linux.
----------------------------------------------------------------------------------
vfont - Copyright Valve Software (Aug 28 2022)
Usage: vfont inputFontFilename [outputFontFilename]
Example Usage:
Convert from a TTF to a vfont: vfont font.ttf
Convert from a vfont to a TTF: vfont font.vfont
Custom output name: vfont filename.ttf otherfilename.vfont
----------------------------------------------------------------------------------
Example 1: Decompiling a vfont file. Output will be myfont.ttf
vfont myfont.vfont