1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-22 13:32:56 +02:00

Merge pull request #165 from djekl/master

make getBoxSize() a public method
This commit is contained in:
Oliver Vogel
2014-06-20 20:11:24 +02:00

View File

@@ -124,7 +124,7 @@ class Font extends \Intervention\Image\AbstractFont
*
* @return Array
*/
protected function getBoxSize()
public function getBoxSize()
{
$box = array();