public static class DefineText.GlyphEntry extends Object
Constructor and Description |
---|
GlyphEntry(int index,
int advance) |
GlyphEntry(SWFInputStream input,
int glyphBits,
int advanceBits) |
Modifier and Type | Method and Description |
---|---|
int |
getAdvanceBits() |
int |
getGlyphBits() |
String |
toString() |
void |
write(SWFOutputStream swf,
int glyphBits,
int advanceBits) |
public GlyphEntry(int index, int advance)
public GlyphEntry(SWFInputStream input, int glyphBits, int advanceBits) throws IOException
IOException
public void write(SWFOutputStream swf, int glyphBits, int advanceBits) throws IOException
IOException
public int getGlyphBits()
public int getAdvanceBits()
Copyright © 2016. All rights reserved.