if (inlineText.isSelected()) {
InlineLayoutBox iB = inlineText.getParent();
String text = inlineText.getSubstring();
if (text != null && text.length() > 0) {
FSFont font = iB.getStyle().getFSFont(c);
FSGlyphVector glyphVector = c.getTextRenderer().getGlyphVector(
c.getOutputDevice(),
font,
inlineText.getSubstring());
Rectangle start = c.getTextRenderer().getGlyphBounds(