mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 19:50:17 +00:00
isFontNameInstalled calls ensureLoaded
This commit is contained in:
@@ -627,6 +627,7 @@ public abstract class FontTag extends DrawableTag implements AloneTag {
|
||||
}
|
||||
|
||||
public static boolean isFontNameInstalled(String fontName) {
|
||||
ensureLoaded();
|
||||
return installedFontsByName.containsKey(fontName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user