| java.lang.Object org.rdesktop.server.rdp.RdpGlyph
RdpGlyph | public class RdpGlyph (Code) | | |
Constructor Summary | |
public | RdpGlyph(int font, int character, int offset, int baseline, int width, int height, byte[] fontdata) |
RdpGlyph | public RdpGlyph(int font, int character, int offset, int baseline, int width, int height, byte[] fontdata)(Code) | | |
getBaseLine | public int getBaseLine()(Code) | | |
getCharacter | public int getCharacter()(Code) | | |
getFont | public int getFont()(Code) | | |
getFontData | public byte[] getFontData()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getOffset | public int getOffset()(Code) | | |
getWidth | public int getWidth()(Code) | | |
|
|