Announcement

Collapse
No announcement yet.

drawtextrelative questions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • drawtextrelative questions

    I want to have text draw on bottom and left using drawtextrelative. But it brocked by the esignal copyright logo.

    How to fix this.

  • #2
    jchyr
    You could position it slightly above the logo using the following syntax as an example
    Alex

    PHP Code:
    drawTextRelative(012" YOUR TEXT "Color.blackColor.yellowText.RELATIVETOLEFT|
                     
    Text.RELATIVETOBOTTOM|Text.BOLD"Arial"10"sample"); 

    Comment

    Working...
    X