Is there a way in FLS5 to shift a range of characters (consisting of simple ones with nothing but paths, composites with paths, and ‘pure’ composites without paths) without changing the appearance of the glyphs?
When I shift all the characters by e.g. -40 horizontally, components may get shifted twice. See the included pictures (‘before’ and ‘after’): the base component of
aring.smcp is shifted twice, first because
a.smcp is shifted, and then again when
aring.smcp is shifted, whereas the second component,
ring, only gets shifted once, thusly changing the appearance of the composite glyph.
Is there a way to reliably shift all the glyphs without changing the glyphs’ appearances i.e. without changing the relative positions of components and paths within the composites?
TIA, Eric.
PS: Searching the archives, I found a
Python script by Tim Ahrens from 2004, but I don’t think it does what I intend to do. But I am not sure I understood its purpose correctly.