[Gambas-user] languages
Benoît Minisini
gambas at ...1...
Thu Mar 31 19:26:33 CEST 2016
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
More information about the User
mailing list