gpt4 book ai didi

raphael - 如何设置字体大小字体系列

转载 作者:行者123 更新时间:2023-12-03 10:12:12 25 4
gpt4 key购买 nike

我有这样的代码,但它不起作用

var t = r.text(100, 100, 'test');
t.attr({font-size: 16});

给我错误
missing : after property id

这是 raphael.js 的文档
http://raphaeljs.com/reference.html

最佳答案

对于名称中带有连字符的属性,您需要使用字符串文字。

var t = r.text(100, 100, 'test');
t.attr({ "font-size": 16, "font-family": "Arial, Helvetica, sans-serif" });

关于raphael - 如何设置字体大小字体系列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3749875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com