Interface FontFamily
-
- All Known Implementing Classes:
SimpleFontFamily
public interface FontFamily
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontFace
getBoldFace()
FontFace
getBoldItalicFace()
String
getExportFont(String key)
FontFace
getItalicFace()
String
getName()
FontFace
getNormalFace()
String
getPdfEncoding()
Boolean
isPdfEmbedded()
boolean
isVisible()
boolean
supportsLocale(Locale locale)
-
-
-
Method Detail
-
getName
String getName()
-
getNormalFace
FontFace getNormalFace()
-
getBoldFace
FontFace getBoldFace()
-
getItalicFace
FontFace getItalicFace()
-
getBoldItalicFace
FontFace getBoldItalicFace()
-
getPdfEncoding
String getPdfEncoding()
-
isPdfEmbedded
Boolean isPdfEmbedded()
-
supportsLocale
boolean supportsLocale(Locale locale)
-
isVisible
boolean isVisible()
-
-