logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ttdebug - a TrueType bytecode debugger

Description

ttdebug  is  an  interactive  TrueType  bytecode debugger working in a terminal.  Its spartanic interface
       faintly resembles debuggers like gdb.

       For the specified font, a glyph with the given index and size is loaded, making it possible to trace  the
       bytecode execution step by step.

       This program is part of the FreeType demos package.

Name

       ttdebug - a TrueType bytecode debugger

Options

-Iver Use  TrueType interpreter version ver.  Available versions are depending on compilation options of
              FreeType; call ttdebug without an argument to get the actual list.

       -fface_index
              To access member font face_index (default zero) in TTCs.

       -d"axis1axis2..."
              Specify the design coordinates for each variation axis at start-up.

       -v     Show version.

FreeType 2.13.3                                    August 2024                                        TTDEBUG(1)

Synopsis

ttdebug [options] indexsizefont

See Also