All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kennycason.kumo.font.scale.FontScalar Maven / Gradle / Ivy

There is a newer version: 1.28
Show newest version
package com.kennycason.kumo.font.scale;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy