Placing a raster image for tracing

RoboFont Forums Features Placing a raster image for tracing

This topic contains 2 replies, has 2 voices, and was last updated by  CJ 9 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #933

    CJ
    Participant

    Does a “Place image” feature exist? (for tracing a scan, in the case of a revival typeface)

    #934

    frederik
    Keymaster

    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))
    #945

    CJ
    Participant

    Excellent, works great. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.