Home > comp > gb.qt4 > paint > drawrichtext 
 en fr de es it pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Voorgaande  Volgende  Bewerken  Hernoemen  Undo  Search  Administratie  
Handleiding  
Waarschuwing Deze pagina is niet vertaald.  Zie Engelse versie 
Paint.DrawRichText (gb.qt4)
Static Sub DrawRichText ( Text As String [ , X As Float, Y As Float, Width As Float, Height As Float, Alignment As Integer ] )

Draws a piece of rich text.

If you specified the optional parameters, then the text is constrained to the given rectangle, and aligned according to the Alignment parameter.

It is faster to draw text with that method than using Paint.RichText then Paint.Fill.