mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
@@ -300,6 +300,7 @@ public class FontNormalizer {
|
||||
if (invertedFontIds.contains(fontId)) {
|
||||
if (text2.textMatrix != null && text2.textMatrix.scaleY < 0) {
|
||||
text2.textMatrix.scaleY *= -1;
|
||||
text2.textMatrix.rotateSkew1 *= -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user