On Tue, 15 Oct 2019 13:51:07 +0200
Stephane Ascoet <stephane.asc...@univ-paris1.fr> wrote:

> > I would dream of a tool that lets me know what font is in what
> > package.
> 
> Hi, I think that <http://packages.debian.org> can do it.

You can extract fonts from programs with the GNU debugger. Simply dump
the virtual memory ranges of the program's objects (Remember X86_64
CPUs are little-endian, and then run the file utility on the dumped
objects to read their magic numbers and filter out objects that are not
fonts.
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to