org.freehep.graphicsio.pdf
Class PDFFontEmbedderType1
java.lang.Object
org.freehep.graphicsio.font.FontIncluder
org.freehep.graphicsio.font.FontEmbedder
org.freehep.graphicsio.font.FontEmbedderType1
org.freehep.graphicsio.pdf.PDFFontEmbedderType1
- public class PDFFontEmbedderType1
- extends FontEmbedderType1
Font embedder for type one fonts in pdf documents.
- Version:
- $Id: PDFFontEmbedderType1.java,v 1.4 2005/01/04 00:45:54 duns Exp $
- Author:
- Simon Fischer
- Source Code:
- PDFFontEmbedderType1.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static PDFFontEmbedderType1 create(FontRenderContext context,
PDFWriter pdf,
String reference,
PDFRedundanceTracker tracker)
openIncludeFont
protected void openIncludeFont()
throws IOException
- Description copied from class:
FontIncluder
- Writes the given information about the font into the file.
When this method is called all getXXX() are guaranteed
to return reasonable values.
- Overrides:
openIncludeFont
in class FontEmbedderType1
- Throws:
IOException
writeWidths
protected void writeWidths(double[] widths)
throws IOException
- Description copied from class:
FontEmbedder
- Writes the character widths to the file.
- Overrides:
writeWidths
in class FontEmbedderType1
- Throws:
IOException
openGlyphs
protected void openGlyphs()
throws IOException
- Description copied from class:
FontEmbedder
- Called before the glyph loop starts. Does nothing by default but can
be implemented.
- Overrides:
openGlyphs
in class FontEmbedderType1
- Throws:
IOException
closeEmbedFont
protected void closeEmbedFont()
throws IOException
- Overrides:
closeEmbedFont
in class FontEmbedderType1
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.