Font export (TTF)

jar path updated in libsrc projects
This commit is contained in:
Jindra Pet��k
2014-03-18 19:56:59 +01:00
parent 0d642a6614
commit 5d76a98324
136 changed files with 46107 additions and 148 deletions
@@ -2442,7 +2442,7 @@ public class XFLConverter {
firstRun = false;
if (font != null) {
ret += "<DOMTextRun>";
ret += "<characters>" + xmlString((newline ? "\r" : "") + rec.getText(tags, font)) + "</characters>";
ret += "<characters>" + xmlString((newline ? "\r" : "") + rec.getText(font)) + "</characters>";
ret += "<textAttrs>";
ret += "<DOMTextAttrs aliasText=\"false\" rotation=\"true\" size=\"" + twipToPixel(textHeight) + "\" bitmapSize=\"" + textHeight + "\"";