I can provide some additional information here:
m_TestPaint = new Paint();
m_TestPaint.set(getPaint());
m_MaxTextSize = getTextSize();
m_TestPaint.setTextSize(m_MaxTextSize);
Log.e("FintFit", "Paint text size: " + m_TestPaint.getTextSize());
Log.e("FintFit", "Text text size: " + getTextSize());This outputs 42.0 and 63.0 respectively. That doesn't seem right, does it? Why isn't the Paint respecting the size I set to it? Zsolt: Thanks for the offer but I can't send you my .apk as this code is part of a closed source project. BR, Schoel -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

