I use Java-based SimpleCaptcha for my web application. I notice that the the case of letters generated by SimpleCaptcha are hard to recognize in some cases. See the following two examples:
In the above, it is difficult to know "c" is in lower-case or upper-case because it has the same height as upper-case "N" has. This is another example:
In this example, it is difficult to know "o" is upper-case or lower-case.
I hope to be able to make upper-case letters always show larger than lower-case letters. OR make the upper-case letters always have the same height, and lower-case letters always have the same height too. Maybe another way is: make SimpleCaptcha not change the size of letters or digits.