You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpuseBoxDesigner\FilledBox; // this! or maybe only useBoxDesigner\PreBuilt\DarkerBorder;
$darkerBorder = newDarkerBorder();
$content = "Hello darkness\nmy old friend";
// it will calculate how many \n ares to estimate height and the longest line size to estimate width$box = newFilledBox($content);
$box->draw($darkerBorder);
The text was updated successfully, but these errors were encountered:
something like:
The text was updated successfully, but these errors were encountered: