|
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.Typeface
org.apache.fop.fonts.CustomFont
org.apache.fop.fonts.CIDFont
org.apache.fop.fonts.MultiByteFont
org.apache.fop.fonts.CFFToType1Font
public class CFFToType1Font
Field Summary |
---|
Fields inherited from class org.apache.fop.fonts.MultiByteFont |
---|
boundingBoxes, cidSet |
Fields inherited from class org.apache.fop.fonts.CIDFont |
---|
width |
Fields inherited from class org.apache.fop.fonts.CustomFont |
---|
cmap |
Fields inherited from class org.apache.fop.fonts.Typeface |
---|
eventListener, NOT_FOUND |
Constructor Summary | |
---|---|
CFFToType1Font(InternalResourceResolver resourceResolver,
EmbeddingMode embeddingMode)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns an InputStream representing an embeddable font file. |
java.util.List<java.io.InputStream> |
getInputStreams()
|
Methods inherited from class org.apache.fop.fonts.CIDFont |
---|
isMultiByte |
Methods inherited from class org.apache.fop.fonts.Typeface |
---|
getMaxAscent, hadMappingOperations, notifyMapOperation, setEventListener, toString, warnMissingGlyph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.fop.fonts.FontMetrics |
---|
getMaxAscent |
Constructor Detail |
---|
public CFFToType1Font(InternalResourceResolver resourceResolver, EmbeddingMode embeddingMode)
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
CustomFont
InputStream
representing an embeddable font file.
getInputStream
in class CustomFont
InputStream
for an embeddable font file
java.io.IOException
- if embedFileName is not null but Source is not foundpublic java.util.List<java.io.InputStream> getInputStreams() throws java.io.IOException
java.io.IOException
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |