You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This python script was made by me an Andrew Miller [A.J.Miller@bcs.org.uk] and could be a nice example of python scripting; it renames all glyphs to the "AGL without afii" namelist:
importfontforgefont=fontforge.open("Font.sfd")
forglyphinfont:
iffont[glyph].unicode!=-1:
font[glyph].glyphname=fontforge.nameFromUnicode (font[glyph].unicode, "AGL without afii")
The text was updated successfully, but these errors were encountered:
Convenient script. Just watch out for removing overlaps before correcting the direction. This causes the removal of inpainted regions before they get a chance to be fixed.
This python script was made by me an Andrew Miller [A.J.Miller@bcs.org.uk] and could be a nice example of python scripting; it renames all glyphs to the "AGL without afii" namelist:
The text was updated successfully, but these errors were encountered: