Placing a raster image for tracing
-
Does a "Place image" feature exist? (for tracing a scan, in the case of a revival typeface)
-
Excellent, works great. Thank you.
-
You can drag & drop any png, tiff, jpg image into the glyph view. Right click on the image will reveal some image related contextual menus.
You can also place a image with a script
g = CurrentGlyph() g.addImage("path/to/my/image", offset=(0, 0))