Guest User

Untitled

a guest
Nov 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function magia($txt='', $border=0, $ln=0, $align='C', $fill=false, $link='', $scale=false, $force=true){
  2. $str_width = $this->GetStringWidth($txt);
  3. $len = strlen($txt);
  4.  
  5. for ($y = 0; $y < $len; $y++){
  6. $this->Cell(6,6,$txt[$y],0,0,'C');
  7. }
  8. }
Add Comment
Please, Sign In to add comment