Font 크기는 최대 3으로 해 주셔야 합니다. 그 이상을 키우면 글씨가 겹쳐서 2/1이나 3/1이 가려집니다. 그리고 Format은 pizza나 2*1로 사용하면 됩니다. 
그리고 font 바꾸는 command는 - window에서 Search에서 CMD 를 치고
- run as administrator로 열어야 합니다

- 아래 처럼 하시면 됩니다

- Osql -E (enter)
- Use Kimchi (enter)
- Copy and paste 하시면 됩니다.
update label_d set command = 'A10,38,0,4,1,1,N,"[[ItemName]]"' where idx= 4 and sno=7 go update label_d set command = 'A10,65,0,3,1,1,N,"[[Modifier]]"' where idx=4 and sno=8 go update label_d set command = 'A10,80,0,3,1,1,N,"[[Modifier1]]"' where idx= 4 and sno=9 go update label_d set command = 'A10,95,0,3,1,1,N,"[[Modifier2]]"' where idx= 4and sno=10 go update label_d set command = 'A10,110,0,3,1,1,N,"[[Modifier3]]"' where idx= 4 and sno=11 go - Exit (enter)
하시면 됩니다 |