accounting-manager-theme/src/com/sencha/gxt/theme/neptune/client/FontDetails.java

22 lines
347 B
Java
Raw Normal View History

/**
* Sencha GXT 3.1.1 - Sencha for GWT
* Copyright(c) 2007-2014, Sencha, Inc.
* licensing@sencha.com
*
* http://www.sencha.com/products/gxt/license/
*/
package com.sencha.gxt.theme.neptune.client;
/**
* Details on fonts/text
*/
public interface FontDetails {
String color();
String family();
String size();
String weight();
}