*/
/*
TODO: support to vertical writing mode.
*/
IContentContext context = state.getScanner().getContentContext();
double contextHeight = context.getBox().getHeight();
Font font = state.getFont();
float fontSize = state.getFontSize();
float scale = state.getScale() / 100;
float scaledFactor = Font.getScalingFactor(fontSize) * scale;
float wordSpace = state.getWordSpace() * scale;