ProImage Help

AddHText

AddHText

Previous topic Next topic  

AddHText

Previous topic Next topic  

The AddHText method is used to add horizontal text on the base image.

 

!***************************************************************************************************************************

!

! Parameters:

! 2 - pText (the text to add)

! 3 - pMode  (an indicator used for quick positioning)

! 4 - pOffset (X offset position - used to push text out from left or right edge)

! 5 - pY (Y position)

! 6 - Color

!

! pMode can be:  ABSOLUTE (set with numeric values only), or one of these presets

!                LEFT

!                CENTER

!                RIGHT

!

! NOTE:  Fonts are set in the class properties

!

!***************************************************************************************************************************

ImageAssemblerClass.AddHText            PROCEDURE( STRING pText, STRING pMode, SIGNED pOffset, SIGNED pY, LONG pColor )

!***************************************************************************************************************************