[tic] element index
All elements
a
b
c
d
f
g
h
i
r
s
t
v
w
_
_
top
__construct
TIC::__construct()
in tic.php
__construct
TIC_ttf::__construct()
in tic_ttf.php
__destruct
TIC::__destruct()
in tic.php
Free $this->gd resource
a
top
$align
TIC::$align
in tic.php
if true horizontal align text
$angle
TIC::$angle
in tic.php
In degrees, 0 is 'left to write' reading.
b
top
$bgColor
TIC::$bgColor
in tic.php
image background color
c
top
create
TIC_ttf::create()
in tic_ttf.php
Creates the image with the text, optionally output the image
create
TIC::create()
in tic.php
Creates the image with the text, optionally output the image
d
top
dimension
TIC_ttf::dimension()
in tic_ttf.php
Calculates text width, height and x, y coordinates where drawing starts.
dimension
TIC::dimension()
in tic.php
Calculates text width, height and x, y coordinates where drawing starts.
f
top
$font
TIC::$font
in tic.php
$fontColor
TIC::$fontColor
in tic.php
text color
factory
TIC::factory()
in tic.php
g
top
$gd
TIC::$gd
in tic.php
h
top
$horPadding
TIC::$horPadding
in tic.php
left and right padding, spacing between end of image and the text
i
top
$imgHeight
TIC::$imgHeight
in tic.php
Height of the image, if set and greater than 0 will takes
$imgWidth
TIC::$imgWidth
in tic.php
Width of the image, if set and greater than 0 will takes
r
top
render
TIC::render()
in tic.php
s
top
$size
TIC::$size
in tic.php
setAngle
TIC::setAngle()
in tic.php
setBgColor
TIC::setBgColor()
in tic.php
setFontColor
TIC::setFontColor()
in tic.php
setFontSize
TIC::setFontSize()
in tic.php
setHorAlign
TIC::setHorAlign()
in tic.php
setHorPadding
TIC::setHorPadding()
in tic.php
setImgHeight
TIC::setImgHeight()
in tic.php
setImgWidth
TIC::setImgWidth()
in tic.php
setPadding
TIC::setPadding()
in tic.php
setText
TIC::setText()
in tic.php
setVerAlign
TIC::setVerAlign()
in tic.php
setVerPadding
TIC::setVerPadding()
in tic.php
t
top
$text
TIC::$text
in tic.php
text to write to image
$textHeight
TIC::$textHeight
in tic.php
$textWidth
TIC::$textWidth
in tic.php
stores width of text, it depends on the font used
TIC
TIC
in tic.php
TIC - Text Image Converter.
tic.php
tic.php
in tic.php
TIC_ttf
TIC_ttf
in tic_ttf.php
TIC concrete class for TrueType Fonts
tic_ttf.php
tic_ttf.php
in tic_ttf.php
v
top
$valign
TIC::$valign
in tic.php
if true vertical align text
$verPadding
TIC::$verPadding
in tic.php
Vertical Padding top and bottom padding, spacing between end of image and the text
w
top
wrap_text
TIC::wrap_text()
in tic.php
Wraps $this->text into multiple lines if wider then $this->width - ($this->padding * 2)
wrap_word
TIC::wrap_word()
in tic.php
Wraps a word into multiple lines if the word is wider than $this->imgWidth
a
b
c
d
f
g
h
i
r
s
t
v
w
_