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'


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.4.003 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.