mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 20:25:31 +00:00
gnujpdf reformat
This commit is contained in:
@@ -60,7 +60,6 @@ public class TtfParser {
|
||||
|
||||
private byte[] cidtogidmap = new byte[131072];
|
||||
|
||||
|
||||
public void loadFromTTF(File file) throws IOException, FontFormatException {
|
||||
RandomAccessFile input = new RandomAccessFile(file, "r");
|
||||
readTableDirectory(input);
|
||||
@@ -171,7 +170,6 @@ public class TtfParser {
|
||||
return dw;
|
||||
}
|
||||
|
||||
|
||||
private void readTableDirectory(RandomAccessFile input) throws IOException {
|
||||
skip(input, 4);
|
||||
int tableCount = readUnsignedShort(input);
|
||||
|
||||
Reference in New Issue
Block a user