Skip to content

iOS14的系统,我使用自定义的字体,设置文字大小30,竖排,使用textView,文字不显示设置代码如下。 #16

Description

@ryanranya

let text = NSMutableAttributedString(string: colors[colorIndex])
text.bs_font = UIFont.init(name: FSFZJT, size: 30)
text.bs_lineSpacing = 8
text.bs_kern = 20
cardView.textView.attributedText = text

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions