public class BlockUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static float[][] |
BOX_DRAWING |
static float |
THIN_ACROSS |
static float |
THIN_END |
static float |
THIN_OVER |
static float |
THIN_START |
static float |
TWIN_ACROSS |
static float |
TWIN_END1 |
static float |
TWIN_END2 |
static float |
TWIN_OVER1 |
static float |
TWIN_OVER2 |
static float |
TWIN_START1 |
static float |
TWIN_START2 |
static float |
WIDE_ACROSS |
static float |
WIDE_END |
static float |
WIDE_OVER |
static float |
WIDE_START |
| Constructor and Description |
|---|
BlockUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlockGlyph(int c)
Returns true if the given char can be handled by the box drawing and block element data here, or false if the
Font should try to handle that char itself.
|
public static final float THIN_START
public static final float THIN_END
public static final float THIN_ACROSS
public static final float THIN_OVER
public static final float WIDE_START
public static final float WIDE_END
public static final float WIDE_ACROSS
public static final float WIDE_OVER
public static final float TWIN_START1
public static final float TWIN_END1
public static final float TWIN_START2
public static final float TWIN_END2
public static final float TWIN_ACROSS
public static final float TWIN_OVER1
public static final float TWIN_OVER2
public static final float[][] BOX_DRAWING
public static boolean isBlockGlyph(int c)
c - a char (or int in the char range, 0-65535) that could potentially be a box drawing/block element char