greeting,
Jimmy
Jimmy
Is that what you mean ?
GetTextWidth(NIL, "calculate", oFont:hFont)
Dear Jimmy,
@ 200, 200 SAY ... PIXEL
Not sure what you mean
Antonio Linares wrote:thx for Answer@ 200, 200 SAY ... PIXEL
@ 0.01, 0.01 SAY ...@ 1, 1 SAY ... PIXELDear Jimmy,
It was just an example. Here you have the values that FWH really uses:
FWH\include\constant.ch
Antonio Linares wrote:FWH\include\constant.chok, now understand
// Say
#define SAY_CHARPIX_H Â 15
#define SAY_CHARPIX_W Â Â 6@ 1, 2 SAY@ 1*SAY_CHARPIX_W, 2*SAY_CHARPIX_H SAY ... PIXEL