Ignore:
Timestamp:
2017-03-20T23:12:58+01:00 (7 years ago)
Author:
michael2402
Message:

Remove orderFont preference - Fonts are stored locally with text labels now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java

    r11750 r11751  
    280280    private boolean isOutlineOnly;
    281281
    282     private Font orderFont;
    283 
    284282    private boolean leftHandTraffic;
    285283    private Object antialiasing;
     
    12691267        showIcons = paintSettings.getShowIconsDistance() > circum;
    12701268        isOutlineOnly = paintSettings.isOutlineOnly();
    1271         orderFont = new Font(Main.pref.get("mappaint.font", "Droid Sans"), Font.PLAIN, Main.pref.getInteger("mappaint.fontsize", 8));
    12721269
    12731270        antialiasing = Main.pref.getBoolean("mappaint.use-antialiasing", true) ?
Note: See TracChangeset for help on using the changeset viewer.