Interface FontSpecification
-
- All Known Implementing Classes:
DefaultFontSpecification
public interface FontSpecification
Creation-Date: 04.04.2007, 14:03:19- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncoding()
String
getFontFamily()
double
getFontSize()
int
getFontWeight()
boolean
isAntiAliasing()
boolean
isEmbedFontData()
boolean
isItalic()
boolean
isOblique()
boolean
isSmallCaps()
-
-
-
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()
-
-