how to "calculate"
Code: Select all | Expand
@ 2,2 SAY
![Question :?:](./images/smilies/icon_question.gif)
thx for AnswerAntonio Linares wrote:Code: Select all | Expand
@ 200, 200 SAY ... PIXEL
Code: Select all | Expand
@ 0.01, 0.01 SAY ...
Code: Select all | Expand
@ 1, 1 SAY ... PIXEL
ok, now understandAntonio Linares wrote:FWH\include\constant.ch
Code: Select all | Expand
// Say
#define SAY_CHARPIX_H 15
#define SAY_CHARPIX_W 6
Code: Select all | Expand
@ 1, 2 SAY
Code: Select all | Expand
@ 1*SAY_CHARPIX_W, 2*SAY_CHARPIX_H SAY ... PIXEL