I want to write a python script in Gyphs v3.
below is the requirement
I will have stored all the glyphname for review in python list.
script needs to read these glyphname one at a time.
Generate a PDF, each page for outline of one glyphname, in four blocks as shown in the picture. Each block from same glyphname in different weights per master.
Generate a second PDF, each page for filled letter of one glyphname, in four blocks as shown in the picture. Each block from same glyphname in different weights per master.
Please point me to some scripts, which are close this. So, I can modify and generate a script that meets my need.