开发者

php gd and text

开发者 https://www.devze.com 2023-01-10 13:06 出处:网络
Is it possible the saved text with different styles a开发者_如何学Pythonnd colors in the image?You may want to rephrase your question a bit. But if I understand you correctly, you want to know whether

Is it possible the saved text with different styles a开发者_如何学Pythonnd colors in the image?


You may want to rephrase your question a bit. But if I understand you correctly, you want to know whether it is possible to render differently styled text using GD in one image.

This is possible by separating the text into multiple ImageFTText() commands with different fonts and colours.

It gets tricky, though, if you want one word to have different stylings, because then things like Kerning (the correct spacing between character pairs) comes into play. You would have to use ImageFTBBox() to measure the size of each character (or text) to know where to continue with the next one - and even that is not guaranteed to look pretty.

0

精彩评论

暂无评论...
验证码 换一张
取 消