|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.truetype.OpenFont
org.apache.fop.fonts.truetype.OTFFile
public class OTFFile
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fonts.truetype.OpenFont |
---|
OpenFont.PostScriptVersion |
Field Summary | |
---|---|
protected org.apache.fontbox.cff.CFFFont |
fileFont
|
Fields inherited from class org.apache.fop.fonts.truetype.OpenFont |
---|
advancedTableReader, cid, dirTabs, embedFontName, familyNames, fontFile, fullName, lastLoca, locaFormat, log, mtxTab, nhmtx, notice, numberOfGlyphs, postScriptName, subFamilyName, TRACE_ENABLED, unicodeMappings, useAdvanced, useKerning |
Constructor Summary | |
---|---|
OTFFile()
|
|
OTFFile(boolean useKerning,
boolean useAdvanced)
|
Method Summary | |
---|---|
static byte[] |
getCFFData(FontFileReader fontFile)
Reads the CFFData from a given font file |
protected void |
initializeFont(FontFileReader in)
|
protected void |
readName()
|
protected void |
updateBBoxAndOffset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.fontbox.cff.CFFFont fileFont
Constructor Detail |
---|
public OTFFile() throws java.io.IOException
java.io.IOException
public OTFFile(boolean useKerning, boolean useAdvanced) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void updateBBoxAndOffset() throws java.io.IOException
updateBBoxAndOffset
in class OpenFont
java.io.IOException
protected void initializeFont(FontFileReader in) throws java.io.IOException
initializeFont
in class OpenFont
java.io.IOException
protected void readName() throws java.io.IOException
readName
in class OpenFont
java.io.IOException
public static byte[] getCFFData(FontFileReader fontFile) throws java.io.IOException
fontFile
- The font file being read
java.io.IOException
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |