Searched refs:fontBlock (Results 1 – 1 of 1) sorted by relevance
106 function createFontBlock($fontBlock = FALSE, $font = FALSE) argument108 if(($fontBlock === FALSE) || ($font === FALSE))110 $this->fontBlocks[] = "{\\f$fontBlock\\fcharset0 $font;}\n";122 foreach($this->fontBlocks as $fontBlock)123 $string .= $fontBlock;149 function paragraph($fontBlock = 0, $fontSize = 12) argument152 return "{\\f$fontBlock\\fs$fontSize \\par }\n";159 function textBlock($fontBlock = FALSE, $fontSize = FALSE, $input = FALSE) argument161 if(($fontBlock === FALSE) || ($fontSize === FALSE) || ($input === FALSE))164 return "{\\f$fontBlock\\fs$fontSize $input \\par }\n";