TCPDF::setHtmlLinksStyle( $color = array(0, 0, 255), $fontstyle = 'U' )
Set the color and font style for HTML links.
Description Description
Parameters Parameters
- $color
-
(Optional) (array) RGB array of colors
Default value: array(0, 0, 255)
- $fontstyle
-
(Optional) (string) additional font styles to add
Default value: 'U'
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.4.003 | Introduced. |