letterSpaceIPD = ls.getSpace();
wordSpaceIPD = MinOptMax.add(new MinOptMax(spaceCharIPD), ws.getSpace());
// if the text node is son of an inline, set vertical align
if (foText.getParent() instanceof Inline) {
Inline fobj = (Inline)foText.getParent();
}
}