| java.lang.Object org.openlaszlo.iv.flash.fop.SWFFontMetric
SWFFontMetric | public class SWFFontMetric implements org.apache.fop.layout.FontMetric(Code) | | Implementation of the FOP FontMetric interface. This class
returns information about Flash fonts to the FOP Framework.
author: Johan "Spocke" Sörlin author: James Taylor |
SWFFontMetric | public SWFFontMetric(String fontName)(Code) | | Create a new SWFFontMetric for the given font filename
|
getAscender | public int getAscender(int size)(Code) | | |
getCapHeight | public int getCapHeight(int size)(Code) | | |
getDescender | public int getDescender(int size)(Code) | | |
getFirstChar | public int getFirstChar()(Code) | | |
getFont | public Font getFont()(Code) | | Return the Font object for this metric.
|
getLastChar | public int getLastChar()(Code) | | |
getWidths | public int[] getWidths(int size)(Code) | | |
getXHeight | public int getXHeight(int size)(Code) | | |
width | public int width(int i, int size)(Code) | | |
|
|