Is there a way to find name of fonts used within Gimp .xcf file?
feedback
|
|
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. | |||
|
feedback
|