Example scenario
I have a dynamically generated (php) table, and one of the columns is vehicle license plates.
The problem is that there is a certain difference as the letters and numbers are "larger" and / or "smaller" .
Example : The letter I
is narrower than the letter W
, as the number 1
is narrower than the number 9
(of course, it depends on the source too ).
Sample image above :
Questions
- What would you like to make them equally aligned (justified !?), but would be for a specific size, and not between all the results (otherwise, they would vary in the same way).