Is there a way to find name of fonts used within Gimp .xcf file?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Apart from opening the file in a text editor, I found another way to do so from within GIMP, mentioned in a German GIMP forum. This is a Python script that can be executed from the GIMP's built-in Python console:
It runs across all images loaded, across all layers, and dumps the data of all text layers, including font names. |
|||
|