[ 图像 ] 字体: [ String ] 大小: [ 数字 ]

☞ media ≔ Media 新建.
☞ a ≔ 图像 新: “a.png”.

media 在: “运行” 做: {

a
x: 0 y: 200,
字体: “font.ttf” 大小: 16,
对齐x: 40 y: 20,
颜色: (颜色 新建 红色: 110 绿色: 110 蓝色: 110),
写入: “ABC”.

}.

media 屏幕: “canvas.png”.

en: Sets the font and size of the text in an image.