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