I've been developing an application similar to the Google Keep, and was wondering how actually they allocate the text size to a note (algo)?
- Do they just allocate size depending upon the Note length?
- Or they also check for Card Dimensions i-e card width etc?
Its a bit confusing, because sometimes notes have equal card size dimensions with font-difference, and sometimes notes have both different size dimensions and text size?
So basically, the Question is, What is the algorithm/method to calculate the text size for a note?