菜鸟教程小白 发表于 2022-12-12 14:20:54

ios - Xcode : How To Customize Text Field Font With My Own TTF Font?


                                            <p><div>
            <aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
      <div class="d-flex fd-column fw-nowrap">
            <div class="d-flex fw-nowrap">
                <div class="flex--item wmn0 fl1 lh-lg">
                  <div class="flex--item fl1 lh-lg">
                        <b>这个问题在这里已经有了答案</b>:
                        
                  <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如果有办法让自定义字体显示在 IB 中,我会感到惊讶。标准方法是在您的 plist(以及项目中的 ttf 文件)中包含字体名称,然后可以使用 <code></code></p>

<p>您可能必须遍历所有可用的字体名称(使用 UIFont 上的类方法)以获取用于 name 参数的确切字符串。 </p>

<p>除了您询问让他们出现在 IB 之外,这个问题是重复的:<a href="https://stackoverflow.com/questions/360751/can-i-embed-a-custom-font-in-an-iphone-application" rel="noreferrer noopener nofollow">Can I embed a custom font in an iPhone application?</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Xcode : How To Customize Text Field Font With My Own TTF Font?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/18680500/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/18680500/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Xcode : How To Customize Text Field Font With My Own TTF Font?