Hi
I need to use OCRB with a specific spacing that isn’t the default. Is there a way of adjusting the kerning\spacing of a font within PReS? Otherwise I’m going to have to place each character separately which will be painful
James
Hi
I need to use OCRB with a specific spacing that isn’t the default. Is there a way of adjusting the kerning\spacing of a font within PReS? Otherwise I’m going to have to place each character separately which will be painful
James
Hi James,
you can use the CSS property letter-spacing to do so.
For example if you want to increase the space between each characters, you may use:
letter-spacing: 5px;
Regards.
Thanks that’s perfect