Le 31/03/2016 19:11, Dag Jarle Nerland Johansen a écrit :
> hello again
>
> i hope last time
> as i can see now, it sould be a html-file
> but why do i have to write out my data in html-format for a simple print?
>
> kind regards
> Dag
>

It's not HTML, it's Gambas rich text. So the drawing function is 
Paint.DrawRichText().

If you want to draw text, you have to use Paint.DrawText().

Anyway, it's up to you to layout your text (using different fonts, 
different sizes, different alignments...).

-- 
Benoît Minisini

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to