@ -86,7 +86,6 @@ public class FactoryProperties {
public Chunk createChunk(String text, ChainedProperties props) {
Font font = getFont(props);
float size = font.getSize();
//
size /= 3;
Chunk ck = new Chunk(text, font);
if (props.hasProperty("sub"))