freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting victory hands symbol from Wingdings


From: Sascha Brawer
Subject: Re: Getting victory hands symbol from Wingdings
Date: Tue, 18 Aug 2020 15:15:08 +0200

The fonttools python library [1] comes with ttx [2], a script for printing
the tables inside a font to XML. After you’ve installed fonttools,
something like [2] will print the character-to-glyph maps in your font.
That output (just the cmap table should be enough) might help with
debugging what’s going on here.

[1] https://github.com/fonttools/fonttools
[2] https://fonttools.readthedocs.io/en/latest/ttx.html
[3] ttx -t cmap -o -  wingding.ttf

Best,

— Sascha


reply via email to

[Prev in Thread] Current Thread [Next in Thread]