public interface FontFamily
| Modifier and Type | Method and Description |
|---|---|
FontFace |
getBoldFace() |
FontFace |
getBoldItalicFace() |
String |
getBoldItalicPdfFont() |
String |
getBoldPdfFont() |
String |
getExportFont(String key) |
FontFace |
getItalicFace() |
String |
getItalicPdfFont() |
String |
getName() |
FontFace |
getNormalFace() |
String |
getNormalPdfFont() |
String |
getPdfEncoding() |
Boolean |
isPdfEmbedded() |
boolean |
supportsLocale(Locale locale) |
String getName()
FontFace getNormalFace()
FontFace getBoldFace()
FontFace getItalicFace()
FontFace getBoldItalicFace()
String getNormalPdfFont()
String getBoldPdfFont()
String getItalicPdfFont()
String getBoldItalicPdfFont()
String getPdfEncoding()
Boolean isPdfEmbedded()
boolean supportsLocale(Locale locale)
Copyright © 2012. All Rights Reserved.