Interface FontSpecification
-
- All Known Implementing Classes:
DefaultFontSpecification
public interface FontSpecificationCreation-Date: 04.04.2007, 14:03:19- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()StringgetFontFamily()doublegetFontSize()intgetFontWeight()booleanisAntiAliasing()booleanisEmbedFontData()booleanisItalic()booleanisOblique()booleanisSmallCaps()
-
-
-
Method Detail
-
getFontFamily
String getFontFamily()
-
isAntiAliasing
boolean isAntiAliasing()
-
isSmallCaps
boolean isSmallCaps()
-
isItalic
boolean isItalic()
-
isOblique
boolean isOblique()
-
getFontWeight
int getFontWeight()
-
getFontSize
double getFontSize()
-
getEncoding
String getEncoding()
-
isEmbedFontData
boolean isEmbedFontData()
-
-