mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 07:20:49 +00:00
Fixed: #2332 Imported fonts by class name not available in texts
This commit is contained in:
@@ -4311,7 +4311,7 @@ public class XFLConverter {
|
||||
|
||||
for (TEXTRECORD rec : textRecords) {
|
||||
if (rec.styleFlagsHasFont) {
|
||||
FontTag ft = swf.getFont(rec.fontId);
|
||||
FontTag ft = rec.getFont(swf);
|
||||
if (ft != null && ft.isSmall()) {
|
||||
fontRenderingMode = "bitmap";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user