multivalent.std.span
public class FontSpan extends Span
Version: $Revision: 1.1 $ $Date: 2002/02/02 13:16:26 $
Field Summary | |
---|---|
static String | ATTR_FAMILY |
static String | ATTR_SIZE |
static String | ATTR_STYLE |
String | family Family name, or null to disable. |
float | size Size in logical points. |
NFont | spot Alternatively, spot font. |
int | style inclusive-OR of Font.BOLD, Font.ITALIC, and Font.PLAIN; or -1 to disable. |
Method Summary | |
---|---|
boolean | appearance(Context cx, boolean all) |
void | restore(ESISNode n, Map<String,Object> attr, Layer layer) |
ESISNode | save() |