FontFamily.getExportFont(String).public class PdfFont extends Object
| Constructor and Description |
|---|
PdfFont(String pdfFontName,
String pdfEncoding,
boolean isPdfEmbedded)
Deprecated.
|
PdfFont(String pdfFontName,
String pdfEncoding,
boolean isPdfEmbedded,
boolean isPdfSimulatedBold,
boolean isPdfSimulatedItalic)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPdfEncoding()
Deprecated.
|
String |
getPdfFontName()
Deprecated.
|
boolean |
isPdfEmbedded()
Deprecated.
|
boolean |
isPdfSimulatedBold()
Deprecated.
|
boolean |
isPdfSimulatedItalic()
Deprecated.
|
public String getPdfFontName()
public String getPdfEncoding()
public boolean isPdfEmbedded()
public boolean isPdfSimulatedBold()
public boolean isPdfSimulatedItalic()
Copyright © 2012. All Rights Reserved.