扩展dynamisch-erzeugen中的Bilder mit文本(GIFBuilder,PHP)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了扩展dynamisch-erzeugen中的Bilder mit文本(GIFBuilder,PHP)相关的知识,希望对你有一定的参考价值。

  1. //get individual text for button:
  2. $buttontext=$this->pi_getLL('submit');
  3.  
  4. $buttonimage='fileadmin/images/blank_button.gif';
  5. $size=getimagesize($buttonimage); // get size of background-image
  6.  
  7. // define the whole Image
  8. $ts['img']='IMAGE'; //optional
  9. $ts['img.']['file']='GIFBUILDER';
  10. $ts['img.']['file.']['format']='gif';
  11. $ts['img.']['file.']['XY']=$size[0].','.$size[1]; // use original size
  12. $ts['img.']['file.']['altText']=$buttontext;
  13. $ts['img.']['file.']['titleText']=$buttontext;
  14.  
  15. // insert background-image
  16. $ts['img.']['file.']['1']='IMAGE';
  17. $ts['img.']['file.']['1.']['file']=$buttonimage;
  18.  
  19. // insert text
  20. $ts['img.']['file.']['10']='TEXT';
  21. $ts['img.']['file.']['10.']['text']=$buttontext;
  22. // style textappearance
  23. $ts['img.']['file.']['10.']['fontSize']='12';
  24. $ts['img.']['file.']['10.']['fontFile']='fileadmin/fonts/arial.ttf';
  25. $ts['img.']['file.']['10.']['fontColor']='#666666';
  26. $ts['img.']['file.']['10.']['offset']='22,14';
  27.  
  28. //render to img-tag:
  29. $img=$this->cObj->IMAGE($ts['img.']);

以上是关于扩展dynamisch-erzeugen中的Bilder mit文本(GIFBuilder,PHP)的主要内容,如果未能解决你的问题,请参考以下文章

使用外键跟踪新关系中的所有权

如何使用外键连接 Django 中的对象 2 个表深

Python迭代日期列表

关于正则表达式进行自定义校验

ABAP保存文件到服务器

如何在 CIL 中的堆栈上处理不同的类型