mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 16:21:51 +00:00
null check
This commit is contained in:
@@ -298,8 +298,14 @@ public abstract class TextTag extends CharacterTag implements DrawableTag {
|
||||
}
|
||||
y = rec.yOffset;
|
||||
}
|
||||
|
||||
firstLine = false;
|
||||
allLeftMargins.add(currentLeftMargin);
|
||||
|
||||
if (glyphs == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
int letterSpacing = 0;
|
||||
for (int e = 0; e < rec.glyphEntries.size(); e++) {
|
||||
GLYPHENTRY entry = rec.glyphEntries.get(e);
|
||||
|
||||
Reference in New Issue
Block a user