|
@@ -184,7 +184,7 @@ class PosterRepository
|
|
|
|
|
|
|
|
|
if($userInfo['username']){
|
|
|
- $main->text($userInfo['username'], 30, 860, function ($font) {
|
|
|
+ $main->text(filter_Emoji($userInfo['username']), 30, 860, function ($font) {
|
|
|
$font->file(public_path('font/PingFang Regular.ttf'));
|
|
|
$font->size(28);
|
|
|
$font->color('#3C5852');
|