|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RtfFont | |
---|---|
org.pz.platypus.plugin.rtf |
Uses of RtfFont in org.pz.platypus.plugin.rtf |
---|
Fields in org.pz.platypus.plugin.rtf declared as RtfFont | |
---|---|
private RtfFont |
RtfData.font
|
Methods in org.pz.platypus.plugin.rtf that return RtfFont | |
---|---|
RtfFont |
RtfData.getFont()
|
Methods in org.pz.platypus.plugin.rtf with parameters of type RtfFont | |
---|---|
(package private) com.lowagie.text.Font |
RtfFont.createFont(RtfFont f)
Creates an iText Font object based on the class fields |
(package private) java.lang.String |
RtfFont.createItextFontName(RtfFont f)
Get the name by which iText refers to this font. |
void |
RtfData.setFont(RtfFont newFont)
|
Constructors in org.pz.platypus.plugin.rtf with parameters of type RtfFont | |
---|---|
RtfFont(RtfData rdd,
java.lang.String fontName,
RtfFont existingFont)
Constructor for cloning an existing PdfFont, but specifying a different typeface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |