Class FontName
- java.lang.Object
-
- com.levigo.jadice.document.font.attribute.api.AbstractAttribute<String>
-
- com.levigo.jadice.document.font.attribute.api.StringAttribute
-
- com.levigo.jadice.document.font.attribute.name.FontName
-
- All Implemented Interfaces:
Attribute<String>,Serializable
public class FontName extends StringAttribute
The display name used to identify a font, for example in a GUI. For the purposes of identifying fonts in a program (e. g. in aFontFactory) thePostScriptNameis usually a better fit since it is more clearly specified.- See Also:
PostScriptName, Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontNamefontName(String value)-
Methods inherited from class com.levigo.jadice.document.font.attribute.api.AbstractAttribute
equals, hashCode, toString, value
-
-