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 FontFacegetBoldFace()FontFacegetBoldItalicFace()StringgetExportFont(String key)FontFacegetItalicFace()StringgetName()FontFacegetNormalFace()StringgetPdfEncoding()BooleanisPdfEmbedded()booleanisVisible()booleansupportsLocale(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()
-
-