Home
last modified time | relevance | path

Searched refs:applyFactorToTextSize (Results 1 – 1 of 1) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DPlanController.java2033 applyFactorToTextSize(1.1f); in increaseTextSize()
2040 applyFactorToTextSize(1 / 1.1f); in decreaseTextSize()
2046 private void applyFactorToTextSize(float factor) { in applyFactorToTextSize() method in PlanController