Finding sizes of string.

Find the length of each column in this string image. Store it as largest length. Can anyone help me find the size? please
1
2
3
4
5
6
7
8
{
	{				
"   _____   ",						
"  /  _  \\  ",
" /  /_\\  \\ ",
"/    |    \\",
"\\____|__  /" },


Tricky part is that there are 26 alphabets. The user will type in any alphabet. In my case here, suppose they typed in A. Well what I have to do is find the highest length of that block letter?
Topic archived. No new replies allowed.