mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 01:46:08 +00:00
spelling: encoding
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
f22289bad8
commit
86d65107bf
@@ -213,7 +213,7 @@ public class TtfParser {
|
||||
seek(input, tableOffsets.get("cmap") + offset);
|
||||
int format = readUnsignedShort(input);
|
||||
switch (format) {
|
||||
case 0: //byte enconding table
|
||||
case 0: //byte encoding table
|
||||
{
|
||||
int length = readUnsignedShort(input);
|
||||
int languageCode = readUnsignedShort(input);
|
||||
|
||||
Reference in New Issue
Block a user