#1128 Letterspacing bug (after font embed): ignore letterspacing when character changed

This commit is contained in:
2016-01-06 09:12:53 +01:00
parent 68cf9c0e5c
commit 2fd0d45407
8 changed files with 20 additions and 20 deletions
@@ -186,7 +186,7 @@ public class FontPanel extends JPanel {
if (tag instanceof TextTag) {
TextTag textTag = (TextTag) tag;
if (textTag.getFontIds().contains(fontId)) {
String text = textTag.getFormattedText().text;
String text = textTag.getFormattedText(true).text;
mainPanel.saveText(textTag, text, null);
}
}