com.macromedia.generator.api.peer
Class FontPeer

java.lang.Object
  |
  +--com.macromedia.generator.api.peer.FontPeer

public class FontPeer
extends java.lang.Object


Constructor Summary
FontPeer()
           
 
Method Summary
(package private) static void ()
           
static int New()
           
static int Release(int i)
           
static int SetFftFile(int i, java.lang.String s)
           
static int SetFile(int i, java.lang.String s)
           
static int SetFont(int i, java.lang.String s, boolean flag, boolean flag1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontPeer

public FontPeer()
Method Detail

New

public static int New()

Release

public static int Release(int i)

SetFftFile

public static int SetFftFile(int i,
                             java.lang.String s)

SetFile

public static int SetFile(int i,
                          java.lang.String s)

SetFont

public static int SetFont(int i,
                          java.lang.String s,
                          boolean flag,
                          boolean flag1)

static void ()