public interface FontFamily
| Modifier and Type | Method and Description |
|---|---|
FontFace |
getBoldFace() |
FontFace |
getBoldItalicFace() |
String |
getBoldItalicPdfFont()
Deprecated.
Replaced by
FontFace.getPdf(). |
String |
getBoldPdfFont()
Deprecated.
Replaced by
FontFace.getPdf(). |
String |
getExportFont(String key) |
FontFace |
getItalicFace() |
String |
getItalicPdfFont()
Deprecated.
Replaced by
FontFace.getPdf(). |
String |
getName() |
FontFace |
getNormalFace() |
String |
getNormalPdfFont()
Deprecated.
Replaced by
FontFace.getPdf(). |
String |
getPdfEncoding() |
Boolean |
isPdfEmbedded() |
boolean |
isVisible() |
boolean |
supportsLocale(Locale locale) |
String getName()
FontFace getNormalFace()
FontFace getBoldFace()
FontFace getItalicFace()
FontFace getBoldItalicFace()
String getNormalPdfFont()
FontFace.getPdf().String getBoldPdfFont()
FontFace.getPdf().String getItalicPdfFont()
FontFace.getPdf().String getBoldItalicPdfFont()
FontFace.getPdf().String getPdfEncoding()
Boolean isPdfEmbedded()
boolean supportsLocale(Locale locale)
boolean isVisible()
Copyright © 2017. All rights reserved.