예제 #1
0
파일: Code128A.cs 프로젝트: ikvm/test
 public override CharDef CalcCharDef(CharDef[][] aaABC, byte[] aCharsetSel, char[] text, int ind)
 {
     if (ind == -5)
     {
         return(null);
     }
     return(EAN128.s_C128CharDef(0, aaABC, text, ind));
 }
예제 #2
0
 public override CharDef CalcCharDef(CharDef[][] aaABC, byte[] aCharsetSel, char[] text, int ind)
 {
     return(EAN128.s_C128CharDef(1, aaABC, text, ind));
 }