TCPDF::SetFontSize( $size, $out = true )
Defines the size of the current font.
Description Description
See also See also
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
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |