Redone font converter wip
This commit is contained in:
parent
9008ea2f22
commit
9f727d318f
18 changed files with 376 additions and 376 deletions
|
|
@ -34,7 +34,13 @@ public class Stringᶻᴰ {
|
|||
int result = 0;
|
||||
for (V072Tong points:string) {
|
||||
CodePointCommandᶻᴰ cmd = CodePointᶻᴰ.INSTANCE.getCommand(points.getValue(T02PartBinary.PART_1));
|
||||
if (cmd == CodePointCommandᶻᴰ.START) {
|
||||
if (cmd == CodePointCommandᶻᴰ.START_LR) {
|
||||
result++;
|
||||
} else if (cmd == CodePointCommandᶻᴰ.START_RL) {
|
||||
result++;
|
||||
} else if (cmd == CodePointCommandᶻᴰ.START_TB) {
|
||||
result++;
|
||||
} else if (cmd == CodePointCommandᶻᴰ.START_BT) {
|
||||
result++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue