I try to change the PEN Size with embedded flags,
but this not works for me,
what's wrong?
- Code: Select all
VpePrintBox(hDoc, 1, 1, "[PS 1 PC RED] hello"); //works
VpePrintBox(hDoc, 1, 2, "[PS 2 PC BLACK] hello"); //PS not changed
VpeSetPenSize(hDoc, 0.03);
VpePrintBox(hDoc, 1, 3, " hello"); //works
VpePrintBox(hDoc, 1, 4, "[PS 4 PC BLACK] hello"); //PS only 1
VpePrintBox(hDoc, 1, 5, "[PS 0 PC BLACK] hello"); //works
TIA
Frigyes