| java.lang.Object org.apache.harmony.awt.gl.font.Glyph org.apache.harmony.awt.gl.font.WinGlyph
WinGlyph | public class WinGlyph extends Glyph (Code) | | Windows implementation of the Glyph class
|
Constructor Summary | |
public | WinGlyph(long pFnt, int fntSize, char c, int glyphIndex) | public | WinGlyph(char c, int glyphIndex) |
WinGlyph | public WinGlyph(long pFnt, int fntSize, char c, int glyphIndex)(Code) | | Constructor
|
WinGlyph | public WinGlyph(char c, int glyphIndex)(Code) | | Default Glyph constructor
|
getBitmap | public byte[] getBitmap()(Code) | | |
getPoints | native public static float[] getPoints(long addr, int count)(Code) | | Returns float array from array of POINTFX elements. Method processes
specified number of elements at once.
Parameters: addr - pointer to the memory block, where POINTFX elements stored Parameters: count - the total number of elements to process |
|
|