public final class LigatureLevel extends Object
InterElementAttribute.ligatureLevel.
Each value corresponds to one level of ligation, each level adding
more ligatures over the previous one.| Modifier and Type | Field and Description |
|---|---|
static LigatureLevel |
COMMON
common ligatures
|
static LigatureLevel |
EXOTIC
exoctic ligatures
|
static LigatureLevel |
MINIMUM
only the ligatures needed for legible rendering
|
static LigatureLevel |
NONE
no ligation whatsoever
|
static LigatureLevel |
UNCOMMON
uncommon ligatures
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
lessThanOrEqual(LigatureLevel l1,
LigatureLevel l2)
Compare two levels.
|
static LigatureLevel |
parse(String s) |
String |
toString() |
public static final LigatureLevel NONE
public static final LigatureLevel MINIMUM
public static final LigatureLevel COMMON
public static final LigatureLevel UNCOMMON
public static final LigatureLevel EXOTIC
public static boolean lessThanOrEqual(LigatureLevel l1, LigatureLevel l2)
NONE < MINIMUM <
COMMON < UNCOMMON < EXOTIC.public static LigatureLevel parse(String s)
Copyright © 2010 - 2020 Adobe. All Rights Reserved