Interface FontSpecification
- All Known Implementing Classes:
DefaultFontSpecification
public interface FontSpecification
Creation-Date: 04.04.2007, 14:03:19
- Author:
- Thomas Morgner
-
Method Summary
-
Method Details
-
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()
-