gpt4 book ai didi

unity-game-engine - 如何在统一的GUI中更改字体类型

转载 作者:行者123 更新时间:2023-12-02 21:33:02 29 4
gpt4 key购买 nike

我使用 GUI 来统一显示此文本:

GUI.Label(Rect(430,320,500,500),"Win");


GUI.Label(Rect(400,470,500,500),"Your scores :" +player_script.points);

我想让文本像这样:

enter image description here

最佳答案

像这样修改你的 GUI 代码

GUI.Label(Rect(430,320,500,500),"<color=green><size=100>Win</size></color>");


GUI.Label(Rect(400,470,500,500),"<color=green><size=35>Your scores : </size></color>"+"<color=black><size=35>"+player_script.points+"</size></color>");

如果您想更改字体类型,那么您可以尝试这个丰富的标签,并让我知道它是否有效

<font face="verdana">....</font>

关于unity-game-engine - 如何在统一的GUI中更改字体类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19291863/

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