Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6af02c4c authored by Stephan Fuhrmann's avatar Stephan Fuhrmann
Browse files

Added more finer characters as proposed by cketti

parent df5766ba
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -166,8 +166,7 @@ public class ContactPictureLoader {
    	paint.setAntiAlias(true);
    	paint.setStyle(Paint.Style.FILL);
    	paint.setARGB(255, 255, 255, 255);
    	paint.setFakeBoldText(true);        
    	paint.setTextSize(mPictureSizeInPx);
        paint.setTextSize(mPictureSizeInPx * 3 / 4); // just scale this down a bit
    	Rect rect = new Rect();
    	paint.getTextBounds(letter, 0, 1, rect);
    	float width = paint.measureText(letter);