public final class CharUtil extends Object
| Constructor and Description |
|---|
CharUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compose(int[] usvs,
int start,
int limit)
Return the entry to lookup in a cmap for a combining sequence.
|
static int |
composeHangulSyllable(int[] usvs,
int start,
int limit) |
static boolean |
isBase(int ch) |
static boolean |
isCombining(int ch) |
static boolean |
isControl(int ch) |
static int[] |
mapStringFrom(int[] usvs,
int start,
int limit)
Return the entries to populate in a cmap for a glyph that
represents a given string.
|
public static int compose(int[] usvs,
int start,
int limit)
usvs - contains the sequencestart - the index of the first characterlimit - the index following the last characterpublic static int[] mapStringFrom(int[] usvs,
int start,
int limit)
usvs - contains the stringstart - the index in usvs of the first characterlimit - the index in usvs following the last characterpublic static int composeHangulSyllable(int[] usvs,
int start,
int limit)
public static boolean isBase(int ch)
public static boolean isCombining(int ch)
public static boolean isControl(int ch)
Copyright © 2010 - 2020 Adobe. All Rights Reserved