|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.apache.fop.fonts.FontReader
public class FontReader
Class for reading a metric.xml file and creating a font object. Typical usage:
FontReader reader = new FontReader(); reader.setFontEmbedPath( ); reader.useKerning(true); Font f = reader.getFont();
Constructor Summary | |
---|---|
FontReader(org.xml.sax.InputSource source,
InternalResourceResolver resourceResolver)
Construct a FontReader object from a path to a metric.xml file and read metric data |
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
|
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
|
Typeface |
getFont()
Get the generated font object |
void |
setAdvancedEnabled(boolean enabled)
Enable/disable use of advanced typographic features for the font |
void |
setFontEmbedURI(java.net.URI path)
Sets the path to embed a font. |
void |
setKerningEnabled(boolean enabled)
Enable/disable use of kerning for the font |
void |
startDocument()
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontReader(org.xml.sax.InputSource source, InternalResourceResolver resourceResolver) throws FOPException
source
- Source of the font metric file
FOPException
- if loading the font failsMethod Detail |
---|
public void setFontEmbedURI(java.net.URI path)
path
- URI for the embeddable filepublic void setKerningEnabled(boolean enabled)
enabled
- true to enable kerning, false to disablepublic void setAdvancedEnabled(boolean enabled)
enabled
- true to enable, false to disablepublic Typeface getFont()
public void startDocument()
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class org.xml.sax.helpers.DefaultHandler
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void characters(char[] ch, int start, int length)
characters
in interface org.xml.sax.ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |