|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFObject | +--org.apache.fop.pdf.PDFFont | +--org.apache.fop.pdf.PDFFontNonBase14 | +--org.apache.fop.pdf.PDFFontTrueType
class representing a TrueType font. In fact everything already done in the superclass. Must only define the not default constructor.
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,
MMTYPE1,
subtype,
TRUETYPE,
TYPE_NAMES,
TYPE0,
TYPE1,
TYPE3 |
Fields inherited from class org.apache.fop.pdf.PDFObject |
generation,
number |
Constructor Summary | |
PDFFontTrueType(int number,
java.lang.String fontname,
byte subtype,
java.lang.String basefont,
java.lang.Object encoding)
create the /Font object |
Methods inherited from class org.apache.fop.pdf.PDFFontNonBase14 |
fillInPDF,
setDescriptor,
setWidthMetrics |
Methods inherited from class org.apache.fop.pdf.PDFFont |
createFont,
createFont,
getName,
toPDF |
Methods inherited from class org.apache.fop.pdf.PDFObject |
getNumber,
output,
referencePDF |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PDFFontTrueType(int number, java.lang.String fontname, byte subtype, java.lang.String basefont, java.lang.Object encoding)
number
- the object's numberfontname
- the internal name for the fontsubtype
- the font's subtype (PDFFont.TRUETYPE)basefont
- the base font nameencoding
- the character encoding schema used by the fontmapping
- the Unicode mapping mechanism
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |