• <legend id='4s043'><style id='4s043'><dir id='4s043'><q id='4s043'></q></dir></style></legend>

    <small id='4s043'></small><noframes id='4s043'>

        <i id='4s043'><tr id='4s043'><dt id='4s043'><q id='4s043'><span id='4s043'><b id='4s043'><form id='4s043'><ins id='4s043'></ins><ul id='4s043'></ul><sub id='4s043'></sub></form><legend id='4s043'></legend><bdo id='4s043'><pre id='4s043'><center id='4s043'></center></pre></bdo></b><th id='4s043'></th></span></q></dt></tr></i><div id='4s043'><tfoot id='4s043'></tfoot><dl id='4s043'><fieldset id='4s043'></fieldset></dl></div>
          <bdo id='4s043'></bdo><ul id='4s043'></ul>
      1. <tfoot id='4s043'></tfoot>

        文本字段 libgdx 中的字体大小

        时间:2023-05-20
        <i id='FcqIX'><tr id='FcqIX'><dt id='FcqIX'><q id='FcqIX'><span id='FcqIX'><b id='FcqIX'><form id='FcqIX'><ins id='FcqIX'></ins><ul id='FcqIX'></ul><sub id='FcqIX'></sub></form><legend id='FcqIX'></legend><bdo id='FcqIX'><pre id='FcqIX'><center id='FcqIX'></center></pre></bdo></b><th id='FcqIX'></th></span></q></dt></tr></i><div id='FcqIX'><tfoot id='FcqIX'></tfoot><dl id='FcqIX'><fieldset id='FcqIX'></fieldset></dl></div>
        <tfoot id='FcqIX'></tfoot>
          <tbody id='FcqIX'></tbody>
        <legend id='FcqIX'><style id='FcqIX'><dir id='FcqIX'><q id='FcqIX'></q></dir></style></legend>

        • <small id='FcqIX'></small><noframes id='FcqIX'>

            <bdo id='FcqIX'></bdo><ul id='FcqIX'></ul>

                  本文介绍了文本字段 libgdx 中的字体大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  如何在 libgdx 中更改文本字段字体的大小?

                  How can I change the size of textfield font in libgdx?

                  UserNameTextField = new TextField("", GlobalSKin);
                  UserNameTextField. ???
                  

                  推荐答案

                  您可以调用各种内置方法来设置大小.如果您只想设置文本字段的大小,您可以调用

                  There are various builtin methods you can call to set size. If you just want to set the size of textfield you can call

                  UserNameTextField.setWidth(float width) Or UserNameTextField.setHeight(float width) or UserNameTextField.setMaxLength(maxLength)
                  

                  如果你只想设置字体大小,那么像`

                  And if you only want to set size of font then do it like `

                  TextField.TextFieldStyle textFieldStyle = skin.get(TextField.TextFieldStyle.class);
                  textFieldStyle.font.scale(1.6f);
                  

                  `

                  你可以检查所有方法,只需要看看API.

                  You can check all methods , just need to take a look at API.

                  这篇关于文本字段 libgdx 中的字体大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 libgdx 中,如何在矩形顶部附加圆形? 下一篇:Libgdx 动画不起作用

                  相关文章

                  最新文章

                  <legend id='zbSh1'><style id='zbSh1'><dir id='zbSh1'><q id='zbSh1'></q></dir></style></legend><tfoot id='zbSh1'></tfoot>

                  <small id='zbSh1'></small><noframes id='zbSh1'>

                • <i id='zbSh1'><tr id='zbSh1'><dt id='zbSh1'><q id='zbSh1'><span id='zbSh1'><b id='zbSh1'><form id='zbSh1'><ins id='zbSh1'></ins><ul id='zbSh1'></ul><sub id='zbSh1'></sub></form><legend id='zbSh1'></legend><bdo id='zbSh1'><pre id='zbSh1'><center id='zbSh1'></center></pre></bdo></b><th id='zbSh1'></th></span></q></dt></tr></i><div id='zbSh1'><tfoot id='zbSh1'></tfoot><dl id='zbSh1'><fieldset id='zbSh1'></fieldset></dl></div>

                      <bdo id='zbSh1'></bdo><ul id='zbSh1'></ul>