Hi Johannes / All

Could you please explain the math behind this?

"numberOfLetters = width / charWidth * height / (charWidth*aspectRatio)

=> pixelSize = charWidth * aspectRatio = sqrt ( width * height / numberOfLetters / aspectRatio) * aspectRatio;
"

I don't follow it.

Thank you

Tim