public class CompositeGlyphMapper extends CharToGlyphMapper
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCKSZ |
static int |
GLYPHMASK |
static int |
MAXUNICODE |
static int |
NBLOCKS |
static int |
SLOTMASK |
HI_SURROGATE_END, HI_SURROGATE_SHIFT, HI_SURROGATE_START, INVISIBLE_GLYPH_ID, LO_SURROGATE_END, LO_SURROGATE_START, MISSING_GLYPH, missingGlyph, SURROGATES_START| Constructor and Description |
|---|
CompositeGlyphMapper(CompositeFontResource compFont) |
| Modifier and Type | Method and Description |
|---|---|
int |
compositeGlyphCode(int slot,
int glyphCode) |
int |
getGlyphCode(int charCode) |
int |
getMissingGlyphCode() |
canDisplay, charsToGlyphs, charsToGlyphs, charsToGlyphs, charToGlyph, charToGlyphpublic static final int SLOTMASK
public static final int GLYPHMASK
public static final int NBLOCKS
public static final int BLOCKSZ
public static final int MAXUNICODE
public CompositeGlyphMapper(CompositeFontResource compFont)
public int getMissingGlyphCode()
getMissingGlyphCode in class CharToGlyphMapperpublic final int compositeGlyphCode(int slot,
int glyphCode)
public int getGlyphCode(int charCode)
getGlyphCode in class CharToGlyphMapperCopyright © 2025. All rights reserved.