PHP 7.0.6 Released

HaruPage::getTextWidth

(PECL haru >= 0.0.1)

HaruPage::getTextWidthGet the width of the text using current fontsize, character spacing and word spacing

Description

float HaruPage::getTextWidth ( string $text )

Get the width of the text using current fontsize, character spacing and word spacing

Parameters

text

The text to measure.

Return Values

Returns the width of the text using current fontsize, character spacing and word spacing.

Errors/Exceptions

Throws a HaruException on error.

See Also

  • HaruPage::measureText() - Calculate the byte length of characters which can be included on one line of the specified width

User Contributed Notes

There are no user contributed notes for this page.
To Top