ahmedsaber00
ahmedsaber00
جرب كده ``` public static byte[] POS_Print_Text(String pszString, String encoding, int codepage, int nWidthTimes, int nHeightTimes, int nFontType) { if (codepage < 0 || codepage > 255 || pszString ==...
``` public static byte[] POS_Print_Text(String pszString, String encoding, int codepage, int nWidthTimes, int nHeightTimes, int nFontType) { if (codepage < 0 || codepage > 255 || pszString == null ||...
can't find assembleRelease 