Lines Matching full:if
15 * along with this program. If not, see <https://www.gnu.org/licenses/>.
43 if ($renderer->getCurrentStyle() !== $this->styleName) {
56 // If any text at all
57 if (!empty($temptext)) {
58 // If called by an other element
59 if (!$attrib) {
66 // If text is wider then page width then wrap it
67 if ($renderer->getStringWidth($temptext) > $width) {
82 if ($renderer->countLines($temptext) !== 1) {
101 if ($ct > 0) {
119 if ($renderer->getCurrentStyle() !== $this->styleName) {
125 if ($fsize > $renderer->largestFontHeight) {
133 // If there is still remaining wrap width...
135 if ($wrapWidthRemaining > 0) {
137 if ($lw >= $wrapWidthRemaining || $lfct > 1) {
144 // If the line has to be wrapped
145 if ($lw > $wrapWidthRemaining) {
152 if ($lw <= $wrapWidthRemaining) {
154 if ($addspace !== 0) {
160 if ($addspace !== 0) {
171 if ($lfct > 1) {
193 if ($lfct > 0) {