org.jrebirth.af.sample.resources.SampleFontNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sample Show documentation
Show all versions of sample Show documentation
Built with JRebirth Framework
package org.jrebirth.af.sample.resources;
import org.jrebirth.af.core.resource.font.FontName;
/**
* The class SampleFontNames.
*
* @author
*/
public enum SampleFontNames implements FontName {
/** The Dink font. */
DINk;
}