FreeHEP API
Version v1.1

org.freehep.graphicsio.swf
Class FontKerning

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.FontKerning

public class FontKerning
extends Object

SWF FontKerning.

Version:
$Id: FontKerning.java,v 1.1 2001/11/29 01:45:31 duns Exp $
Author:
Mark Donszelmann, Charles Loomis

Constructor Summary
FontKerning(int code1, int code2, int adjustment)
           
FontKerning(SWFInputStream input, boolean wideCodes)
           
 
Method Summary
 String toString()
           
 void write(SWFOutputStream swf, boolean wideCodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontKerning

public FontKerning(int code1,
                   int code2,
                   int adjustment)

FontKerning

public FontKerning(SWFInputStream input,
                   boolean wideCodes)
            throws IOException
Method Detail

write

public void write(SWFOutputStream swf,
                  boolean wideCodes)
           throws IOException
IOException

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.