mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:10:46 +00:00
Font export (TTF)
jar path updated in libsrc projects
This commit is contained in:
@@ -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 + "\"";
|
||||
|
||||
Reference in New Issue
Block a user