当前位置: 首页 > 工具软件 > Grafika > 使用案例 >

Grafika 生成图片 字体不生效

长孙正卿
2023-12-01

路径问题 修改路径例如:

//生成图片
$editor = Grafika::createEditor();
$image = Grafika::createBlankImage(300,300);
$font = ROOT_PATH."/extend/newimages/PingFangMedium.ttf";
$editor->fill($image ,new Color("#fff"));
$editor->text($image ,'lynn',30,30,30,new Color("#eee"),$font);
 类似资料: