djr

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: removeOverlap() error on glyph copy #2663

    djr
    Participant

    thanks frederik! that workaround will certainly do for now…

    in reply to: Modify glyph selection with script #1115

    djr
    Participant

    in case it is helpful: it seems like the workaround you provided works with glyphs that contain outlines, but not with glyphs that only contain components (for example accents in my font)

    f = CurrentFont()
    f[‘aacute’].selected = True
    f[‘a’].selected = True

    the code above, run when all glyphs are shown, will select ‘a’ but not ‘aacute’.

    in reply to: Modify glyph selection with script #1110

    djr
    Participant

    > The reason is not clear :)

    :-)

    Thank you!

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