<?php $result .= preg_replace($colorsTags, $colorsValues, $this->styles->get('font.buffer.' . $j));
}
$result .= preg_replace($colorsTags, $colorsValues, $chars[$i][$j]) .
strings(preg_replace($colorsTags, $colorsValues, $this->styles->get('font.letterspace.' . $j)))->repeat(($letterSpacing > 1) ? $letterSpacing : 1);
if ($i == $charsCount - 1) {