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