zhanghao1949
zhanghao1949
The container lacks font support for Chinese; to fix it, follow these steps: docker exec -u 0 -it bash apt update && apt upgrade -- To install font support for...
I guess it's a problem of missing Chinese fonts. You can try installing a Chinese font and see if it works.for example: fonts-wqy-zenhei
@cshum Thank you for your reply. I have tried "label(test,center,center,100,red,0)", but it can only draw text once in a fixed position. The effect I want to achieve is to repeatedly...