Object gvtFonts = charAtts.get(GVTAttributedCharacterIterator.TextAttribute.GVT_FONTS);
Object gvtFontFamilies = charAtts.get(GVTAttributedCharacterIterator.TextAttribute.GVT_FONT_FAMILIES);
Object textCompoundDelimiter = charAtts.get(GVTAttributedCharacterIterator.TextAttribute.TEXT_COMPOUND_DELIMITER);
Object verticalOrientation = charAtts.get(GVTAttributedCharacterIterator.TextAttribute.VERTICAL_ORIENTATION);
logger.debug("Character: " + currentChar + " CharX:" + charX + " CharY: " + charY + " CharDX: " + charDX + " CharDY: " + charDY + " Font: " + gvtFont + " Fonts: " + gvtFonts + " FontFamilies: " + gvtFontFamilies);
AWTGVTFont awtGvtFont = (AWTGVTFont)gvtFont;
if (awtGvtFont != null)
logger.debug("CharfontSize: " + awtGvtFont.getSize());
//FIXME REMOVE, Not working always 0,0
SVGPoint startPosOfChar = SVGTextContentSupport.getStartPositionOfChar(textElement, i);
/////////////////////////////////////