#749 Internal viewer Sprite fill color is wrong sometimes: fixed

This commit is contained in:
2014-12-14 15:30:59 +01:00
parent caaee42318
commit 60f170dcda
32 changed files with 225 additions and 192 deletions
@@ -71,7 +71,7 @@ public class BMPFile extends Component {
try {
b.fo.close();
} catch (Exception ex) {
//ignore
// ignore
}
}
}
@@ -83,7 +83,7 @@ public class FontHelper {
fonts = (Font[]) clFm.getDeclaredMethod("getAllInstalledFonts").invoke(fm);
} catch (Throwable ex) {
//ignore
// ignore
}
if (fonts == null) {
@@ -148,7 +148,7 @@ public class FontHelper {
try {
return k.loadFromTTF(fontFile, size);
} catch (IOException | FontFormatException ex) {
//ignore
// ignore
}
}
List<KerningPair> ret = new ArrayList<>();