Fixed issue 546. Settings for text rendering

This commit is contained in:
Victor Shcherb 2011-07-15 01:36:27 +02:00
parent f77b3869af
commit 5ccee8a404

View file

@ -416,7 +416,7 @@ public class OsmandRenderer {
private final static boolean findAllTextIntersections = true;
private float getDensityValue(RenderingContext rc, float val) {
if (rc.highResMode) {
if (rc.highResMode && dm.density > 1) {
return val * dm.density * rc.mapTextSize;
} else {
return val * rc.mapTextSize;