Discuss Scratch

781349132
New Scratcher
4 posts

scratch3的字体怎么改?太小了!

scratch3更新了,作为一个乐高老师超级开心,但是很遗憾的是这个字体怎么更新不了,我的小朋友们都贴着电脑看,加油呀希望离线编辑器里面可以改进出像以前一样按shift改变字体大小!
781349132
New Scratcher
4 posts

scratch3的字体怎么改?太小了!

781349132 wrote:

scratch3更新了,作为一个乐高老师超级开心,但是很遗憾的是这个字体怎么更新不了,我的小朋友们都贴着电脑看,加油呀希望离线编辑器里面可以改进出像以前一样按shift改变字体大小!
还更新了中文社区,我真到超级兴奋,作为一个老师高兴地三点都没睡着。加油scratch!冲鸭!
sidshen
New Scratcher
1 post

scratch3的字体怎么改?太小了!

直接调浏览器缩放比例满足需求不。
tankhero7
Scratcher
1 post

scratch3的字体怎么改?太小了!

是啊,字体太小了,难受
qgq02
New Scratcher
4 posts

scratch3的字体怎么改?太小了!

把浏览器放到130%就很清楚了
qishijie
Scratcher
4 posts

scratch3的字体怎么改?太小了!

在线版,调浏览器的字体和显示比例应该可以。离线编辑器,你只能利用脚本去的放大和缩小了,其他的默认字体应该无法改变,除非你修改源代码。

Last edited by qishijie (Jan. 8, 2019 07:23:33)

syzglzhou
New Scratcher
1 post

scratch3的字体怎么改?太小了!

请问如何在scratch中实现乐高ev3的两个电机同时转动
chenhanfeng
Scratcher
73 posts

scratch3的字体怎么改?太小了!

781349132 wrote:

scratch3更新了,作为一个乐高老师超级开心,但是很遗憾的是这个字体怎么更新不了,我的小朋友们都贴着电脑看,加油呀希望离线编辑器里面可以改进出像以前一样按shift改变字体大小!
现在还没有这样的命令,但我相信在之后的迭代中一定会加进来的!
lyshie
Scratcher
5 posts

scratch3的字体怎么改?太小了!

xtrobot
New Scratcher
4 posts

scratch3的字体怎么改?太小了!

win10、win8在系统最佳分辨率情况下,调节字体缩放比例到125%,可以解决字体模糊的问题。
runxi2012
Scratcher
1 post

scratch3的字体怎么改?太小了!

lyshie wrote:

Enlarge font size in Scratch 3

Screenshot (Traditional Chinese website)
http://class.tn.edu.tw/modules/tad_web/news.php?WebID=1384&NewsID=19760

非常感谢!样式稍为修改了一下,字体改成宋体,感觉好多了。以前都不太敢给小朋友玩3.0,和2.0比真的太伤眼睛了!

/*最左侧一级指令*/
div.scratchCategoryMenuItemLabel {
font-size: 12px !important;
font-weight: normal !important;
font-family:“宋体” !important;
}
/*
二级指令
代码区及注释
*/
.blocklyText,
.scratchCommentText {
font-size: 18px !important;
font-weight: normal !important;
font-family:“宋体” !important;
}
BEUFK
Scratcher
100+ posts

scratch3的字体怎么改?太小了!

用谷歌浏览器的缩放级别
ff-Coding
New Scratcher
1 post

scratch3的字体怎么改?太小了!

离线版本 scratch 3 可以把操作系统的 缩放与布局 设置为 125%就可以了。

Powered by DjangoBB