return new String(charEncodedGlyphCodes).getBytes(CJKFont.CJK_ENCODING);
}
private GlyphRepositioner getGlyphRepositioner() {
Language language = ttu.getSupportedLanguage();
if (language == null) {
throw new IllegalArgumentException("The supported language field cannot be null in " + ttu.getClass().getName());
}