|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFFont
org.apache.fop.pdf.PDFFontNonBase14
org.apache.fop.pdf.PDFFontTrueType
public class PDFFontTrueType
Class representing a TrueType font.
In fact everything already done in the superclass. Must only define the not default constructor.
| Field Summary |
|---|
| Fields inherited from class org.apache.fop.pdf.PDFFontNonBase14 |
|---|
descriptor, firstChar, lastChar, widths |
| Fields inherited from class org.apache.fop.pdf.PDFFont |
|---|
basefont, encoding, fontname, subtype |
| Fields inherited from class org.apache.fop.pdf.PDFObject |
|---|
DATE_FORMAT, log |
| Constructor Summary | |
|---|---|
PDFFontTrueType(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding)
create the /Font object |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.fop.pdf.PDFFontNonBase14 |
|---|
fillInPDF, getDescriptor, setDescriptor, setWidthMetrics, validate |
| Methods inherited from class org.apache.fop.pdf.PDFFont |
|---|
createFont, createFont, getName, getPDFNameForFontType, toPDFString |
| Methods inherited from class org.apache.fop.pdf.PDFObject |
|---|
encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFFontTrueType(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding)
fontname - the internal name for the fontbasefont - the base font nameencoding - the character encoding schema used by the font
|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||