org.pentaho.reporting.libraries.fonts.text
public final class GraphemeClassifier extends Object
Field Summary | |
---|---|
static int | ANY_HANGUL_MASK |
static int | CONTROL |
static int | CR |
static int | EXTEND |
static int | L |
static int | LF |
static int | LV |
static int | LVT |
static int | LVT_OR_T_MASK |
static int | OTHER |
static int | T |
static int | V |
static int | V_OR_LV_MASK |
static int | V_OR_T_MASK |
Method Summary | |
---|---|
static GraphemeClassifier | getClassifier() |
int | getGraphemeClassification(int codePoint) |