On Fri, 15 Jan 2010, Szak�ts Viktor wrote:
> >      QUESTION: TextOut() method uses 4-th parameter to control text
> >                alignment but it uses own constant values:
> >                  0 == left, 1 == right, 2 == centered
> >                instead of TA_* constants. Should we keep it or rather
> >                use windows constant values adding also support for vertical
> >                alignment? In current xHarbour code this parameter was 
> > changed
> >                to accept windows constants and 5-th parameter was added 
> > which
> >                is OR-ed with the 4-th one but for me this part is redundant.
> I vote for Windows constants (already in hbwin.ch) and 
> only one parameter. Easy to add/or them, no need for two.

Thank you, I'll update the code.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to