| |
|
| java.lang.Object org.openlaszlo.media.TTFGlyph
TTFGlyph | public class TTFGlyph (Code) | | TrueType Glyph utility class
|
Constructor Summary | |
public | TTFGlyph(GlyphDescription gd) |
Method Summary | |
public void | dump(Logger logger) | public int | getNumPoints() | public Point | getPoint(int i) | public void | scale(double factor) Scale the glyph and negate the Y axis. |
TTFGlyph | public TTFGlyph(GlyphDescription gd)(Code) | | Constructs a TTFGlyph from a GlyfDescription
Parameters: gd - a glyph description |
dump | public void dump(Logger logger)(Code) | | Dump the glyph to the given logger's debug output
Parameters: logger - |
getNumPoints | public int getNumPoints()(Code) | | the number of points in the glyph |
getPoint | public Point getPoint(int i)(Code) | | the requested point from the glyph |
scale | public void scale(double factor)(Code) | | Scale the glyph and negate the Y axis.
Parameters: factor - scale factor |
|
|
|