multivalent.std
public class FontRender extends Behavior
Deprecated: will vanish when it's fixed in Java 1.5.
Font rendering control: antialiasing and fractional metrics. Enforce on or off for particular media adaptor, or ask user in a menu. Ideally we'd want antialiasing and fractional metrics on everywhere always. However, Java's antialiasing is broken and it slows rendering performance. It's desperately needed for PDF and DVI, so selectively turn on.Version: $Revision: 1.3 $ $Date: 2003/06/02 05:46:55 $
Field Summary | |
---|---|
static String | ATTR_AATITLE Title string to use for antialiasing menu item. |
static String | ATTR_ANTIALIASING |
static String | ATTR_FRACTIONAL_METRICS |
static String | MSG_ANTIALIAS
Toggle antialiasing.
|
static String | MSG_FRACTIONAL_METRICS |
static String | VALUE_FORCE_OFF |
static String | VALUE_FORCE_ON |
static String | VALUE_UNSET |
static String | VALUE_USER Same effect as VALUE_USER_OFF. |
static String | VALUE_USER_OFF |
static String | VALUE_USER_ON |
Method Summary | |
---|---|
void | buildBefore(Document doc) |
boolean | paintAfter(Context cx, Node node) |
boolean | paintBefore(Context cx, Node node) |
void | restore(ESISNode n, Map<String,Object> attr, Layer layer) |
boolean | semanticEventAfter(SemanticEvent se, String msg) |
boolean | semanticEventBefore(SemanticEvent se, String msg) |
"antialias"