TCPDF::SetFontSize( $size,  $out = true )

Defines the size of the current font.


Description Description

See also See also


Top ↑

Parameters Parameters

$size

(Required) (float) The font size in points.

$out

(Optional) (boolean) if true output the font size command, otherwise only set the font properties.

Default value: true


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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