Page 1 of 1

Change font leading and tracking

Posted: 2008-09-16T09:16:12-07:00
by troyd1
I am trying to find a way to use different leading(line spacing) and tracking(character spacing) for a selected font using caption. Is there a way to do this and if so, how?

Re: Change font leading and tracking

Posted: 2008-09-16T10:16:07-07:00
by fmw42
I will defer to the experts (Anthony and Magick), but I don't think that is directly possible.

Re: Change font leading and tracking

Posted: 2008-09-18T17:18:57-07:00
by anthony
At this time no this is not directly possible. IM is not designed to be a work processor in this way.

However with some trickiness you can things like this indirectly.

For example I have a script called... divide_vert which will take a image of, for example, plain text and generates a sequence of images consisting of the individual lines, and gaps. You can then simply splice extra space into the images, and append them together again.

The script is a prototype of a possible future operators for image 'segmentation'. There are a number of possibilities not implemented as yet, which are listed in the script header. It could be taken further to also cut up lines into individual characters and/or work spacing.

Basically it would be one posible solution to your problem.