package com.kennycason.kumo.font.scale; /** * Created by kenny on 6/30/14. */ public interface FontScalar { float scale(int n, int minValue, int maxValue); }