mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 07:45:53 +00:00
Added Context menu items to create new tags (shape, sprite, image, movie, sound, binaryData) from files and using font embed dialog for fonts
This commit is contained in:
@@ -44,6 +44,14 @@ public class FontFace implements Comparable<FontFace> {
|
||||
return face;
|
||||
}
|
||||
|
||||
public boolean isBold() {
|
||||
return toString().toLowerCase().contains("bold");
|
||||
}
|
||||
|
||||
public boolean isItalic() {
|
||||
return toString().toLowerCase().contains("italic");
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
int hash = 7;
|
||||
|
||||
Reference in New Issue
Block a user