com.macromedia.generator.api.peer
Class FontPeer
java.lang.Object
|
+--com.macromedia.generator.api.peer.FontPeer
- public class FontPeer
- extends java.lang.Object
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 |
FontPeer
public FontPeer()
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 ()