-
Align on specific character within a word (for a lower-third template)
I am trying to create a template for a lower-third template that aligns a word on the centre of specific character.
In my case, I always want the 4th letter to be in the same position.
My client is requesting a specific non-monofaced font which makes all the solutions I can think of inconsistent.
So far my closest solution is divide the word into 3 parts a,b,c:
a|b|c
I centre align b then right align a and left align c either side.
eg. com|m|unity
unfortunately, as b’s width changes depending on the character, the spacing looks rubbish. If only I could find the width of b then adjust the position of a and c accordingly I would have what I want!
Can anyone advise me? Thanks!
Joey