strike
Summary
Inserts striked text (DEPRECATED).Usage
pdf( strike, text )
Parameters
Name | Type | Description | Required |
---|---|---|---|
text | string | Text to strike through. | Yes. |
Description
This function draws a line through the specified text. The "set_font" function is the only way to change the font type, font size, font color, and text alignment.
Examples
Example 1
{pdf( 'strike', 'A strike is a deliberate absence from work.'|wash( 'pdf' ) )}
This example demonstrates a striked sentence.
Balazs Halasy (13/05/2004 3:24 pm)
Julia Shymova (11/01/2008 1:10 pm)
Comments
There are no comments.